zircon.jvm.libgdx
/
org.hexworks.zircon.internal.listeners
/
ZirconInputListener
Zircon
Input
Listener
public final class
ZirconInputListener
implements
InputProcessor
Content copied to clipboard
Types
Functions
Sources
Types
Companion
Link copied to clipboard
public class
Companion
Content copied to clipboard
Functions
equals
Link copied to clipboard
Boolean
equals
(
Object
other
)
Content copied to clipboard
hashCode
Link copied to clipboard
Integer
hashCode
()
Content copied to clipboard
keyDown
Link copied to clipboard
Boolean
keyDown
(
Integer
keycode
)
Content copied to clipboard
keyTyped
Link copied to clipboard
Boolean
keyTyped
(
Character
character
)
Content copied to clipboard
keyUp
Link copied to clipboard
Boolean
keyUp
(
Integer
keycode
)
Content copied to clipboard
mouseMoved
Link copied to clipboard
Boolean
mouseMoved
(
Integer
screenX
,
Integer
screenY
)
Content copied to clipboard
scrolled
Link copied to clipboard
Boolean
scrolled
(
Integer
amount
)
Content copied to clipboard
toString
Link copied to clipboard
String
toString
()
Content copied to clipboard
touchDown
Link copied to clipboard
Boolean
touchDown
(
Integer
screenX
,
Integer
screenY
,
Integer
pointer
,
Integer
button
)
Content copied to clipboard
touchDragged
Link copied to clipboard
Boolean
touchDragged
(
Integer
screenX
,
Integer
screenY
,
Integer
pointer
)
Content copied to clipboard
touchUp
Link copied to clipboard
Boolean
touchUp
(
Integer
screenX
,
Integer
screenY
,
Integer
pointer
,
Integer
button
)
Content copied to clipboard
Sources
(source)
Link copied to clipboard