Enum KeyLocation
- Namespace
- Godot
- Assembly
- GodotSharp.dll
public enum KeyLocation : long
Fields
Left = 1
A key which is to the left of its twin.
Right = 2
A key which is to the right of its twin.
Unspecified = 0
Used for keys which only appear once, or when a comparison doesn't need to differentiate the
LEFT
andRIGHT
versions.For example, when using IsMatch(InputEvent, bool), an event which has Unspecified will match any KeyLocation on the passed event.