FirstModulAR 0.1.0
Loading...
Searching...
No Matches
FMAR.UI.Widgets.Keyboard.SpecialKey Class Reference

Represents a special key on the virtual keyboard, such as Backspace, Tab, CapsLock, Enter, Shift, or Space. More...

Inheritance diagram for FMAR.UI.Widgets.Keyboard.SpecialKey:
FMAR.UI.Widgets.Keyboard.Key

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
 

Detailed Description

Represents a special key on the virtual keyboard, such as Backspace, Tab, CapsLock, Enter, Shift, or Space.

Member Function Documentation

◆ OnDown()

override void FMAR.UI.Widgets.Keyboard.SpecialKey.OnDown ( )
inlineprotectedvirtual

Handles the button's pointer down event and performs the special key action.

Reimplemented from FMAR.UI.Widgets.Keyboard.Key.

◆ SetLabels()

override void FMAR.UI.Widgets.Keyboard.SpecialKey.SetLabels ( )
inlineprotectedvirtual

Sets the labels on the special key.

Reimplemented from FMAR.UI.Widgets.Keyboard.Key.


The documentation for this class was generated from the following file: