summaryrefslogtreecommitdiff
path: root/src/SDL2/include/SDL_scancode.h
diff options
context:
space:
mode:
authorMAN-AT-ARMS <donny@ecgnetwork.com>2014-03-08 22:00:38 -0500
committerTim Angus <tim@ngus.net>2014-08-28 11:03:31 +0100
commit57e0583885b51fb736589f6187facfcfb9d06a67 (patch)
tree2d48bf168880a3d5a0cbe3f6d5660db4cbb30995 /src/SDL2/include/SDL_scancode.h
parent482262a75610e63d2a779fea5b37b8206d87e947 (diff)
Update SDL2 to 2.0.2
Diffstat (limited to 'src/SDL2/include/SDL_scancode.h')
-rw-r--r--src/SDL2/include/SDL_scancode.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/SDL2/include/SDL_scancode.h b/src/SDL2/include/SDL_scancode.h
index d3f87481..4b3be28f 100644
--- a/src/SDL2/include/SDL_scancode.h
+++ b/src/SDL2/include/SDL_scancode.h
@@ -1,6 +1,6 @@
/*
Simple DirectMedia Layer
- Copyright (C) 1997-2013 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2014 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
@@ -49,7 +49,7 @@ typedef enum
*
* These values are from usage page 0x07 (USB keyboard page).
*/
- /*@{*/
+ /* @{ */
SDL_SCANCODE_A = 4,
SDL_SCANCODE_B = 5,
@@ -339,14 +339,14 @@ typedef enum
* special KMOD_MODE for it I'm adding it here
*/
- /*@}*//*Usage page 0x07*/
+ /* @} *//* Usage page 0x07 */
/**
* \name Usage page 0x0C
*
* These values are mapped from usage page 0x0C (USB consumer page).
*/
- /*@{*/
+ /* @{ */
SDL_SCANCODE_AUDIONEXT = 258,
SDL_SCANCODE_AUDIOPREV = 259,
@@ -366,14 +366,14 @@ typedef enum
SDL_SCANCODE_AC_REFRESH = 273,
SDL_SCANCODE_AC_BOOKMARKS = 274,
- /*@}*//*Usage page 0x0C*/
+ /* @} *//* Usage page 0x0C */
/**
* \name Walther keys
*
* These are values that Christian Walther added (for mac keyboard?).
*/
- /*@{*/
+ /* @{ */
SDL_SCANCODE_BRIGHTNESSDOWN = 275,
SDL_SCANCODE_BRIGHTNESSUP = 276,
@@ -388,7 +388,7 @@ typedef enum
SDL_SCANCODE_APP1 = 283,
SDL_SCANCODE_APP2 = 284,
- /*@}*//*Walther keys*/
+ /* @} *//* Walther keys */
/* Add any other keys here. */