Click or drag to resize

InputCodeExt Fields

[This is preliminary documentation and is subject to change.]

The InputCodeExt type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberKeyboardCustomRangeStart
The start of reserved subrange of keyboard codes. This is the first value you can use for your custom codes.
Public fieldStatic memberKeyboardRangeEnd
The end of the keyboard code range (inclusive).
Public fieldStatic memberKeyboardRangeStart
The start of the keyboard code range. The range extends to KeyboardRangeEnd (inclusive).
Public fieldStatic memberMouseCustomRangeStart
The start of reserved subrange of mouse codes. This is the first value you can use for your custom codes.
Public fieldStatic memberMouseRangeEnd
The end of the mouse code range (inclusive).
Public fieldStatic memberMouseRangeStart
The start of the mouse code range. The range extends to MouseRangeEnd (inclusive).
Public fieldStatic memberPadCustomRangeStart
The start of reserved subrange of gamepad codes. This is the first value you can use for your custom codes.
Public fieldStatic memberPadRangeEnd
The end of the gamepad code range (inclusive).
Public fieldStatic memberPadRangeStart
The start of the gamepad code range. The range extends to PadRangeEnd (inclusive).
Top
See Also