raise
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good

This commit is contained in:
Nishi 2026-05-04 19:24:09 +09:00
commit 11069552df
Signed by: nishi
GPG key ID: 27EF69B208EB9343
12 changed files with 50 additions and 15 deletions

View file

@ -355,6 +355,8 @@ static void mouse_down(MwWidget handle, void* ptr) {
sw->base.x = MwGetInteger(handle, MwNx);
sw->base.y = MwGetInteger(handle, MwNy);
}
MwLLRaise(handle->lowlevel);
}
static void func_handler(MwWidget handle, const char* name, void* out, va_list va) {