Uses of Class
squidpony.squidgrid.gui.gdx.UIUtil.YMoveKind
-
Uses of UIUtil.YMoveKind in squidpony.squidgrid.gui.gdx
Methods in squidpony.squidgrid.gui.gdx that return UIUtil.YMoveKind Modifier and Type Method Description static UIUtil.YMoveKind
UIUtil.YMoveKind. of(int keycode, boolean vim)
static UIUtil.YMoveKind
UIUtil.YMoveKind. valueOf(String name)
Returns the enum constant of this type with the specified name.static UIUtil.YMoveKind[]
UIUtil.YMoveKind. values()
Returns an array containing the constants of this enum type, in the order they are declared.