aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2004-11-15 04:05:39 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2004-11-15 04:05:39 +0000
commit742e122ef16d2538803a3d40596ca9bd4b3f2112 (patch)
tree83c42d6f1ccf1025ad59e2649fc4633a51d27722 /TODO
parentcb245d85d24a739ae72eebae78c3959ec42b3695 (diff)
converted button codes to a numbered scheme; added [buttongate]
svn path=/trunk/externals/hcs/hid/; revision=2275
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
+
______________________________________________________________________________
------------------------------------------------------------------------------