emscripten: Call xsystem35.shell.showMouseMoveEffect()

See kichikuou/web@07a6118 for details.
This commit is contained in:
kichikuou
2023-09-04 13:32:04 +09:00
parent f0ccfee40f
commit 53e39b7c11
+1
View File
@@ -642,6 +642,7 @@ void ags_setCursorLocation(int x, int y, bool is_dibgeo, bool for_selection) {
// internal mouse coordinates. This can help with keyboard/gamepad
// navigation.
sdl_setCursorInternalLocation(x, y);
EM_ASM({ xsystem35.shell.showMouseMoveEffect($0, $1); }, x, y);
}
#else
switch(nact->ags.mouse_movesw) {