displayKeySetWakeup (Function) |
Top Previous Next |
This function is used to configure the system to wake from suspend when the touch screen is pressed. It is similar to using the key parameter on pmWaitEvent.
pmSuspend return codes for this wake-up source:
Input:
Enable : BOOL (default: TRUE) Set to true to enable the wake-up, set to false to disable it.
Returns:
Declaration: FUNCTION ALIGN displayKeySetWakeup:INT;
Example: INCLUDE rtcu.inc
|