SyncedKeyKeyMode Enumeration
Key behavior mode
| DoubleTap | 0 | True during the frame the user pressing down the key for the second time withing time defined in DoubleTapTime. |
| KeyDown | 1 | True during the frame the user starts pressing down the key. |
| KeyPress | 2 | True while the user holds down the key. |
| KeyUp | 3 | True during the frame the user releases the key. |
| ToggleDoubleTap | 4 | True during the frame the user pressing down the key for the second time withing time defined in DoubleTapTime. |
| ToggleKeyDown | 5 | Toggles the value when user starts pressing down the key. |
| ToggleKeyUp | 6 | Toggles the value when user releases the key. |