8 lines
166 B
C
8 lines
166 B
C
#ifndef __plugin_mouse_translate_h
|
|
#define __plugin_mouse_translate_h
|
|
|
|
#include <glib.h>
|
|
|
|
gboolean translate_button(char *str, guint *state, guint *keycode);
|
|
|
|
#endif
|