HomeSort by: relevance | last modified time | path
    Searched defs:button_state (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/hpc/
button.c 67 static int button_state(void *, int, long, void *);
141 CONFIG_HOOK_SHARE, button_state, sc);
146 button_state(void *ctx, int type, long id, void *msg) function in typeref:typename:int
  /src/sys/arch/landisk/include/
button.h 55 struct button_state { struct
81 struct button_state _bev_d_event;
  /src/usr.sbin/moused/
moused.c 381 struct button_state { struct
385 static struct button_state bstate[MOUSE_MAXBUTTON]; /* button state */
386 static struct button_state *mstate[MOUSE_MAXBUTTON];/* mapped button st.*/
387 static struct button_state zstate[4]; /* Z/W axis state */

Completed in 14 milliseconds