|
WiseMo Guest Component API
|
C++ More...
import"WGuest.idl";
Public Types | |
| enum | ShortcutType_t { ShortcutType_AltCtrlDel = 0, ShortcutType_CtrlEsc = 1, ShortcutType_AltTab = 2, ShortcutType_Status = 3, ShortcutType_FullScreen = 4 } |
Properties | |
| VARIANT_BOOL | Alt [get, set] |
| VARIANT_BOOL | Ctrl [get, set] |
| LONG | VkCode [get, set] |
C++
Keyboard shortcut interface.
Defines the button assignments for a shortcut returned by IWGuestXCtrl::GetKeyboardShortcut() method.
| enum ShortcutType_t |
|
getset |
ALT usage in shortcut:
|
getset |
CTRL usage in shortcut:
|
getset |
VK code that should be used in shortcut.
Allowed VK codes are:
1.8.10