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 23 of file SDL_evdev_kbd.h.

Function Documentation

◆ SDL_EVDEV_kbd_init()

SDL_EVDEV_keyboard_state* SDL_EVDEV_kbd_init ( void  )

Definition at line 660 of file SDL_evdev_kbd.c.

References NULL.

661 {
662  return NULL;
663 }
#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 666 of file SDL_evdev_kbd.c.

667 {
668 }

◆ SDL_EVDEV_kbd_quit()

void SDL_EVDEV_kbd_quit ( SDL_EVDEV_keyboard_state state)

Definition at line 671 of file SDL_evdev_kbd.c.

672 {
673 }