Fork me on GitHub

Keyboard.

Keyboard.TextTranslationMode Enum

Namespace
SharpInputSystem
Interfaces
  • IComparable
  • IFormattable
  • IConvertible
Base Types
  • object
  • ValueType
  • Enum
graph BT Type-->Base0["Enum"] Base0-->Base1["ValueType"] Base1-->Base2["object"] Type-.->Interface0["IComparable"] Type-.->Interface1["IFormattable"] Type-.->Interface2["IConvertible"] Type["Keyboard.TextTranslationMode"] class Type type-node

Syntax

public enum Keyboard.TextTranslationMode

Fields

Name Constant Value Summary
Ascii 2
static
Off 0
static
Unicode 1
static