Tagged Questions
The input-devices tag has no wiki summary.
16
votes
8answers
24k 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 ...
9
votes
6answers
3k views
Make a USB Device, Control It In Java
I'm thinking about making a physical controller (device?) with knobs, buttons, and LEDs. I'd like to interact with it using Java (respond to the knobs, light up LEDs, etc). The reason I mention Java ...
6
votes
13answers
9k views
ergonomics: what's better; trackball, ergonomic mouse or some other pointing device (a-la touchscreen)? [closed]
So I bit into the hype and recently purchased an apple wireless keyboard and that evil bar-of-soap thing apple makes for a mouse. Couple of hundred dollars later and this is where I begin to worry ...
4
votes
5answers
480 views
How to use trackpad scrolling in .Net
My WinForms app uses the mouse wheel, subscribing to the Control.MouseWheel event. How can I get it to work with scrolling methods from other input devices, in particular "finger along the edge" ...
4
votes
7answers
572 views
What alternative user input techniques should be adopted in programming?
Programming is particularly different to, for example word processing due to the wealth of special symbols etc that need to be entered.
Of the current crop of new user interface techniques, which are ...
3
votes
1answer
380 views
How can you take ownership of a hid device?
What I would like to take ownership of a hid device that may already have been plugged in, consume it's output, while preventing others(X11 or terminal) from consuming it.
If I can help it, I don't ...
2
votes
1answer
415 views
Android 3.0 Use Physical Keyboard Setting
Background:
I recently purchased a Motorola XOOM Tablet along with the Desktop Dock and Bluetooth Keyboard accessories.
The dock and keyboard work great, but when I take the tablet off the dock to ...
2
votes
1answer
482 views
How to capture a signature from an ePad in C# - windows forms?
I need to save a signature from an ePad device .. I would prefer to use the Microsoft.Ink InkPicture control but the ePad really zoom zooms the mouse pointer about. The ePad SDK samples didn't ...
2
votes
3answers
328 views
What is the most efficient way to populate a time (or time range)?
While plenty of solutions exist for entering dates (such as calendars, drop-down menus, etc.), it doesn't seem like there are too many "standard" ways to ask for a time (or time range).
I've ...
1
vote
1answer
71 views
How to tell what device triggered a particular event in Delphi?
I'm wondering if there's an easy way to tell which input device triggered a particular GUI event.
For example: A TButton.OnClick event gets fired. Did the user trigger it with a keyboard press ...
1
vote
2answers
671 views
/dev/input keyboard format
I've been playing around with capturing the input from my keyboard device:
/dev/input/by-path/platform-i8042-serio-0-event-kbd
for me, and I was wondering if there was any specification for what ...
1
vote
1answer
273 views
MacOS Virtual Input Devices
How can I create a virtual HID device in code? I'm trying to avoid writing a kernel extension to accomplish this, but it seems to be the only way. I need to be able to create virtual HID devices of ...
0
votes
1answer
599 views
Windows Application: Raw Input Device Registration - Excluding desired sub-class device
In my Windows application, while registering for 'Raw Input Devices', I wish to register only mouse but the trackpad which is also a pointing device also gets registered.
In MSDN Documentation, Top ...
0
votes
3answers
1k views
polling joystick C#
i have an application that records a date/time when the space bar is pressed
unfortunately, the window doesn't always have focus, for various reasons. eg virus checker popup, itunes update, windows ...
0
votes
1answer
223 views
How can I programmatically take a picture using a webcamera and save it to a file?
Preferably, answers will be in a .Net language. However, all answers are very welcome.
Thank you,in advance, for your assistance.