aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO12
1 files changed, 2 insertions, 10 deletions
diff --git a/TODO b/TODO
index d51c069..ae6e39f 100644
--- a/TODO
+++ b/TODO
@@ -77,13 +77,6 @@ Darwin
==============================================================================
-= ditch x_devname in hid_linux.c
-
-- use sprintf(arg,"/dev/input/event%d",x_ddevice_number); instead
-
-
-
-==============================================================================
= consistent console output
void hid_post(const char *format, const char *);
@@ -96,14 +89,13 @@ void hid_post(const char *format, const char *);
==============================================================================
= event name changes
-- make key/button Type ev_btn rather than ev_key
+- make key/button Type btn rather than key (undecided on this one)
-- perhaps remove the "ev_" prefix on event Types for efficiency and clarity
==============================================================================
= mapping object ideas
-- [mousefilter]-like object to easily control things with a button
+
______________________________________________________________________________
------------------------------------------------------------------------------