Top "Mouse" questions

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

Detect touchpad vs mouse in Javascript

Is there any way to detect if the client is using a touchpad vs. a mouse with Javascript? Or at …

javascript mouse touchpad trackpad
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/…

c# mouse cursor icons screenshot
How do I edit Visual Studio's mouse shortcuts?

Visual Studio used to execute the "Naviagte Backward" command whenever I hit the back thumb button on my mouse, but …

visual-studio-2010 settings mouse
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: …

c# .net winforms events mouse
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 …

java swing mouse mouseevent mouselistener
How can I get the mouse position in a console program?

How can I get the mouse click position in C++ in a Windows console program? (A variable that returns the …

c++ mouse windows-console
What's the *best* wireless keyboard / mouse set for programmers?

I've considered the following: Logitech Desktop MX 5500 Microsoft Wireless Entertainment Desktop 8000 But I'd like see what other programmers would recommend.

keyboard mouse desktop wireless
get clicks through html canvas

I'm seeing a lot of questions about how to get the html5 canvas element to receive mouse clicks, I'm using …

html canvas mouse
In WPF, how do you tell if the left mouse button is currently down without using any events?

I have an app where I want to be able to move a slider. However, the slider is automatically updated …

c# wpf mouse mouseleftbuttondown
Get Mouse State without access to MouseEventArgs?

I have a form with many, many controls. I need to detect if the mouse is down or if it's …

c# .net winforms mouse