Meta_KeyCodeGuard
Module: Metanodes / Definitions
A KeyCodeGuard prevents script event dispatch unless the specified key is pressed.
#include <meta_script.hpp>
Public Types
Type | Name |
---|---|
enum | IDX { Idx_KeyCode, Idx_User } Property index. |
enum | SpecialKey { Unbound = -1, Any = 0 } Special values for KeyCode. |
Public Types Documentation
enum IDX
Enumerator | Value | Description |
---|---|---|
Idx_KeyCode | SpecialKey or int - Key code condition for this guard | |
Idx_User | link - (optional) Link to a user, who is the only user whose key presses are considered by this guard |
Property index.
enum SpecialKey
Enumerator | Value | Description |
---|---|---|
Unbound | -1 | Key is unbound. |
Any | 0 | Any key (equivalent to no guard node at all) |
Special values for KeyCode.