]> icculus.org git repositories - mikachu/openbox.git/blob - plugins/mouse/translate.h
keep event_lasttime at the last time an event has come in so far, don't regress when...
[mikachu/openbox.git] / plugins / mouse / translate.h
1 #ifndef __plugin_mouse_translate_h
2 #define __plugin_mouse_translate_h
3
4 #include <glib.h>
5
6 gboolean translate_button(char *str, guint *state, guint *keycode);
7
8 #endif