Tagged Questions

1
vote
1answer
60 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
11answers
1k views

ergonomics: what’s better; trackball, ergonomic mouse or some other pointing device (a-la touchscreen)?

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 …
1
vote
3answers
185 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" …
0
votes
0answers
65 views

How to Temporarily Disable Pen Input on Ubuntu (Jaunty) on Thinkpad X41 [closed]

I have a Thinkpad X41 tablet PC on which I installed Ubuntu. Everything works fine, including pen input. However, there is a hardware problem which causes the mouse to erratically jump to the bottom …
0
votes
3answers
518 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 …
4
votes
7answers
5k 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 …
0
votes
1answer
104 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.
-1
votes
3answers
135 views

Multiple computers, only one set of I/O’s? [closed]

I have several computers, but only one set of monitor/keyboard/mouse/speakers. Is it possible to have them all powered on, and switch between them without physically reconnecting the wires? Not that …
4
votes
7answers
337 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 …
0
votes
1answer
196 views

Is there an alternative to RawInput in Mac OS X/Linux

I'm developing an application that runs on a machine that has several usb keyboards attached. Occasionally keyboards will added or removed. Each time a key is pressed, the application needs to find …
2
votes
3answers
195 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
votes
4answers
230 views

Stylus/tablet input device

I need to make a WebCast presentation soon and need to do some "whiteboarding" during that WebCast. Does anyone have any stylus/tablet input device recommendations? Anyone ever used such an input …