OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SDL_Scancode
(Results
1 - 10
of
10
) sorted by null
/prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_keyboard.h
49
SDL_Scancode
scancode; /**< SDL physical key code - see ::
SDL_Scancode
for details */
67
* \return An array of key states. Indexes into this array are obtained by using ::
SDL_Scancode
values.
99
extern DECLSPEC SDL_Keycode SDLCALL SDL_GetKeyFromScancode(
SDL_Scancode
scancode);
105
* See ::
SDL_Scancode
for details.
109
extern DECLSPEC
SDL_Scancode
SDLCALL SDL_GetScancodeFromKey(SDL_Keycode key);
118
* \sa
SDL_Scancode
120
extern DECLSPEC const char *SDLCALL SDL_GetScancodeName(
SDL_Scancode
scancode);
127
* \sa
SDL_Scancode
129
extern DECLSPEC
SDL_Scancode
SDLCALL SDL_GetScancodeFromName(const char *name)
[
all
...]
SDL_scancode.h
23
* \file
SDL_scancode
.h
397
}
SDL_Scancode
;
/prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_keyboard.h
49
SDL_Scancode
scancode; /**< SDL physical key code - see ::
SDL_Scancode
for details */
67
* \return An array of key states. Indexes into this array are obtained by using ::
SDL_Scancode
values.
99
extern DECLSPEC SDL_Keycode SDLCALL SDL_GetKeyFromScancode(
SDL_Scancode
scancode);
105
* See ::
SDL_Scancode
for details.
109
extern DECLSPEC
SDL_Scancode
SDLCALL SDL_GetScancodeFromKey(SDL_Keycode key);
118
* \sa
SDL_Scancode
120
extern DECLSPEC const char *SDLCALL SDL_GetScancodeName(
SDL_Scancode
scancode);
127
* \sa
SDL_Scancode
129
extern DECLSPEC
SDL_Scancode
SDLCALL SDL_GetScancodeFromName(const char *name)
[
all
...]
SDL_scancode.h
23
* \file
SDL_scancode
.h
397
}
SDL_Scancode
;
/prebuilts/misc/windows/sdl2/include/
SDL_keyboard.h
49
SDL_Scancode
scancode; /**< SDL physical key code - see ::
SDL_Scancode
for details */
67
* \return An array of key states. Indexes into this array are obtained by using ::
SDL_Scancode
values.
99
extern DECLSPEC SDL_Keycode SDLCALL SDL_GetKeyFromScancode(
SDL_Scancode
scancode);
105
* See ::
SDL_Scancode
for details.
109
extern DECLSPEC
SDL_Scancode
SDLCALL SDL_GetScancodeFromKey(SDL_Keycode key);
118
* \sa
SDL_Scancode
120
extern DECLSPEC const char *SDLCALL SDL_GetScancodeName(
SDL_Scancode
scancode);
127
* \sa
SDL_Scancode
129
extern DECLSPEC
SDL_Scancode
SDLCALL SDL_GetScancodeFromName(const char *name)
[
all
...]
SDL_scancode.h
23
* \file
SDL_scancode
.h
397
}
SDL_Scancode
;
/prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_keyboard.h
49
SDL_Scancode
scancode; /**< SDL physical key code - see ::
SDL_Scancode
for details */
67
* \return An array of key states. Indexes into this array are obtained by using ::
SDL_Scancode
values.
99
extern DECLSPEC SDL_Keycode SDLCALL SDL_GetKeyFromScancode(
SDL_Scancode
scancode);
105
* See ::
SDL_Scancode
for details.
109
extern DECLSPEC
SDL_Scancode
SDLCALL SDL_GetScancodeFromKey(SDL_Keycode key);
118
* \sa
SDL_Scancode
120
extern DECLSPEC const char *SDLCALL SDL_GetScancodeName(
SDL_Scancode
scancode);
127
* \sa
SDL_Scancode
129
extern DECLSPEC
SDL_Scancode
SDLCALL SDL_GetScancodeFromName(const char *name)
[
all
...]
SDL_scancode.h
23
* \file
SDL_scancode
.h
397
}
SDL_Scancode
;
/prebuilts/misc/windows/sdl2/test/
testkeys.c
25
SDL_Scancode
scancode;
testautomation_keyboard.c
229
SDL_Scancode
scancode;
238
scancode = (
SDL_Scancode
)SDL_NUM_SCANCODES;
520
SDL_Scancode
scancode;
544
SDL_Scancode
scancode;
618
SDL_Scancode
scancode;
Completed in 215 milliseconds