OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ET_KeyPress
(Results
1 - 25
of
25
) sorted by relevancy
/xsrc/external/mit/xorg-server/dist/xkb/
xkbPrKeyEv.c
59
(event->type ==
ET_KeyPress
? "down" : "up"));
76
if (event->type ==
ET_KeyPress
&& !event->key_repeat &&
112
event->type =
ET_KeyPress
;
172
int is_press = (event->type ==
ET_KeyPress
);
xkbAccessX.c
137
(event.type ==
ET_KeyPress
? "down" : "up"));
322
AccessXKeyboardEvent(dev,
ET_KeyPress
, xkbi->repeatKey, TRUE);
358
AccessXKeyboardEvent(keybd,
ET_KeyPress
, xkbi->slowKey, FALSE);
xkbActions.c
879
ev.type =
ET_KeyPress
;
925
ev.type =
ET_KeyPress
;
1373
keyEvent = ((event->type ==
ET_KeyPress
) || (event->type == ET_KeyRelease));
1374
pressEvent = ((event->type ==
ET_KeyPress
) ||
/xsrc/external/mit/xorg-server.old/dist/xkb/
xkbPrKeyEv.c
58
DebugF("[xkb] XkbPKE: Key %d %s\n",key,(event->type ==
ET_KeyPress
?"down":"up"));
75
if (event->type ==
ET_KeyPress
&& !event->key_repeat &&
110
event->type =
ET_KeyPress
;
152
int is_press = (event->type ==
ET_KeyPress
);
xkbAccessX.c
139
(event.type ==
ET_KeyPress
? "down" : "up"));
314
AccessXKeyboardEvent(dev,
ET_KeyPress
, xkbi->repeatKey, TRUE);
349
AccessXKeyboardEvent(keybd,
ET_KeyPress
,xkbi->slowKey,FALSE);
xkbActions.c
827
ev.type =
ET_KeyPress
;
1094
keyEvent= ((event->type ==
ET_KeyPress
) || (event->type == ET_KeyRelease));
1095
pressEvent= ((event->type ==
ET_KeyPress
)|| (event->type == ET_ButtonPress));
/xsrc/external/mit/xorg-server.old/dist/dix/
eventconvert.c
116
case
ET_KeyPress
:
125
core->u.u.type = e->type -
ET_KeyPress
+ KeyPress;
132
EventSetKeyRepeatFlag(core, (e->type ==
ET_KeyPress
&& e->key_repeat));
176
case
ET_KeyPress
:
226
case
ET_KeyPress
:
268
case
ET_KeyPress
:
299
(ev->type ==
ET_KeyPress
&& ev->key_repeat));
309
case
ET_KeyPress
: kbp->type = DeviceKeyPress; break;
677
case
ET_KeyPress
: coretype = KeyPress; break;
698
case
ET_KeyPress
: xitype = DeviceKeyPress; break
[
all
...]
getevents.c
180
event->type = ET_RawKeyPress -
ET_KeyPress
+ type;
998
event->type =
ET_KeyPress
;
events.c
782
case
ET_KeyPress
:
1207
case
ET_KeyPress
:
3587
event->type !=
ET_KeyPress
)
3910
if (event->type ==
ET_KeyPress
) {
3912
((event->type ==
ET_KeyPress
) ? "down" : "up"));
3915
if (event->type ==
ET_KeyPress
)
/xsrc/external/mit/xorg-server/dist/dix/
eventconvert.c
127
case
ET_KeyPress
:
141
core->u.u.type = e->type -
ET_KeyPress
+ KeyPress;
148
EventSetKeyRepeatFlag(core, (e->type ==
ET_KeyPress
&& e->key_repeat));
212
case
ET_KeyPress
:
276
case
ET_KeyPress
:
334
case
ET_KeyPress
:
367
(ev->type ==
ET_KeyPress
&& ev->key_repeat));
382
case
ET_KeyPress
:
954
case
ET_KeyPress
:
985
case
ET_KeyPress
[
all
...]
events.c
798
case
ET_KeyPress
:
1259
case
ET_KeyPress
:
4126
case
ET_KeyPress
:
4197
if (event->type != ET_ButtonPress && event->type !=
ET_KeyPress
)
4241
if (ret == TRUE && event->type ==
ET_KeyPress
)
4468
(event->any.type ==
ET_KeyPress
||
4515
if (event->type ==
ET_KeyPress
) {
4517
((event->type ==
ET_KeyPress
) ? "down" : "up"));
4520
if (event->type ==
ET_KeyPress
)
inpututils.c
795
if (event->type ==
ET_KeyPress
|| event->type == ET_KeyRelease)
getevents.c
1127
event->type =
ET_KeyPress
;
/xsrc/external/mit/xorg-server.old/dist/include/
eventstr.h
48
ET_KeyPress
= 2,
/xsrc/external/mit/xorg-server/dist/mi/
mieq.c
311
case
ET_KeyPress
:
406
case
ET_KeyPress
:
468
case
ET_KeyPress
:
/xsrc/external/mit/xorg-server.old/dist/mi/
mieq.c
264
case
ET_KeyPress
:
338
case
ET_KeyPress
:
386
case
ET_KeyPress
:
/xsrc/external/mit/xorg-server/dist/include/
eventstr.h
49
ET_KeyPress
= 2,
/xsrc/external/mit/xorg-server.old/dist/test/
input.c
282
dix_event_to_core(
ET_KeyPress
);
344
DeviceKeyPress = IEventBase +
ET_KeyPress
;
377
ev.type =
ET_KeyPress
; _dix_test_xi_convert(&ev, Success, 1);
388
ev.type =
ET_KeyPress
; _dix_test_xi_convert(&ev, Success, 1);
404
ev.type =
ET_KeyPress
; _dix_test_xi_convert(&ev, Success, 2);
414
ev.type =
ET_KeyPress
;
419
ev.type =
ET_KeyPress
;
/xsrc/external/mit/xorg-server/dist/test/
input.c
379
dix_event_to_core(
ET_KeyPress
);
443
DeviceKeyPress = IEventBase +
ET_KeyPress
;
476
ev.type =
ET_KeyPress
;
494
ev.type =
ET_KeyPress
;
517
ev.type =
ET_KeyPress
;
533
ev.type =
ET_KeyPress
;
538
ev.type =
ET_KeyPress
;
/xsrc/external/mit/xorg-server.old/dist/Xi/
exevents.c
760
case
ET_KeyPress
:
809
if (event->type ==
ET_KeyPress
) {
984
if (event->type ==
ET_KeyPress
|| event->type == ET_KeyRelease)
1016
case
ET_KeyPress
:
1048
case
ET_KeyPress
:
/xsrc/external/mit/xorg-server/dist/Xi/
exevents.c
877
case
ET_KeyPress
:
922
if (event->type ==
ET_KeyPress
) {
1861
case
ET_KeyPress
:
1878
(event->type ==
ET_KeyPress
|| event->type == ET_KeyRelease)) {
1904
case
ET_KeyPress
:
/xsrc/external/mit/xorg-server.old/dist/test/xi2/
protocol-eventconvert.c
314
case
ET_KeyPress
:
/xsrc/external/mit/xorg-server/dist/test/xi2/
protocol-eventconvert.c
320
case
ET_KeyPress
:
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
xf86DGA.c
936
event.subtype = (is_down ?
ET_KeyPress
: ET_KeyRelease);
/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
xf86DGA.c
906
.subtype = (is_down ?
ET_KeyPress
: ET_KeyRelease),
Completed in 30 milliseconds
Indexes created Tue Aug 25 00:27:06 UTC 2026