SDL_touch.h (SDL_TouchDeviceType): remove comma at end of enumerator list.
This commit is contained in:
parent
f8efb8361a
commit
06b24e43f6
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ typedef enum
|
|||
SDL_TOUCH_DEVICE_INVALID = -1,
|
||||
SDL_TOUCH_DEVICE_DIRECT, /* touch screen with window-relative 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;
|
||||
|
||||
typedef struct SDL_Finger
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue