OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:newbuttons
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/hpcmips/dev/
optpoint.c
172
u_int
newbuttons
= ((sc->packet[1] & LBUTMASK) ? 0x1 : 0)
local in function:optpoint_intr
176
u_int changed = (sc->buttons ^
newbuttons
);
180
device_xname(sc->sc_dev),
newbuttons
, dx, dy));
182
newbuttons
,
186
sc->buttons =
newbuttons
;
/src/sys/dev/pckbport/
pms.c
519
int
newbuttons
= 0;
local in function:pmsinput
619
newbuttons
|= 0x8;
621
newbuttons
|= 0x10;
635
newbuttons
|= ((sc->packet[0] & PMS_LBUTMASK) ? 0x1 : 0) |
652
changed = (sc->buttons ^
newbuttons
);
653
sc->buttons =
newbuttons
;
Completed in 14 milliseconds
Indexes created Wed Sep 24 05:09:52 GMT 2025