Skip to main content

Questions tagged [mouse]

A mouse is a pointing device that functions by detecting two-dimensional motion relative to its supporting surface.

-1 votes
0 answers
6 views

Zoom Without Page Layout Changes: Using Mouse to Mimic Touchpad Pinch Gesture

Is it possible to use the pinch gesture feature of a touchpad with a mouse in a web browser? Currently, the built-in zoom feature alters the page layout when zooming in or out. However, using the ...
Devendra Patil's user avatar
0 votes
0 answers
14 views

logitech script, re binding to mouse button / macro cant get to work

i have a 180 script macro which works perfectly MoveAmount = -900 function OnEvent(event, arg) OutputLogMessage("event = %s, arg = %d\n", event, arg) if (event == "PROFILE_ACTIVATED&...
newguy's user avatar
  • 1
-3 votes
0 answers
26 views

Mouse and Keyboard problem. It won't work. Windows XP Service Pack 3. SP3 Korean [closed]

I have been having this problem on Windows XP Service Pack 3 Build 2600. It is a Korean version. I have it installed in a virtual environment. I have tried to change in VirtualBox to PS/2 Mouse, but ...
StarStuffTech's user avatar
0 votes
0 answers
15 views

Mapbox GL JS - change camera altitude on vertical panning

TL;DR: How to "fly around" a 3D feature like a building or a mountain at some altitude, then go up a little, and fly around it again? To view the map almost like through an onboard camera of ...
mykola.rykov's user avatar
-1 votes
0 answers
63 views

Auto clicking the left mouse button while holding down the left mouse button in c++

#include <iostream> #include <cstdlib> #include <ctime> #include <windows.h> using namespace std; int c; void menu() { cout << "Enter CPS: "; cin >...
Neal's user avatar
  • 9
0 votes
1 answer
83 views

How to combine two logitech scripts?

Im trying to put the following 2 scripts together so that they can run at the same exact time. function OnEvent(event, arg) if EnableRCS ~= false then if IsMouseButtonPressed(3) then -- ...
censori's user avatar
0 votes
0 answers
23 views

Targeting Using Python in FPS Games

I have detected enemies and have coordinates for them in python but I just can't figure out how to move the mouse to those coordinates. In the FPS game I am playing, when you equip a weapon, it locks ...
Walker's user avatar
  • 121
0 votes
0 answers
88 views

How do I rotate or translate an object at the mouse position in a vtk environment?

I would like to rotate or translate an object that look like a cylinder by pressing the left button of the mouse on it. to rotate, i would like to click on the tip and make it rotate around the other ...
ymmx's user avatar
  • 4,830
-3 votes
0 answers
32 views

Python / How detect all keys pressed?

from ctypes import windll key_codes = { "VK_LBUTTON": [0x01, "left MButton"], "VK_RBUTTON": [0x02, "right MButton"], "VK_CANCEL": [0x03, &...
Goder YT's user avatar
-1 votes
1 answer
44 views

Why does my code not check for the second button press?

Here is my code for checking both presses. I don't understand why does the second button doesn't work proc whatPress pusha call setUpMagicNumbers call startscreen mov ax,00 int 33h ...
steven FM's user avatar
0 votes
0 answers
8 views

How can I use mouse movement to scroll in Windows?

I have this command in linux that does this. xinput --set-prop $id 'libinput Scroll Method Enabled' 0, 0, 1 xinput --set-prop $id 'libinput Button Scrolling Button' 2 And there is Karabiner elements ...
Shaffaf Ahmed's user avatar
0 votes
0 answers
11 views

Is there a way to detect both mouse, keyboard events in the same java class?

Is there a way to detect both mouse, keyboard events in the same java class? I failed in putting them in same class. I want a simple short solution showing the transfer of control to any one from ...
Amitava Guha's user avatar
0 votes
1 answer
28 views

Having trouble wih the mouse and outpot

I want to allow the user to click on his chosen submarine (which are already located:)) and then he clicks another time on the screen and the submarine appers there. For some reason no matter what i ...
ethan fridkin's user avatar
0 votes
0 answers
29 views

move the grid in the direction of the mouse pointe in godot

I'm creating a farming game in godot 4. I want to write an event that when I select a hoe in the selected bar, a grid will appear under the character's feet and the mouse pointer, but I can't do it. I ...
Tân Phạm's user avatar
0 votes
0 answers
13 views

Laptop built in Mousepad and Steam Input Virtual Gamepad don't work with raw input?

I'm trying to make a program in C# that reads button inputs from all your connected mice, keyboards and hid devices. So far it's working without issues on my wired usb mouse, wired and wireless ...
The Great ReLLeRtR's user avatar

15 30 50 per page
1
2 3 4 5
292