Questions tagged [input-devices]

Anything related to input devices, i.e. hardware devices (e.g. a mouse, a keyboard, a webcam, etc.) used to gather information from the outside world and converting them into a digital format suitable for processing by a machine.

Input devices are hardware devices used to gather information from the outside world. The information is then converted into a digital format suitable for processing by a machine.

The main input device types are:

  • keyboard
  • pointing device (mouse, touchscreen)
  • joystick
  • optical (digital camera, scanner)
  • audio (microphone)
83 questions
0
votes
1 answer

Control Input Devices with .NET, is it possible?

I have a gaze controller with their respective .NET SDK. I'm wondering if there is any way to create an application/process in .NET where through code I can control cursor movement (and actions: click, double click…) in Windows SO and also to inject…
mzurita
  • 690
  • 1
  • 14
  • 33
0
votes
0 answers

How to know the input device that was used to open my application?

I need to know how to get the input device that was used to open my application (in the onCreate method, for example) . A bit more specific, how to know if my app was opened with "Amazon Fire TV Remote Input" or "Amazon Fire Game Controller…
raymercb
  • 11
  • 4
0
votes
1 answer

Whitelist specific input device types

I need a way to check a KeyEvent to see what type it is. I want to exclude everything except a device's (SmartPhone/Tables) own hardware/capacitive buttons. No mouse, no BT keyboards or game pads etc. I only want to interact with it's own buttons.…
Daniel B
  • 1,205
  • 14
  • 18
0
votes
1 answer

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 Level Collection (TLC), says usage of,…
K Babu
  • 1
  • 1
0
votes
1 answer

Multiple discrete keyboard inputs on one machine

Background: I am running a large event in October and plan to monitor who attends and where people are in the building for safety using a system that reads mifare cards that everyone in my organsiation has. To do this I have found a cheap mifare…
Dom Weldon
  • 1,728
  • 1
  • 12
  • 24
0
votes
2 answers

How can I list available input devices with haxe?

I would like to list all the input devices available when I launch an application, but I can't find a way to do that in the API. How can I get a list of available keyboards, mice, gamepads, touch screens, accelerometers...
Coyote
  • 2,454
  • 26
  • 47
-1
votes
2 answers

Windows Input Device Signal Enhancements

We write software (C#) for Speech Recognition, up until a particular W10 update we had no problems with speech recognition (via usb Microphone/headset). We are now facing issues with recognition and have found that it is caused by the (audio) input…
Richard Gale
  • 1,816
  • 5
  • 28
  • 45
-2
votes
1 answer

IOException when reading few bytes from /dev/input

When trying to read input_events from /dev/input/event16 I noticed that the size of the buffer I'm reading into may cause an exception. Here is the code I wrote: public static void main(String[] args) throws IOException{ FileInputStream…
user2887596
  • 641
  • 5
  • 15
1 2 3 4 5
6