capsmode - eisclimber/ExPresS-XR GitHub Wiki
Enum in ExPresSXR.UI
Inherits from System.Enum
Defines possible behaviors for toggle behaviors.
public enum CapsMode
{
Toggle,
OneCharUpper,
AlwaysUpper,
AlwaysLower
}| Name | Description |
|---|---|
| AlwaysLower | Text will be always lower case. |
| AlwaysUpper | Text will be always upper case. |
| OneCharUpper | The caps button will only affect the next character and then automatically turns off. |
| Toggle | The caps button is toggled on and off until pressed again. |