introduce MwAfterStep, breaking change
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
This commit is contained in:
parent
1531f89ef0
commit
6af4c73905
2 changed files with 24 additions and 27 deletions
|
|
@ -138,6 +138,12 @@ MWDECL void MwLoop(MwWidget handle);
|
|||
*/
|
||||
MWDECL int MwStep(MwWidget handle);
|
||||
|
||||
/*!
|
||||
* @brief Runs the stuff needed after one event loop
|
||||
* @param handle Widget
|
||||
*/
|
||||
MWDECL void MwAfterStep(MwWidget handle);
|
||||
|
||||
/*!
|
||||
* @brief Check if any event is pending
|
||||
* @param handle Widget
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue