![]() |
FirstModulAR 0.1.0
|
Represents a special key on the virtual keyboard, such as Backspace, Tab, CapsLock, Enter, Shift, or Space. More...
Protected Member Functions | |
| override void | SetLabels () |
| Sets the labels on the special key. | |
| override void | OnDown () |
| Handles the button's pointer down event and performs the special key action. | |
Protected Member Functions inherited from FMAR.UI.Widgets.Keyboard.Key | |
Additional Inherited Members | |
Public Member Functions inherited from FMAR.UI.Widgets.Keyboard.Key | |
| Key | Init (char key, char shiftKey) |
| Initializes the key with the specified characters. | |
Protected Attributes inherited from FMAR.UI.Widgets.Keyboard.Key | |
| char | key |
| The character displayed on the key. | |
| char | shiftKey |
| The character displayed on the key when shift is pressed. | |
| TextMeshProUGUI | primaryLabel |
| TextMeshProUGUI | shiftLabel |
| UpDownButton | button |
| LayoutElement | layoutElement |
Represents a special key on the virtual keyboard, such as Backspace, Tab, CapsLock, Enter, Shift, or Space.
|
inlineprotectedvirtual |
Handles the button's pointer down event and performs the special key action.
Reimplemented from FMAR.UI.Widgets.Keyboard.Key.
|
inlineprotectedvirtual |
Sets the labels on the special key.
Reimplemented from FMAR.UI.Widgets.Keyboard.Key.