#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). | |
1.5.9