Uses of Class
com.blackrook.gui.input.GUIKeyStroke
Packages that use GUIKeyStroke
Package
Description
Containing GUI components.
Contains classes for handling input.
-
Uses of GUIKeyStroke in com.blackrook.gui
Methods in com.blackrook.gui with parameters of type GUIKeyStrokeModifier and TypeMethodDescriptionvoidGUI.bindBroadcastAction(GUIKeyStroke keystroke, GUIAction action) Adds a broadcast key event to this GUI.booleanGUI.unbindAllBroadcastActions(GUIKeyStroke keystroke) Removes all specific broadcast key events from this GUI for a keystroke.booleanGUI.unbindBroadcastAction(GUIKeyStroke keystroke, GUIAction action) Removes a specific broadcast key event from this GUI. -
Uses of GUIKeyStroke in com.blackrook.gui.input
Methods in com.blackrook.gui.input that return GUIKeyStrokeModifier and TypeMethodDescriptionstatic GUIKeyStrokeCreates a keystroke by parsing a string that represents the keystroke.static GUIKeyStrokeGUIKeyStroke.createGamepad(int button) Creates a new gamepad button press keystroke with no mask.static GUIKeyStrokeGUIKeyStroke.createGamepad(int button, boolean flag) Creates a new gamepad button keystroke with no mask.static GUIKeyStrokeGUIKeyStroke.createGamepad(int keyMask, int button, boolean flag) Creates a new gamepad button keystroke.static GUIKeyStrokeGUIKeyStroke.createGamepadTap(int axis, boolean positive) Creates a new gamepad axis tap with no mask.static GUIKeyStrokeGUIKeyStroke.createGeneric(int code) Creates a new generic input keystroke.static GUIKeyStrokeGUIKeyStroke.createKey(int keyPress) Creates a new keyboard press keystroke with no mask.static GUIKeyStrokeGUIKeyStroke.createKey(int keyPress, boolean flag) Creates a new keyboard keystroke with no mask.static GUIKeyStrokeGUIKeyStroke.createKey(int keyMask, int keyPress, boolean flag) Creates a new keyboard keystroke.Methods in com.blackrook.gui.input with parameters of type GUIKeyStrokeModifier and TypeMethodDescriptionbooleanGUIKeyStroke.equals(GUIKeyStroke ks) Tests if this keystroke equals another.