| View previous topic :: View next topic |
| Author |
Message |
Torch

Joined: 28 May 2008 Posts: 842
|
Posted: Fri Sep 19, 2008 12:41 pm Post subject: Detect if Suspend called by Idle or by Power Switch. |
|
|
How do I check if a suspend event was initiated by the PSP being idle and trying to shut off, or if the user pressed the power switch.
I already have a sysevent handler for suspend in my app BTW. |
|
| Back to top |
|
 |
Insert_witty_name
Joined: 10 May 2006 Posts: 376
|
Posted: Fri Sep 19, 2008 7:57 pm Post subject: |
|
|
See the power callback sample in the SDK.
PSP_POWER_CB_POWER_SWITCH is when the switch is pressed.
PSP_POWER_CB_SUSPENDING is when it's called by the system automatically. |
|
| Back to top |
|
 |
Torch

Joined: 28 May 2008 Posts: 842
|
Posted: Mon Sep 22, 2008 3:44 am Post subject: |
|
|
| Thanks. Used it in Hold+ v2.71 |
|
| Back to top |
|
 |
|