SDL  2.0
SDL_evdev_kbd.h File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef struct SDL_EVDEV_keyboard_state SDL_EVDEV_keyboard_state
 

Functions

SDL_EVDEV_keyboard_stateSDL_EVDEV_kbd_init (void)
 
void SDL_EVDEV_kbd_keycode (SDL_EVDEV_keyboard_state *state, unsigned int keycode, int down)
 
void SDL_EVDEV_kbd_quit (SDL_EVDEV_keyboard_state *state)
 

Typedef Documentation

§ SDL_EVDEV_keyboard_state

Definition at line 26 of file SDL_evdev_kbd.h.

Function Documentation

§ SDL_EVDEV_kbd_init()

SDL_EVDEV_keyboard_state* SDL_EVDEV_kbd_init ( void  )

Definition at line 823 of file SDL_evdev_kbd.c.

References NULL.

824 {
825  return NULL;
826 }
#define NULL
Definition: begin_code.h:164

§ SDL_EVDEV_kbd_keycode()

void SDL_EVDEV_kbd_keycode ( SDL_EVDEV_keyboard_state state,
unsigned int  keycode,
int  down 
)

Definition at line 829 of file SDL_evdev_kbd.c.

830 {
831 }

§ SDL_EVDEV_kbd_quit()

void SDL_EVDEV_kbd_quit ( SDL_EVDEV_keyboard_state state)

Definition at line 834 of file SDL_evdev_kbd.c.

835 {
836 }