Click or drag to resize

HHelpersInputReading Class

Specifically contains helper methods for use in reading human input.
Inheritance Hierarchy
SystemObject
  com.tiberiumfusion.ttplugins.HarmonyPluginsHHelpersInputReading

Namespace:  com.tiberiumfusion.ttplugins.HarmonyPlugins
Assembly:  TTPlugins (in TTPlugins.dll) Version: 1.2.0.1 (1.2.0.1)
Syntax
public static class InputReading
Request Example View Source

The HHelpersInputReading type exposes the following members.

Methods
  NameDescription
Public methodStatic memberIsKeyComboDown
Checks whether the base key AND the modifier key are both currently held. If the modifier key is Keys.None, the modifier key down check will be skipped.
Public methodStatic memberIsKeyComboPressed
Checks whether the base key was down on this update cycle and up on the last update cycle AND that the modifier key is currently held. If the modifier key is Keys.None, the modifier key down check will be skipped.
Public methodStatic memberIsKeyDown
Checks whether the specified key is currently held or not.
Public methodStatic memberIsKeyPressed
Checks whether the specified key was down on this update cycle and up on the last update cycle.
Top
See Also