InputState
public enum InputState : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case creating = "CREATING" -
Undocumented
Declaration
Swift
case detached = "DETACHED" -
Undocumented
Declaration
Swift
case attached = "ATTACHED" -
Undocumented
Declaration
Swift
case deleting = "DELETING" -
Undocumented
Declaration
Swift
case deleted = "DELETED" -
Declaration
Swift
public var description: String { get }
View on GitHub
InputState Enumeration Reference