FxEngine  0.0.1
3d engine for fx9860G calculators
keyboard.h File Reference
#include <gint/keyboard.h>
#include <gint/keycodes.h>
#include <stdint.h>

Go to the source code of this file.

Typedefs

typedef void(* callback) (void)
 

Functions

void event_keyboard_set_key (uint32_t matrix_code, uint32_t ev_type, callback function)
 
void event_keyboard_reload ()
 

Typedef Documentation

◆ callback

typedef void(* callback) (void)

Definition at line 16 of file keyboard.h.

Function Documentation

◆ event_keyboard_reload()

void event_keyboard_reload ( )

◆ event_keyboard_set_key()

void event_keyboard_set_key ( uint32_t  matrix_code,
uint32_t  ev_type,
callback  function 
)