mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-01-12 12:08:58 +01:00
mobile: Fix a comment
This commit is contained in:
parent
cc5fba729a
commit
475d659459
@ -46,7 +46,7 @@ func Render() error {
|
|||||||
// int id = e.getPointerId(i);
|
// int id = e.getPointerId(i);
|
||||||
// int x = (int)e.getX(i);
|
// int x = (int)e.getX(i);
|
||||||
// int y = (int)e.getY(i);
|
// int y = (int)e.getY(i);
|
||||||
// YourGame.CurrentEventDispatcher().UpdateTouchesOnAndroid(e.getActionMasked(), id, x, y);
|
// YourGame.UpdateTouchesOnAndroid(e.getActionMasked(), id, x, y);
|
||||||
// }
|
// }
|
||||||
// return true;
|
// return true;
|
||||||
// }
|
// }
|
||||||
|
Loading…
Reference in New Issue
Block a user