Home
last modified time | relevance | path

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

/netbsd/sys/arch/landisk/include/
H A Dbutton.h55 struct button_state { struct
81 struct button_state _bev_d_event;
/netbsd/sys/dev/hpc/
H A Dbutton.c67 static int button_state(void *, int, long, void *);
141 CONFIG_HOOK_SHARE, button_state, sc); in button_attach()
146 button_state(void *ctx, int type, long id, void *msg) in button_state() function
/netbsd/usr.sbin/moused/
H A Dmoused.c381 struct button_state { struct
385 static struct button_state bstate[MOUSE_MAXBUTTON]; /* button state */ argument
386 static struct button_state *mstate[MOUSE_MAXBUTTON];/* mapped button st.*/
387 static struct button_state zstate[4]; /* Z/W axis state */