mirror of https://github.com/encounter/SDL.git
SDL_touch.h (SDL_TouchDeviceType): remove comma at end of enumerator list.
This commit is contained in:
parent
37b1f989ce
commit
3f0d520a49
|
@ -46,7 +46,7 @@ typedef enum
|
||||||
SDL_TOUCH_DEVICE_INVALID = -1,
|
SDL_TOUCH_DEVICE_INVALID = -1,
|
||||||
SDL_TOUCH_DEVICE_DIRECT, /* touch screen with window-relative coordinates */
|
SDL_TOUCH_DEVICE_DIRECT, /* touch screen with window-relative coordinates */
|
||||||
SDL_TOUCH_DEVICE_INDIRECT_ABSOLUTE, /* trackpad with absolute device coordinates */
|
SDL_TOUCH_DEVICE_INDIRECT_ABSOLUTE, /* trackpad with absolute device coordinates */
|
||||||
SDL_TOUCH_DEVICE_INDIRECT_RELATIVE, /* trackpad with screen cursor-relative coordinates */
|
SDL_TOUCH_DEVICE_INDIRECT_RELATIVE /* trackpad with screen cursor-relative coordinates */
|
||||||
} SDL_TouchDeviceType;
|
} SDL_TouchDeviceType;
|
||||||
|
|
||||||
typedef struct SDL_Finger
|
typedef struct SDL_Finger
|
||||||
|
|
Loading…
Reference in New Issue