Searched defs:button_state (Results 1 – 3 of 3) sorted by relevance
55 struct button_state { struct56 char bs_name[32]; /* button name */57 int32_t bs_state; /* state of the switch/event */
146 button_state(void *ctx, int type, long id, void *msg) in button_state() function
381 struct button_state { struct385 static struct button_state bstate[MOUSE_MAXBUTTON]; /* button state */ argument