mirror of
https://github.com/moparisthebest/uinput-mapper
synced 2025-02-17 23:40:12 -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.
|
* - Can map keys from some keyboard to keys on a joystick.
|
||||||
*
|
*
|
||||||
* Does not:
|
* Does not:
|
||||||
* - Show up as a joystick device?
|
|
||||||
* - Emulate multiple joysticks
|
|
||||||
* - Have a nice mapping file format / datastructures YET.
|
* - Have a nice mapping file format / datastructures YET.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
@ -55,7 +53,6 @@ static int get_key_num(char* name)
|
|||||||
static int js[2];
|
static int js[2];
|
||||||
|
|
||||||
/* TODO:
|
/* TODO:
|
||||||
* - Use atexit() to free joysticks
|
|
||||||
* - Add file parsing / reading
|
* - Add file parsing / reading
|
||||||
* - Add proper datastructures to keep track
|
* - Add proper datastructures to keep track
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user