Skip to content

Commit

Permalink
SDL_touch.h (SDL_TouchDeviceType): remove comma at end of enumerator …
Browse files Browse the repository at this point in the history
…list.
  • Loading branch information
sezero committed Nov 26, 2018
1 parent 37b1f98 commit 3f0d520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/SDL_touch.h
Expand Up @@ -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
Expand Down

0 comments on commit 3f0d520

Please sign in to comment.