UL_CONTROLLER::touch Struct Reference

#include <keys.h>


Data Fields

signed short x
 Touchpad horizontal position in pixels.
signed short y
 Touchpad vertical position in pixels.
u8 doubleClickDelay
 Maximum delay so that a dual touchpad press can be detected as a double click.
u16 held:1
 Touchpad stylus is currently down.
u16 click:1
 Reported once when the stylus touches the screen.
u16 released:1
 Reported once when the stylus is released.
u16 doubleClick:1
 Reported once when a double click even occurs.
signed short deltaX
 Horizontal delta (movement).
signed short deltaY
 Vertical delta (movement).


Detailed Description

Structure holding everything about touchpad.


Field Documentation

u16 UL_CONTROLLER::touch::held

Touchpad stylus is currently down.

Unnamed Bitfield for touchpad


The documentation for this struct was generated from the following file:
Generated on Sat Jul 14 23:39:33 2007 by  doxygen 1.5.2