Top "Mouse" questions

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

Copying text outside of Vim with set mouse=a enabled

After enabling set mouse=a, text copied inside of Vim will not paste outside of Vim. Does anybody know of …

vim configuration mouse copy-paste
How to disable mouse right click on a web page?

I want to disable mouse right click on an HTML page. I have a page where user has to enter …

javascript html mouse right-click
How to get location of a mouse click relative to a swing window

Say I'm in a Java Swing JFrame. I click my mouse. I want to get the location of the mouse …

java swing position mouse
How do I change the style of the cursor with JQuery?

I want to change the style of the cursor as if it were going over a link. How do I …

javascript jquery cursor mouse
Focus-follows-mouse (plus auto-raise) on Mac OS X

(I don't want to hear about how crazy I am to want that! :) Focus-follows-mouse is also known as point-to-focus, pointer …

macos focus mouse
How can I simulate a mouse click at a certain position on the screen?

What I want to do is to manipulate the mouse. It will be a simple macro for my own purposes. …

c# wpf c#-4.0 click mouse
programmatically mouse click in another window

Is it possible to click programmatically a location in another window without moving the mouse to that location and even …

c# windows click mouse message
onMouseMove get mouse position

In Javascript, within the Javascript event handler for onMouseMove how do I get the mouse position in x, y coordinates …

javascript position mouse dom-events onmousemove
Disabling mouse acceleration in Mac OS X

First of all, here's the userland question: Disabling mouse acceleration in Mac OS X @ superuser To summarize: I want to …

macos mouse hid
Listen to JFrame resize events as the user drags their mouse?

When a user clicks on the corner of a JFrame to resize and drags the mouse around, the JFrame redraws …

java swing user-interface mouse