ReactOS 0.4.16-dev-1311-g81a4d83
|
#include <wincon.h>
Public Attributes | |
BOOL | bKeyDown |
WORD | wRepeatCount |
WORD | wVirtualKeyCode |
WORD | wVirtualScanCode |
union { | |
WCHAR UnicodeChar | |
CHAR AsciiChar | |
} | uChar |
DWORD | dwControlKeyState |
CHAR _KEY_EVENT_RECORD::AsciiChar |
Definition at line 267 of file wincon.h.
Referenced by BootLoaderRemovableDiskPage(), BootLoaderSelectPage(), BreakHandler(), cfgets(), cgetchar(), CommandChoice(), ConfirmDeleteSystemPartitionPage(), ConfirmQuit(), ConioInputEventToAnsi(), ConioInputEventToUnicode(), DeletePartitionPage(), DeviceSettingsPage(), CConsole::DisableWrite(), FormatPartitionPage(), FsVolCallback(), HandleGenericList(), InstallDirectoryPage(), InstallIntroPage(), LanguagePage(), LicensePage(), PopupError(), ReadCommand(), CConsole::ReadLine(), RepairIntroPage(), SelectFileSystemPage(), SelectPartitionPage(), ShowPartitionSizeInputBox(), UpgradeRepairPage(), WelcomePage(), and CConsole::Write().
BOOL _KEY_EVENT_RECORD::bKeyDown |
Definition at line 261 of file wincon.h.
Referenced by _getch_nolock(), _getwch_nolock(), AddInputEvents(), BreakHandler(), cfgets(), cgetchar(), ConioProcessInputEvent(), ConioProcessKey(), CConsole::DisableWrite(), KeyboardEventHandler(), PagePrompt(), PasteText(), PreprocessInput(), CConsole::ReadLine(), scrollkeys(), waitforkey(), and CConsole::Write().
DWORD _KEY_EVENT_RECORD::dwControlKeyState |
Definition at line 269 of file wincon.h.
Referenced by _getextendedkeycode(), AddInputEvents(), BreakHandler(), cfgets(), cgetchar(), ConioProcessInputEvent(), ConioProcessKey(), KeyboardEventHandler(), LineInputKeyDown(), PagePrompt(), PasteText(), PreprocessInput(), ReadCommand(), and CConsole::ReadLine().
union { ... } _KEY_EVENT_RECORD::uChar |
Referenced by _getch_nolock(), _getwch_nolock(), AddInputEvents(), BootLoaderRemovableDiskPage(), BootLoaderSelectPage(), BreakHandler(), cfgets(), cgetchar(), CommandChoice(), ConfirmDeleteSystemPartitionPage(), ConfirmQuit(), ConioInputEventToAnsi(), ConioInputEventToUnicode(), ConioProcessKey(), DeletePartitionPage(), DeviceSettingsPage(), CConsole::DisableWrite(), FormatPartitionPage(), FsVolCallback(), HandleGenericList(), InstallDirectoryPage(), InstallIntroPage(), LanguagePage(), LicensePage(), LineInputKeyDown(), PagePrompt(), PasteText(), PopupError(), ReadCommand(), CConsole::ReadLine(), RepairIntroPage(), SelectFileSystemPage(), SelectPartitionPage(), ShowPartitionSizeInputBox(), UpgradeRepairPage(), WelcomePage(), and CConsole::Write().
WCHAR _KEY_EVENT_RECORD::UnicodeChar |
Definition at line 266 of file wincon.h.
Referenced by _getch_nolock(), _getwch_nolock(), AddInputEvents(), BreakHandler(), cgetchar(), CommandChoice(), ConioInputEventToAnsi(), ConioInputEventToUnicode(), ConioProcessKey(), CConsole::DisableWrite(), LineInputKeyDown(), PagePrompt(), PasteText(), ReadCommand(), CConsole::ReadLine(), and CConsole::Write().
WORD _KEY_EVENT_RECORD::wRepeatCount |
Definition at line 262 of file wincon.h.
Referenced by AddInputEvents(), BreakHandler(), ConioProcessKey(), KeyboardEventHandler(), PasteText(), and CConsole::ReadLine().
WORD _KEY_EVENT_RECORD::wVirtualKeyCode |
Definition at line 263 of file wincon.h.
Referenced by BootLoaderRemovableDiskPage(), BootLoaderSelectPage(), BreakHandler(), cfgets(), cgetchar(), ConfirmDeleteSystemPartitionPage(), ConfirmQuit(), ConioProcessInputEvent(), ConioProcessKey(), DeletePartitionPage(), DeviceSettingsPage(), FormatPartitionPage(), FsVolCallback(), HandleGenericList(), InputWait(), InstallDirectoryPage(), InstallIntroPage(), LanguagePage(), LineInputKeyDown(), PagePrompt(), PasteText(), PreprocessInput(), ReadCommand(), CConsole::ReadLine(), RepairIntroPage(), scrollkeys(), SelectFileSystemPage(), SelectPartitionPage(), ShowPartitionSizeInputBox(), UpgradeRepairPage(), WelcomePage(), and CConsole::Write().
WORD _KEY_EVENT_RECORD::wVirtualScanCode |
Definition at line 264 of file wincon.h.
Referenced by _getextendedkeycode(), AddInputEvents(), BreakHandler(), ConioProcessKey(), KeyboardEventHandler(), and PasteText().