Top "Mouse" questions

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

Get mouse deltas using Python! (in Linux)

I know that Linux gives out a 9-bit 2's compliment data out of the /dev/input/mice. I also know …

python linux mouse hid
Scroll up/down while selecting multi-page block of text in Vim through putty

I'm using vim 6.3.81 on a xterm through putty. When I use set mouse=a , I can scroll through the file , …

vim select mouse xterm
Protractor - does anybody know how to click on element with RIGHT MOUSE BUTTON?

I know that protractor click on element by default with left mouse button. How to do it to click with …

mouse right-click protractor
Jquery sortable stange mouse offset

I'm working with the jQuery sortable plugin( 2 connected lists) and have a strange bug. When you drag the picture the …

jquery mouse jquery-ui-sortable offset
What is the preferred way to do a mouse rollover/rollout detection in Flash with AS3

Suppose we have a stage with two squares, like so: Suppose we'd like the yellow square to be initially hidden, …

actionscript-3 mouse rollover hittest rollout
mouseX/Y confusion when dragging a child of a container

I've got a grid of images which are added to a imagecontainer(Sprite) in a class. When I click a …

actionscript-3 drag-and-drop mouse mouse-position
Get the mouse position during drag and drop

Does anyone know how to get the correct mouse position during a drag-and-drop operation in WPF? I've used Mouse.GetPosition() …

wpf drag-and-drop mouse position
Qt How to disable mouse scrolling of QComboBox?

I have some embedded QComboBox in a QTableView. To make them show by default I made those indexes "persistent editor". …

qt scroll mouse qcombobox
WPF: mouse leave event doesn't trigger with mouse down

I'm having an issue with mouse enter / leave events. When mouse button is pressed and hold with cursor inside the …

wpf events mouse
How to override maximum 32x32 mouse size in Windows like this program can

I'd like for my program to be able to override the maximum imposed mouse size of 32x32 much like the …

c# registry mouse accessibility