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

learn more… | top users | synonyms

6
votes
1answer
2k views

How to handle events from keyboard and mouse in full screen exclusive mode in java?

In passive rendering mode one can use KeyListener and ActionListener interfaces to handle events from user. What is the correct way of event handling in full screen mode? Please extend this ...
1
vote
2answers
2k views

Wanting a type of grid for a pixel editor

I am currently trying to develop a basic pixel editor application to build up my programming experience with Java. I am designing it so the user has several colour options on, they click on an option ...
8
votes
8answers
11k views

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 the screen. if I wanted to obtain the mouse coordinates inside my own window, I'd use ...
31
votes
5answers
31k views

Controlling mouse with Python

How does one control the mouse cursor in Python, i.e. move it to certain position and click, under Windows?
10
votes
6answers
4k views

Controlling the mouse from Python in OS X

What would be the easiest way to move the mouse around (and possibly click) using python on OS X? This is just for rapid prototyping, it doesn't have to be elegant. Thanks!
35
votes
9answers
43k views

JavaScript: Check if mouse button down?

Is there a way to detect if a mouse button is currently down in JavaScript? I know about the "mousedown" event, but that's not what I need. Some time AFTER the mouse button is pressed, I want to be ...
13
votes
6answers
8k views

How can I detect when the mouse leaves the window?

I want to be able to detect when the mouse leaves the window so I can stop events from firing while the user's mouse is elsewhere. Any ideas of how to do this?
12
votes
3answers
9k views

Parent Control Mouse Enter/Leave Events With Child Controls

I have a C# .NET 2.0 WinForms app. My app has a control that is a container for two child controls: a label, and some kind of edit control. You can think of it like this, where the outer box is the ...
21
votes
5answers
20k views

jQuery Set Mouse Position (not cursor position)

I have a link that, when clicked, I would like it to move the position of the mouse to the right (or anywhere within the viewport, for that matter). in code it would probably look similar to the ...
3
votes
4answers
5k views

Winform - determine if mouse has left user control

I am struggling with something that I think should be easily (ish). I have a windows form and a flowgridlayout panel at the bottom of the form. Inside this form I dynamically populate it with X ...
27
votes
29answers
42k views

What is the best keyboard/mouse for ergonomics or to prevent wrist pain? [closed]

I have had pain in my wrists in the past, and as someone who types all day, I was wondering what are some keyboards or mice that have helped for this sort of pain. Update: Many answers have ...
5
votes
2answers
5k views

How to get object in WebGL 3d space from a mouse click coordinate

I'm building a boardgame in WebGL. The board can be rotated/zoomed. I need a way to translate a click on the canvas element (x,y) into the relevant point in 3D space (x, y, z). The ultimate result is ...
10
votes
5answers
11k views

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 it's duplicate, but I can't find answer to this question.
6
votes
1answer
2k views

Mouse position - Cross browser compatibility - Javascript

working with the mouse within Javascript I have occasionally met the following event attributes: clientX, clientY layerX, layerY offsetX, offsetY pageX, pageY screenX, screenY x, y I'm wondering ...
2
votes
3answers
9k views

How can I block keyboard and mouse input in C#?

I'm looking for some code (preferably C#) that will prevent keyboard and mouse input.
5
votes
2answers
6k views

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 activity (clicks, move) as well as keyboard activity. What is the best way to do this given the ...
32
votes
4answers
28k views

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 this tutorial but outside of any JavaScript event. Thank you.
14
votes
4answers
9k views

C# - Capturing the Mouse cursor image

