Click or drag to resize

InputFieldExKeyHandler Structure

Defines a combination of keys and the action to take with it.

Namespace:  Kit.UI.Widgets
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public struct KeyHandler
Request Example View Source

The InputFieldExKeyHandler type exposes the following members.

Fields
  NameDescription
Public fieldAction
Method to call when the combination is pressed.
Public fieldDisregard
Key modifiers that should be dis-regarded.
Public fieldKey
The basic key to handle.
Public fieldModifiers
Key modifiers that should be pressed with it.
Top
See Also