From 15f7abfac5a429555e5230726f83c0189b1521db Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Fri, 17 Mar 2006 04:58:40 +0000 Subject: changed [pddp] object tp [pddp( message to disable the [pddp] object, which causes crashes svn path=/trunk/externals/hcs/hid/; revision=4725 --- doc/TODO | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 doc/TODO (limited to 'doc/TODO') 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. + -- cgit v1.2.1