OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:button_history
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/pckbport/
synapticsvar.h
95
char
button_history
;
member in struct:synaptics_softc
synaptics.c
708
sc->
button_history
= 0;
1337
nsp.sp_left = sc->
button_history
& PMS_LBUTMASK;
1338
nsp.sp_middle = sc->
button_history
& PMS_MBUTMASK;
1339
nsp.sp_right = sc->
button_history
& PMS_RBUTMASK;
1554
if (new_buttons != sc->
button_history
) {
1555
if (sc->
button_history
== 0)
1556
sc->
button_history
= new_buttons;
1558
sc->
button_history
= 0;
1572
nsp.sp_left = sc->
button_history
& PMS_LBUTMASK;
1573
nsp.sp_middle = sc->
button_history
[
all
...]
Completed in 102 milliseconds
Indexes created Sun Oct 19 19:09:49 GMT 2025