Top "Mouse" questions

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

What does it mean to "Capture the mouse" in WPF?

On System.Windows.UIElement there is a CaptureMouse() and a paired ReleaseMouseCapture() method. In this WPF DragDrop sample they call …

wpf events mouse
jquery: get mouse click if inside a div or not

i have this HTML page <html> <body> <div>a</div> <div&…

javascript jquery mouse
Multiple mouse cursors on Windows 7

We are using CPNMouse for an application running on Windows XP. One mouse device is detached from the normal event …

windows-7 mouse multipoint multiple-mice
How do I set the position of the mouse in Java?

I'm doing some Swing GUI work with Java, and I think my question is fairly straightforward; How does one set …

java user-interface swing mouse
Detecting when the mouse is not moving

I am able to find the cursor position. But I need to find out if the mouse is stable. If …

javascript events mouse
Jquery: mousedown effect (while left click is held down)

I need a function that executes a function while a button is pressed and stops executing when the button is …

javascript jquery mouse click
Capturing mouse/keyboard events outside of form (app running in background)

I have an app that runs in the background (minimized/task tray). I need to be able to detect mouse …

c# keyboard background mouse capture
Click and drag selection box in WPF

Is it possible to implement mouse click and drag selection box in WPF. Should it be done through simply drawing …

c# wpf mouse selection drag
Need javascript code for button press and hold

I'd like a short smallest possible javascript routine that when a mousedown occurs on a button it first responds just …

javascript mouse
Simulate swipe with mouse in javascript

I'm trying to make an image rotator that works on mobile devices using swipe for navigation. I'm also trying to …

javascript jquery mouse swipe