Top "Mouse" questions

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

Get Mouse Position on Canvas (But NOT on window)?

I have a project in WPF 4 and vb.net 2010. I have a canvas inside a window. The window is full …

wpf vb.net canvas mouse mouse-position
Moving mouse cursor programmatically

To start out I found this code at http://swigartconsulting.blogs.com/tech_blender/2005/08/how_to_move_the.html: public …

c# internet-explorer mouse pinvoke cursor
How can I detect a held down mouse button over a PictureBox?

I need to fire an event when the mouse is above a PictureBox with the mouse button already clicked and …

c# winforms mouse picturebox
Control mouse by writing to /dev/input/mice

I am using Ubuntu 12.04. For one of my applications I require to control the mouse in software using a script. …

linux shell ubuntu mouse
Javascript: Capture mouse wheel event and do not scroll the page?

I'm trying to prevent a mousewheel event captured by an element of the page to cause scrolling. I expected false …

javascript scroll mouse mousewheel
Read picture box mouse coordinates on click

I have a Picture Box with a picture loaded and I want to read the location (as in x,y …

c# mouse coordinates picturebox
How would I get the current mouse coordinates in bash?

I need to get the current mouse coordinates in bash and xdotool does not work for me. How would I …

bash shell unix mouse
How do I drag and drop a row in a JTable?

How do you setup a JTable to be able to drag a row to a different index in the table. …

java swing drag-and-drop jtable mouse
How to scroll WPF ScrollViewer's content to specific location

I am writing my custom WPF ItemsControl to display a list of item. The items are shown embedded inside a …

wpf mouse position scrollviewer
How to control the mouse in Mac using Python?

What would be the easiest way to move the mouse around (and possibly click) using Python on OS X? This …

python macos mouse