Top "Mouse" questions

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

JavaScript how to change mouse cursor to an image?

I've seen examples where you can change it to preset images that your operating system has; example: $('body').css('cursor', …

javascript jquery html image mouse
Mouse position on mouseover event

Is it possible to get the exactly mouse position in a mouseouver event of a image? If i use a …

javascript mouse mouseover mouse-position
Can I navigate, zoom in and zoom out R plots?

I would like to know if R allows to pan and zoom images produced with the "plot" function. I would …

r mouse plot zoom pan
Detecting that the browser has no mouse and is touch-only

I'm developing a webapp (not a website with pages of interesting text) with a very different interface for touch (your …

javascript html touch mouse
Simulate Mouse Clicks on Python

I'm currently in the process of making my Nintendo Wiimote (Kinda sad actually) to work with my computer as a …

python linux mouse cursor wiimote
How to get control under mouse cursor?

I have form with few buttons and I want to know what button is under cursor now. P.S. Maybe …

c# winforms mouse
Determine mouse position outside of events (using jQuery)?

I need to get a hold of the absolute mouse position / coordinates (X and Y) using (preferably) jQuery like in …

jquery event-handling mouse position
How do I get the coordinates of the mouse when a control is clicked?

In a TImage's OnClick event, I would like to extract the x,y coordinates of the mouse. I would prefer …

delphi mouse timage
how to obtain mouse click coordinates outside my window in Java

I need to implement a class, using Swing, which can obtain the mouse coordinates when the user clicks anywhere on …

java swing mouse mouseclick-event
How to get location of mouse in JavaFX?

I am a beginner in java(fx). How do you get the mouse location in x and y in JavaFX? …

custom-controls mouse customization javafx draggable