Fix input slider not working with gamepad (#596)

This commit is contained in:
redphx
2024-12-13 05:41:25 +07:00
parent 1db7d4f8d7
commit 873f6546a4
4 changed files with 6 additions and 5 deletions

View File

@@ -54,7 +54,7 @@ export namespace BxEvent {
target.dispatchEvent(event);
AppInterface && AppInterface.onEvent(eventName);
BX_FLAGS.Debug && BxLogger.warning('BxEvent', 'dispatch', eventName, data);
BX_FLAGS.Debug && BxLogger.warning('BxEvent', 'dispatch', target, eventName, data);
}
}