Changes

Jump to navigation Jump to search
New section: Comments
Line 1: Line 1:  
Awesome, This will be very helpful for coders who don't understand how to use the usb keyboard interface.
 
Awesome, This will be very helpful for coders who don't understand how to use the usb keyboard interface.
 +
 +
== Comments ==
 +
 +
I took a minute to read your source. I am not saying that it is bad, but it is very short and shallow.
 +
 +
I feel that this library need more uhmf, more power. For one thing, it plain won't work with national keyboards that has funky characters like Ö and ü. It also lacks a clear way of programicaly checking if a specific key is up or down, like for a game or something. But that is not the only way to work with input, it also needs to support callbacks to let the application know if something changes without polling all the time. And for typing text, like keyboards are often used for, it needs an event queue, you can't miss a single hit there.
 +
It also would be neat to be able to flash the 3 keyboard leds.
 +
 +
To repeat in a different format:
 +
 +
* National keyboard mappings
 +
* State maintaince
 +
* Event queue
 +
* Callbacks
 +
* Led flashing
 +
 +
Hoping to help you realize what kinds of features keyboard programing really has.
 +
--[[User:Henke37|henke37]] 01:27, 30 July 2008 (CEST)
351

edits

Navigation menu