ReactOS 0.4.16-dev-319-g6cf4263
|
#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 246 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 240 of file wincon.h.
Referenced by 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 248 of file wincon.h.
Referenced by AddInputEvents(), BreakHandler(), cfgets(), cgetchar(), ConioProcessInputEvent(), ConioProcessKey(), KeyboardEventHandler(), LineInputKeyDown(), PagePrompt(), PasteText(), PreprocessInput(), ReadCommand(), and CConsole::ReadLine().
union { ... } _KEY_EVENT_RECORD::uChar |
Referenced by 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 245 of file wincon.h.
Referenced by 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 241 of file wincon.h.
Referenced by AddInputEvents(), BreakHandler(), ConioProcessKey(), KeyboardEventHandler(), PasteText(), and CConsole::ReadLine().
WORD _KEY_EVENT_RECORD::wVirtualKeyCode |
Definition at line 242 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 243 of file wincon.h.
Referenced by AddInputEvents(), BreakHandler(), ConioProcessKey(), KeyboardEventHandler(), and PasteText().