#Cross-platform Input management

5 messages · Page 1 of 1 (latest)

manic ferryBOT
#

When your question is answered use !solved to mark the question as resolved.

Remember to ask specific questions, provide necessary details, and reduce your question to its simplest form. For tips on how to ask a good question use !howto ask.

mystic ingot
#

HID is short for human interface device. it can mean a number of things. but there's an HID specification for USB devices, which standardizes a protocol for input devices. do note that that's a pretty vast standard though. and not all input devices are USB HIDs. and not all USB HIDs are input devices, the standard is also popular for things like certain kinds of sensors afaik. and how exactly you interact with USB devices of that kind will depend on the OS again. but any major OS will generally already have a driver model and some API to interact with HID devices.

mystic ingot
#

it's definitely the most notable spec that will probably cover most things today, yes

manic ferryBOT
#

@paper imp Has your question been resolved? If so, type !solved :)

#

Thank you and let us know if you have any more questions!

This thread is now set to auto-hide after an hour of inactivity