SDL_touch.h (SDL_TouchDeviceType): remove comma at end of enumerator list.

This commit is contained in:
Ozkan Sezer 2018-11-26 19:55:01 +03:00
parent 37b1f989ce
commit 3f0d520a49
1 changed files with 1 additions and 1 deletions

View File

@ -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