Uses of Class
de.vatrasoft.vatralib.gfx.Key
-
Packages that use Key Package Description de.vatrasoft.vatralib.gfx Classes related to graphics operations (i.e. manipulating the screen) and input handling. -
-
Uses of Key in de.vatrasoft.vatralib.gfx
Methods in de.vatrasoft.vatralib.gfx that return Key Modifier and Type Method Description static KeyKey. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Key[]Key. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.vatrasoft.vatralib.gfx with parameters of type Key Modifier and Type Method Description booleanGfxBinding. isKeyPressed(Key key)Indicates if the givenKeyis currently being pressed on the keyboard.
-