Click or drag to resize

HHelpersUIState Class

Specifically contains helper methods for use in detecting properties of the current UI state.
Inheritance Hierarchy
SystemObject
  com.tiberiumfusion.ttplugins.HarmonyPluginsHHelpersUIState

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

The HHelpersUIState type exposes the following members.

Methods
  NameDescription
Public methodStatic memberIsLocalPlayerEditingASign
Returns true if the local player is editing a sign.
Public methodStatic memberIsLocalPlayerRenamingChest
Returns true if the local player is renaming a chest.
Public methodStatic memberIsLocalPlayerSearchingBestiary
Returns true if the bestiary search box has keyboard focus.
Public methodStatic memberIsLocalPlayerTypingInASearchBox
Return true if the local player is entering text in a search box of some sort.
Public methodStatic memberIsLocalPlayerTypingInChat
Returns true if the chat box has keyboard focus.
Public methodStatic memberIsLocalPlayerTypingSomething
Returns true if the local player is entering text in an input box of some sort and thus should not be activating hotkeys or other keyboard commands.
Top
See Also