funny demo

git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@59 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
NishiOwO
2025-09-29 06:40:08 +00:00
parent 29b344f831
commit db84c794c7
6 changed files with 122 additions and 4 deletions

View File

@@ -135,7 +135,9 @@ int MwPending(MwWidget handle) {
void MwLoop(MwWidget handle) {
while(1) {
MwStep(handle);
MwLLSleep(5);
MwDispatchUserHandler(handle, MwNtickHandler, NULL);
MwLLSleep(MwWaitMS);
}
}