VSF Documented
Data Structures | Macros | Typedefs | Functions
SDL_keyboard.h File Reference
#include "../../vsf_sdl2_cfg.h"
#include "SDL_stdinc.h"
#include "SDL_keycode.h"
#include "begin_code.h"
#include "close_code.h"

Go to the source code of this file.

Data Structures

struct  SDL_Keysym
 

Macros

#define SDL_GetKeyboardState   VSF_SDL_WRAPPER(SDL_GetKeyboardState)
 
#define SDL_StartTextInput()
 
#define SDL_StopTextInput()
 

Typedefs

typedef struct SDL_Keysym SDL_Keysym
 

Functions

const uint8_tSDL_GetKeyboardState (int *numkeys)
 

Macro Definition Documentation

◆ SDL_GetKeyboardState

#define SDL_GetKeyboardState   VSF_SDL_WRAPPER(SDL_GetKeyboardState)

◆ SDL_StartTextInput

#define SDL_StartTextInput ( )

◆ SDL_StopTextInput

#define SDL_StopTextInput ( )

Typedef Documentation

◆ SDL_Keysym

typedef struct SDL_Keysym SDL_Keysym

Function Documentation

◆ SDL_GetKeyboardState()

const uint8_t * SDL_GetKeyboardState ( int *  numkeys)
extern