Uses of Class
FlaNium.WinAPI.enums.KeyCombination
-
Packages that use KeyCombination Package Description FlaNium.WinAPI.actions FlaNium.WinAPI.enums -
-
Uses of KeyCombination in FlaNium.WinAPI.actions
Methods in FlaNium.WinAPI.actions with parameters of type KeyCombination Modifier and Type Method Description voidKeyboardActions. performKeyCombination(KeyCombination keyCombination)Keystrokes of the selected combination. -
Uses of KeyCombination in FlaNium.WinAPI.enums
Methods in FlaNium.WinAPI.enums that return KeyCombination Modifier and Type Method Description static KeyCombinationKeyCombination. valueOf(String name)Returns the enum constant of this type with the specified name.static KeyCombination[]KeyCombination. values()Returns an array containing the constants of this enum type, in the order they are declared.
-