This repository has been archived by the owner. It is now read-only.
Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Added a mouse ID to the mouse events, which set to the special value …
…SDL_TOUCH_MOUSEID for mouse events simulated by touch input.
- Loading branch information
Showing
with
92 additions
and 92 deletions.
- +16 −13 include/SDL_events.h
- +22 −32 include/SDL_touch.h
- +9 −6 src/events/SDL_mouse.c
- +6 −3 src/events/SDL_mouse_c.h
- +3 −3 src/main/beos/SDL_BApp.h
- +4 −4 src/video/android/SDL_androidtouch.c
- +4 −2 src/video/cocoa/SDL_cocoamouse.m
- +4 −4 src/video/cocoa/SDL_cocoawindow.m
- +4 −4 src/video/directfb/SDL_DirectFB_events.c
- +3 −3 src/video/nds/SDL_ndsevents.c
- +4 −4 src/video/uikit/SDL_uikitview.m
- +6 −6 src/video/windows/SDL_windowsevents.c
- +6 −7 src/video/x11/SDL_x11events.c
- +1 −1 src/video/x11/SDL_x11xinput2.c
Oops, something went wrong.