#include <FxUIKey.h>
|
| static constexpr int | Key_At = 0x40 |
| |
| static constexpr int | Key_Up = FxUIKey::Key_Up |
| |
| static constexpr int | Key_Down = FxUIKey::Key_Down |
| |
| static constexpr int | Key_Enter = FxUIKey::Key_Enter |
| |
| static constexpr int | Key_Return = FxUIKey::Key_Return |
| |
| static constexpr int | Key_Backspace = FxUIKey::Key_Backspace |
| |
| static constexpr int | Key_Escape = FxUIKey::Key_Escape |
| |
| static constexpr int | Key_Tab = FxUIKey::Key_Tab |
| |
| static constexpr int | Key_Space = FxUIKey::Key_Space |
| |
| static constexpr int | Key_CapsLock = FxUIKey::Key_CapsLock |
| |
| static constexpr int | Key_Shift = FxUIKey::Key_Shift |
| |
| static constexpr int | Key_Control = FxUIKey::Key_Control |
| |
| static constexpr int | Key_Alt = FxUIKey::Key_Alt |
| |
Class CFxUIKey is class for all Key types used in commonUI.
Definition at line 25 of file FxUIKey.h.
◆ Key_Alt
| int CFxUIKey::Key_Alt = FxUIKey::Key_Alt |
|
staticconstexpr |
◆ Key_At
| int CFxUIKey::Key_At = 0x40 |
|
staticconstexpr |
◆ Key_Backspace
| int CFxUIKey::Key_Backspace = FxUIKey::Key_Backspace |
|
staticconstexpr |
◆ Key_CapsLock
| int CFxUIKey::Key_CapsLock = FxUIKey::Key_CapsLock |
|
staticconstexpr |
◆ Key_Control
| int CFxUIKey::Key_Control = FxUIKey::Key_Control |
|
staticconstexpr |
◆ Key_Down
| int CFxUIKey::Key_Down = FxUIKey::Key_Down |
|
staticconstexpr |
◆ Key_Enter
| int CFxUIKey::Key_Enter = FxUIKey::Key_Enter |
|
staticconstexpr |
◆ Key_Escape
| int CFxUIKey::Key_Escape = FxUIKey::Key_Escape |
|
staticconstexpr |
◆ Key_Return
| int CFxUIKey::Key_Return = FxUIKey::Key_Return |
|
staticconstexpr |
◆ Key_Shift
| int CFxUIKey::Key_Shift = FxUIKey::Key_Shift |
|
staticconstexpr |
◆ Key_Space
| int CFxUIKey::Key_Space = FxUIKey::Key_Space |
|
staticconstexpr |
◆ Key_Tab
| int CFxUIKey::Key_Tab = FxUIKey::Key_Tab |
|
staticconstexpr |
◆ Key_Up
| int CFxUIKey::Key_Up = FxUIKey::Key_Up |
|
staticconstexpr |
The documentation for this class was generated from the following file: