Merge commit '08236fc790e711afe886b6ef545511d35e4e5c6c'
This commit is contained in:
@ -49,6 +49,19 @@ ox::Error setWindowBounds(Context &ctx, ox::Bounds const&bnds) noexcept;
|
||||
* @param ctx - Context
|
||||
* @param ms - milliseconds
|
||||
*/
|
||||
void setRefreshWithin(Context &ctx, int ms) noexcept;
|
||||
void requireRefreshWithin(Context &ctx, int ms) noexcept;
|
||||
|
||||
/**
|
||||
* Stimulates screen to draw for a period of a short period of
|
||||
* time (168 ms on GLFW implementation).
|
||||
* @param ctx - Context
|
||||
*/
|
||||
void requireRefresh(Context &ctx) noexcept;
|
||||
|
||||
/**
|
||||
* Stimulates screen to draw for a specified period of time.
|
||||
* @param ctx - Context
|
||||
*/
|
||||
void requireRefreshFor(Context &ctx, int ms) noexcept;
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user