capsmode - eisclimber/ExPresS-XR GitHub Wiki

CapsMode

Enum in ExPresSXR.UI

Inherits from System.Enum

Summary

Defines possible behaviors for toggle behaviors.

public enum CapsMode
{
    Toggle,
    OneCharUpper,
    AlwaysUpper,
    AlwaysLower
}

Members

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.
⚠️ **GitHub.com Fallback** ⚠️