Add g_runloop.is_idle
This commit is contained in:
parent
e37a4aa46e
commit
5b3ab881ba
|
@ -429,6 +429,7 @@ struct runloop
|
|||
{
|
||||
/* Lifecycle state checks. */
|
||||
bool is_paused;
|
||||
bool is_idle;
|
||||
bool is_menu;
|
||||
bool is_slowmotion;
|
||||
|
||||
|
|
Loading…
Reference in New Issue