actually fix webclient this time

This commit is contained in:
UnknownShadow200 2019-09-02 20:06:11 +10:00
parent faa11598c3
commit 89f35a5293

View File

@ -148,7 +148,7 @@ void Input_UpdateTouch(long id, int x, int y) {
for (i = 0; i < Pointers_Count; i++) {
if (touchIds[i] != id) continue;
if (win_rawMouse) {
if (Input_RawMode) {
Event_RaiseMove(&PointerEvents.RawMoved, i, x - Pointers[i].x, y - Pointers[i].y);
}
Pointer_SetPosition(i, x, y);