OSL_REMOTECONTROLLER Struct Reference

#include <keys.h>

Data Fields

OSL_REMOTEKEYLIST held
 Keys currently down (held)
 
OSL_REMOTEKEYLIST pressed
 Keys pressed (only reported once when the user pressed it)
 
OSL_REMOTEKEYLIST released
 Keys released (only reported once when the user releases it)
 
OSL_REMOTEKEYLIST lastHeld
 Allows you to trick with the held member without messing up the auto-repeat feature.
 
short autoRepeatInit
 Time for the initialization of the autorepeat feature.
 
short autoRepeatInterval
 Interval before the autorepeat feature is switched on (the time the user must let the key down)
 
int autoRepeatMask
 Keys affected by the autorepeat feature.
 
short autoRepeatCounter
 Counter (internal)
 

Detailed Description

Remote Controller type.


The documentation for this struct was generated from the following file: