Skip to content

Instantly share code, notes, and snippets.

@Zaxuhe
Created February 7, 2014 16:19
Show Gist options
  • Save Zaxuhe/8866087 to your computer and use it in GitHub Desktop.
Save Zaxuhe/8866087 to your computer and use it in GitHub Desktop.
bb10 avoid screen sleep
int idle_mode = SCREEN_IDLE_MODE_KEEP_AWAKE;
screen_set_window_property_iv(screen_win, SCREEN_PROPERTY_IDLE_MODE, &idle_mode);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment