Uses of Enum Class
com.xebisco.yield.Input.Key
Packages that use Input.Key
-
Uses of Input.Key in com.xebisco.yield
Methods in com.xebisco.yield that return Input.KeyModifier and TypeMethodDescriptionAxis.altNegativeKey()Returns the value of thealtNegativeKeyrecord component.Axis.altPositiveKey()Returns the value of thealtPositiveKeyrecord component.Axis.negativeKey()Returns the value of thenegativeKeyrecord component.Axis.positiveKey()Returns the value of thepositiveKeyrecord component.static Input.KeyReturns the enum constant of this class with the specified name.static Input.Key[]Input.Key.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.xebisco.yield with parameters of type Input.KeyModifier and TypeMethodDescriptionbooleanApplication.isKeyPressed(Input.Key key) Checks if a key is currently pressed.Constructors in com.xebisco.yield with parameters of type Input.Key -
Uses of Input.Key in com.xebisco.yield.manager
Methods in com.xebisco.yield.manager that return types with arguments of type Input.KeyModifier and TypeMethodDescriptionPCInputManager.getPressingKeys()The function returns a collection of currently pressed keys.