HHelpersInputReading Class |
Namespace: com.tiberiumfusion.ttplugins.HarmonyPlugins
The HHelpersInputReading type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | IsKeyComboDown |
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.
|
![]() ![]() | IsKeyComboPressed |
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.
|
![]() ![]() | IsKeyDown |
Checks whether the specified key is currently held or not.
|
![]() ![]() | IsKeyPressed |
Checks whether the specified key was down on this update cycle and up on the last update cycle.
|