mirror of
https://github.com/moparisthebest/uinput-mapper
synced 2024-11-26 01:12:14 -05:00
Update TODO.
This commit is contained in:
parent
f4ca6c4231
commit
f894c0ed11
3
map.c
3
map.c
@ -4,8 +4,6 @@
|
||||
* - Can map keys from some keyboard to keys on a joystick.
|
||||
*
|
||||
* Does not:
|
||||
* - Show up as a joystick device?
|
||||
* - Emulate multiple joysticks
|
||||
* - Have a nice mapping file format / datastructures YET.
|
||||
*
|
||||
*/
|
||||
@ -55,7 +53,6 @@ static int get_key_num(char* name)
|
||||
static int js[2];
|
||||
|
||||
/* TODO:
|
||||
* - Use atexit() to free joysticks
|
||||
* - Add file parsing / reading
|
||||
* - Add proper datastructures to keep track
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user