Home
last modified time | relevance | path

Searched defs:button_state (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/arch/landisk/include/
H A Dbutton.h55 struct button_state { struct
56 char bs_name[32]; /* button name */
57 int32_t bs_state; /* state of the switch/event */
/netbsd-src/sys/dev/hpc/
H A Dbutton.c146 button_state(void *ctx, int type, long id, void *msg) in button_state() function
/netbsd-src/usr.sbin/moused/
H A Dmoused.c381 struct button_state { struct
385 static struct button_state bstate[MOUSE_MAXBUTTON]; /* button state */ argument