9 lines
169 B
C
9 lines
169 B
C
|
#ifndef __plugin_keyboard_translate_h
|
||
|
#define __plugin_keyboard_translate_h
|
||
|
|
||
|
#include <glib.h>
|
||
|
|
||
|
gboolean translate_key(char *str, guint *state, guint *keycode);
|
||
|
|
||
|
#endif
|