funny demo
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@59 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
parent
29b344f831
commit
db84c794c7
6 changed files with 122 additions and 4 deletions
|
|
@ -135,7 +135,9 @@ int MwPending(MwWidget handle) {
|
|||
void MwLoop(MwWidget handle) {
|
||||
while(1) {
|
||||
MwStep(handle);
|
||||
MwLLSleep(5);
|
||||
|
||||
MwDispatchUserHandler(handle, MwNtickHandler, NULL);
|
||||
MwLLSleep(MwWaitMS);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue