GamepadTextInputLineMode
Swift
public enum GamepadTextInputLineMode: CUnsignedInt, Sendable
Steamworks EGamepadTextInputLineMode
Topics
case singleLine
case singleLine
Steamworks k_EGamepadTextInputLineModeSingleLine
Declaration
Swift
case singleLine = 0
case multipleLines
case multipleLines
Steamworks k_EGamepadTextInputLineModeMultipleLines
Declaration
Swift
case multipleLines = 1
case unrepresentedInSwift
case unrepresentedInSwift
Some undocumented value
Declaration
Swift
case unrepresentedInSwift = 2