| IVIZZARDServiceSetAvatarControlKeyPress Method |
아바타 조작 키 제어
Namespace:
SHConnector
Assembly:
SHConnector (in SHConnector.dll) Version: 4.0.0.24207 (4.0.0.24207)
Syntax void SetAvatarControlKeyPress(
int CmdIndex,
bool Pressed
)
Parameters
- CmdIndex
- Type: SystemInt32
Key Table
0 VK_NUMPAD7
1 VK_NUMPAD9
2 VK_UP
3 VK_DOWN
4 VK_LEFT
5 VK_RIGHT
6 VK_PRIOR (Page Up)
7 VK_NEXT (Page Down)
8 VK_NUMPAD8
9 VK_NUMPAD2
10 VK_NUMPAD4
11 VK_NUMPAD6
20 F
21 V
22 VK_LEFT
23 VK_RIGHT
24 VK_UP
25 VK_DOWN
26 VK_SPACE (Space bar)
27 VK_HOME (Home)
- Pressed
- Type: SystemBoolean
Pressed
See Also