src/win32/event.cpp in reflexion-0.3 vs src/win32/event.cpp in reflexion-0.3.1

- old
+ new

@@ -133,13 +133,12 @@ 0, get_mouse_type(msg, wp), get_mouse_action(msg), Point(GET_X_LPARAM(lp), GET_Y_LPARAM(lp)), get_modifiers(), - is_mouse_dragging(msg, wp), get_mouse_click_count(msg), - 0, + is_mouse_dragging(msg, wp), Xot::time())); } static uint get_touch_type (const TOUCHINPUT& touch) @@ -195,12 +194,11 @@ 0, get_touch_type(touch), action, get_touch_position(hwnd, touch), get_modifiers(), - action == Pointer::MOVE, action == Pointer::DOWN ? 1 : 0, - 0, + action == Pointer::MOVE, get_touch_time(touch)); Pointer_set_system_id(&pointer, touch.dwID); if (pointer) PointerEvent_add_pointer(this, pointer);