Uses of Enum Class
com.prineside.tdi2.managers.SettingsManager.HotkeyAction
Packages that use SettingsManager.HotkeyAction
-
Uses of SettingsManager.HotkeyAction in com.prineside.tdi2.managers
Fields in com.prineside.tdi2.managers declared as SettingsManager.HotkeyActionModifier and TypeFieldDescriptionstatic SettingsManager.HotkeyAction[]
SettingsManager.HotkeyAction.values
Methods in com.prineside.tdi2.managers that return SettingsManager.HotkeyActionModifier and TypeMethodDescriptionstatic SettingsManager.HotkeyAction
Returns the enum constant of this class with the specified name.static SettingsManager.HotkeyAction[]
SettingsManager.HotkeyAction.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.prineside.tdi2.managers that return types with arguments of type SettingsManager.HotkeyActionModifier and TypeMethodDescriptionSettingsManager.getHotKeyActions
(IntArray keysPressed) SettingsManager.getHotkeysJustPressed()
Methods in com.prineside.tdi2.managers with parameters of type SettingsManager.HotkeyActionModifier and TypeMethodDescriptionint[]
SettingsManager.getDefaultHotKey
(SettingsManager.HotkeyAction action) int[]
SettingsManager.getHotKey
(SettingsManager.HotkeyAction action) SettingsManager.getHotkeyGroupTitle
(SettingsManager.HotkeyAction action) SettingsManager.getHotKeyName
(SettingsManager.HotkeyAction action) boolean
SettingsManager.isDefaultHotKey
(SettingsManager.HotkeyAction action) boolean
SettingsManager.isHotkeyJustPressed
(SettingsManager.HotkeyAction action) void
SettingsManager.setHotKey
(SettingsManager.HotkeyAction action, int[] keys)