Searched refs:ms_emul3b (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/arch/atari/dev/
H A Dmsvar.h45 uint8_t ms_emul3b; /* emulate 3rd button */ member in struct:ms_softc
H A Dms.c115 ms_softc[0].ms_emul3b = 1;
152 if (ms->ms_emul3b)
185 flush_buttons = ms->ms_emul3b ? 0 : 1;
196 if ((type != KBD_TIMEO_PKG) && ms->ms_emul3b && ms->ms_bq_idx != 0)
269 if (ms->ms_emul3b && ms->ms_bq_idx != 0 && (type != KBD_TIMEO_PKG)) {
391 ms->ms_emul3b = (*(int *)data != 0) ? 1 : 0;
394 *(int *)data = ms->ms_emul3b;

Completed in 193 milliseconds