diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-03-17 04:58:40 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-03-17 04:58:40 +0000 |
commit | 15f7abfac5a429555e5230726f83c0189b1521db (patch) | |
tree | 7e8599057afc6e2cad14861f9a3628def603d153 /doc/TODO | |
parent | 50578c9dbd5ec6b5ec25ed30109a412aa1156c61 (diff) |
changed [pddp] object tp [pddp( message to disable the [pddp] object, which causes crashes
svn path=/trunk/externals/hcs/hid/; revision=4725
Diffstat (limited to 'doc/TODO')
-rw-r--r-- | doc/TODO | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/TODO b/doc/TODO new file mode 100644 index 0000000..c192b93 --- /dev/null +++ b/doc/TODO @@ -0,0 +1,14 @@ +Right now, [hid] basically outputs events in response to the OS. It polls the +event queue at a given frequency and processes everything in the queue on each +cycle. This means that the data stream is a bit erratic. + +The first part of the question is whether [hid] should output everything it +finds in the event queue, or just the most recent event. + +- buttons output every event, since its state change (on/off) triggers something. + +- For absolute axes, it probably should just output the most recent event per + poll, since absolute axes are position, and its not really necessary to know + how many events there were between [hid] polls, just the position where it + ended up. + |