Top "Mouse" questions

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

Copying stuff from vim running in putty

I am running Vim 6.3 through putty and putty connection manager. I have the mouse option set (set mouse = a). I …

vim mouse clipboard copy-paste putty
Hide cursor in fullscreen mode using Qt 4.8?

I'm in a ArchLinux with OpenBox and I want to hide the cursor on fullscreen inside a Qt 4.8 application. I …

qt qt4 mouse mouse-cursor
Mouse Click automation with powershell (or other non-external software)

Some of my tasks are very repetitive, sometimes I have to click the same pattern for an hour. This could …

powershell automation mouse recorder
Detect mouse direction - JavaScript

var direction = "" var mousemovemethod = function (e) { var oldx = 0; if (e.movementX < oldx) { direction = "left" } else if (e.movementX > …

javascript mouseevent mouse detection
How can I make Emacs mouse scrolling slower and smoother?

When I scroll in Emacs using mouse wheel, it scrolls 5 lines at a time, which, I think, is way too …

emacs scroll mouse
Bluetooth mouse/keyboard emulation

I'm having a hard time finding a software that would emulates a Bluetooth keyboard (and/or mouse) that follows HID …

keyboard bluetooth mouse hid emulation
iTerm2 – scroll less output with mouse

I just switched from OSX Terminal to iTerm2, and I seem to have lost one piece of functionality. In Terminal, …

macos terminal scroll mouse iterm
How can I simulate mouse events from code?

I would like to simulate mouse events using the Win32 API; how can I do it? What I want to …

c windows winapi mouse mouseevent
D3's mouse coordinates relative to parent element

I would like to get mouse coordinates relative to parent or any other element in the DOM other than this …

javascript d3.js mouse coordinates
How to get mouse position over a certain control

Windows Form I'm using the DragOver event on a layoutpanel and the DragEventArgs returns the X/Y coordinates of the …

c# winforms mouse cursor-position