-
Constructors in squidpony.squidgrid.gui.gdx with parameters of type SquidInput.KeyHandler
Constructor |
Description |
SquidInput(SquidInput.KeyHandler keyHandler) |
Constructs a new SquidInput that does not respond to mouse input, but does take keyboard input and sends keyboard
events through some processing before calling keyHandler.handle() on keypresses that can sensibly be processed.
|
SquidInput(SquidInput.KeyHandler keyHandler,
boolean ignoreInput) |
Constructs a new SquidInput that does not respond to mouse input, but does take keyboard input and sends keyboard
events through some processing before calling keyHandler.handle() on keypresses that can sensibly be processed.
|
SquidInput(SquidInput.KeyHandler keyHandler,
SquidMouse mouse) |
Constructs a new SquidInput that responds to mouse and keyboard input when given a SquidMouse and a
SquidInput.KeyHandler implementation.
|
SquidInput(SquidInput.KeyHandler keyHandler,
SquidMouse mouse,
boolean ignoreInput) |
Constructs a new SquidInput that responds to mouse and keyboard input when given a SquidMouse and a
SquidInput.KeyHandler implementation, and can be put in an initial state where it ignores input until told
otherwise via setIgnoreInput(boolean).
|
VisualInput(SquidInput.KeyHandler keyHandler) |
|
VisualInput(SquidInput.KeyHandler keyHandler,
boolean ignoreInput) |
|
VisualInput(SquidInput.KeyHandler keyHandler,
SquidMouse mouse) |
|
VisualInput(SquidInput.KeyHandler keyHandler,
SquidMouse mouse,
boolean ignoreInput) |
|