BACKGROUND I am writing a screen capture application My code is based derived from this project: http://www.codeproject.com/KB/cs/DesktopCaptureWithMouse.aspx?display=Print Note that the code ...
11
votes
2answers
14k views

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 class Win32 { [DllImport("User32.Dll")] public static extern long ...
7
votes
4answers
5k views

C# moving the mouse around realistically

I am demoing a piece of software and want to build a mouse 'mover' function so that I can basically automate the process. I want to create realistic mouse movements but am having a bit of a mental ...
10
votes
2answers
10k views

Cocoa: Getting the current mouse position on the screen

I need to get the mouse position on the screen on a Mac using Xcode. I have some code that supposedly does that but i always returns x and y as 0: void queryPointer() { NSPoint mouseLoc; ...
5
votes
4answers
3k views

Simulating mouse clicks on Mac OS X does not work for some applications

I'm writing an application for Mac OS X 10.6 and later in C++. One part of the application needs to simulate mouse movement and mouse clicks. I do this currently by posting CGEvent objects using ...
4
votes
3answers
7k views

Smooth scroller based on mouse position (Jquery)

HI! I would like to create a Smooth scroller based on mouse position. The idea is to create a outer div with a fixed width. The content is very wide and has to be scrolled to left or right, based on ...
7
votes
3answers
26k views

onMouseMove get mouse position

In javascript, within the javascript event hander for onMouseMove how do I get the mouse position in x, y corrdinates relative to the top of the page?
6
votes
1answer
11k views

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 mouse in relation to the screen. I know there is a function to translate this in to ...
7
votes
2answers
2k views

Mouse tracking daemon

I need to write something using Cocoa to surface raw mouse movement data. Optimally, the app would just be a little daemon that would run, passing the data to a socket server which another ...
19
votes
6answers
26k views

get mouse position

I would like to simulate a natural mouse movement in Java (going from here to there pixel by pixel). To do that I need to know the starting coordinates. I've found the method event.getX() and ...
19
votes
4answers
11k views

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. For example if I have 5 rows and I want to drag the 4th row to the 2nd position?
13
votes
3answers
2k views

Which mouse button is the middle one?

I'm currently developing a program in Java where a certain event must be triggered only when the user clicks with both the left and the right click on a button. Since it is a little unconventional, I ...
8
votes
6answers
11k views

Move the mouse pointer to a specific position?

I'm building a HTML5 game and I am trying to put the mouse cursor over a certain control on a specific event so that moving in a specific direction always has the same result. Is this possible?
7
votes
4answers
9k views

Detecting Mouse clicks in windows using python

How can I detect mouse clicks regardless of the window the mouse is in? Perferabliy in python, but if someone can explain it in any langauge I might be able to figure it out. I found this on ...
2
votes
3answers
3k views

Injecting Mouse Input in WPF Applications

I've been working on injecting input into a WPF application. What makes this project hard is that I need to be able to inject the input into the application even though it's running in the background ...
6
votes
5answers
6k views

Disabling mouse movement and clicks altogether in c#

At work, i'm a trainer. I'm setting up lessons to teach people how to "do stuff" without a mouse... Ever seen people click "login" textbox, type, take the mouse, click "password", type their password, ...
4
votes
3answers
5k views

Java Swing: change background color on mouse over

I've implemented a simple mouse listener where the background color changes whenever the mouse enters the component (a JPanel), and it reverts back whenever the mouse leaves. This has some problems: ...
3
votes
2answers
2k views

Scrollbars in dropdownlist inside DataGrid itemEditor not working

I have a DropDownList inside the itemEditor of my DataGrid. There are enough items in the DropDownList to justify scrollbars. You can see the scrollbars, and the mousewheel works fine. If you move ...
1
vote
3answers
3k views

Retrieving X and Y values from Matlab Plot

I have a plot figure and I want to retreive x and y cordinates when we select particular data point using mouse from plot figure. Any ideas?
6
votes
4answers
6k views

Get cursor position with respect to the control - C#

I want to get the mouse position with respect to the control in which mouse pointer is present. That means when I place the cursor to the starting point (Top-Left corner) of control it should give ...
1
vote
4answers
4k views

mouse movement opengl

I am creating a pool game written in C++ using plain OpenGL (no external tools), but I can use GLUT. I have drawn a pool cue which I want to follow the mouse cursor but I am not sure how to do this. ...
1
vote
2answers
6k views

Move Mouse Cursor Javascript

I'm building a joke microsite for a company. They want a feature where the mouse cursor will randomly change position when the user hovers over a certain image. Is this possible in Javascript? How ...
7
votes
5answers
2k views

Fade in on mouse movement (like on google.com)

How do I fade in div content on first mouse movement, like on google.com, using javascript? I don't want it to fade out again.
18
votes
4answers
19k views

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 based on the current position of the mouse as the user drags. How can you listen to these events? ...
9
votes
6answers
23k views

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 held down. Problems: The MouseDown and MouseEnter event handlers do not work together very ...
3
votes
2answers
10k views

Capture and send keyboard / mouse input in C#

I am looking for a way to send and receive keyboard information regardless of what app has focus. I remember back in College seeing a presentation about an old Windows API that let you change the ...
2
votes
2answers
2k views

Global Mouse Hook + Simulate Mouse Inputs

I'm looking to create a global mouse hook that works in XP/Vista/7 which would allow me to access the X,Y values that the mouse is inputting, and modify those values before they hit Windows... I also ...
13
votes
6answers
16k views

How do you hide the mouse pointer under Linux/X11?

How do I hide the mouse pointer under X11? I would like to use the built in libraries in order to do this and not something like SDL (SDL_ShowCursor(0)) or glut (glutSetCursor(GLUT_CURSOR_NONE)). ...
12
votes
1answer
4k views

How does CommandManager.RequerySuggested work?

The MSDN only states that Occurs when the CommandManager detects conditions that might change the ability of a command to execute. However I can't seem to find any traces of how this works, what I ...
8
votes
1answer
2k views

Low level mouse hook and DirectX

I'm building an application which needs to filter some mouse clicks system-wide. That is, I need to make the system ignore some mouse button clicks at special occasions. I use low level mouse hook ...
6
votes
1answer
3k views

SendInput doesn't perform click mouse button unless I move cursor

SendInput doesn't perform click mouse button unless I move cursor. I would appreciate a help on this one, as I seems cannot wrap my head around it. I have a program that perform mouse click on ...
5
votes
2answers
2k views

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 do is simulate the event at the most basic level, the level at which the system has just the event type and ...
5
votes
1answer
1k views

How to Detect Forward and Back Mouse Button Events in Delphi?

If a mouse has other buttons in addition to the standard left/right/middle (e.g. forward/back), how can we detect those button clicks in Delphi? An example of how this is used is the Internet ...

1 2 3 4 5 6