summaryrefslogtreecommitdiff
path: root/include/SDL_events.h
diff options
context:
space:
mode:
authorSam Lantinga <slouken@libsdl.org>2011-02-07 09:37:11 -0800
committerSam Lantinga <slouken@libsdl.org>2011-02-07 09:37:11 -0800
commit76a24d278d045b207b762e7d9ce74994f19a1877 (patch)
tree8558283a012b78338a9e3f824c55011ff2c81471 /include/SDL_events.h
parentf0fa63a506aa911c7d203253256f2682c21a1cc0 (diff)
Sheena pointed out that "scancode" and "keysym" are single words and shouldn't be camel-cased.
Diffstat (limited to 'include/SDL_events.h')
-rw-r--r--include/SDL_events.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/SDL_events.h b/include/SDL_events.h
index 60e0dcc9..1835fa70 100644
--- a/include/SDL_events.h
+++ b/include/SDL_events.h
@@ -151,7 +151,7 @@ typedef struct SDL_KeyboardEvent
Uint8 repeat; /**< Non-zero if this is a key repeat */
Uint8 padding2;
Uint8 padding3;
- SDL_KeySym keysym; /**< The key that was pressed or released */
+ SDL_Keysym keysym; /**< The key that was pressed or released */
} SDL_KeyboardEvent;
#define SDL_TEXTEDITINGEVENT_TEXT_SIZE (32)