|
|
auto | run_time () const noexcept -> clock_type::duration |
| | Returns the application run time duration.
|
| |
| auto | user_idle_time () const noexcept -> clock_type::duration |
| | Returns for how long was the user idle. More...
|
| |
| auto | frame_time () const noexcept -> seconds_t< float > |
| | Returns the simulation time of the current frame. More...
|
| |
| auto | frame_duration () const noexcept -> seconds_t< float > |
| | Returns the duration of the previos frame. More...
|
| |
| auto | is_active () const noexcept -> bool |
| | Indicates if the example or the user is active in some way. More...
|
| |
| auto | user_is_idle () const noexcept -> value_with_history< bool, 2 > |
| | Indicates if the user is idle (does not generate input events). More...
|
| |
| auto | user_became_idle () const noexcept -> bool |
| | Indicates that the used became idle. More...
|
| |
| auto | user_became_active () const noexcept -> bool |
| | Indicates that the used became active (generated input events). More...
|
| |
|
auto | user_idle_too_long () const noexcept -> bool |
| | Indicates that the user became idle for too long (may depend on config).
|
| |
Read-only view of application context state values.