OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:KEV
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/mit/libuv/dist/test/
test-tty-duplicate-key.c
82
# define
KEV
(I) records[(I)].Event.KeyEvent
88
KEV
(0).bKeyDown = TRUE;
89
KEV
(1).bKeyDown = FALSE;
90
KEV
(0).wVirtualKeyCode =
KEV
(1).wVirtualKeyCode = virt_key;
91
KEV
(0).wRepeatCount =
KEV
(1).wRepeatCount = 1;
92
KEV
(0).wVirtualScanCode =
KEV
(1).wVirtualScanCode =
94
KEV
(0).dwControlKeyState = KEV(1).dwControlKeyState = ctr_key_state
[
all
...]
/src/external/mit/libuv/dist/src/win/
tty.c
722
#define
KEV
handle->tty.rd.last_input_record.Event.KeyEvent
793
if (!
KEV
.bKeyDown &&
794
(
KEV
.wVirtualKeyCode != VK_MENU ||
795
KEV
.uChar.UnicodeChar == 0)) {
802
if ((
KEV
.dwControlKeyState & LEFT_ALT_PRESSED) &&
803
!(
KEV
.dwControlKeyState & ENHANCED_KEY) &&
804
(
KEV
.wVirtualKeyCode == VK_INSERT ||
805
KEV
.wVirtualKeyCode == VK_END ||
806
KEV
.wVirtualKeyCode == VK_DOWN ||
807
KEV
.wVirtualKeyCode == VK_NEXT |
[
all
...]
Completed in 15 milliseconds
Indexes created Wed Jul 01 00:25:26 UTC 2026