introduce MwAfterStep, breaking change
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good

This commit is contained in:
Nishi 2026-04-07 22:56:18 +09:00
commit 6af4c73905
Signed by: nishi
GPG key ID: 27EF69B208EB9343
2 changed files with 24 additions and 27 deletions

View file

@ -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