public class TextArea.TextAreaListener extends TextField.TextFieldClickListener
visualPressedDuration
Constructor and Description |
---|
TextAreaListener() |
Modifier and Type | Method and Description |
---|---|
protected void |
goEnd(boolean jump) |
protected void |
goHome(boolean jump) |
boolean |
keyDown(InputEvent event,
int keycode)
Called when a key goes down.
|
boolean |
keyTyped(InputEvent event,
char character)
Called when a key is typed.
|
protected void |
setCursorPosition(float x,
float y) |
clicked, keyUp, scheduleKeyRepeatTask, touchDown, touchDragged, touchUp
cancel, enter, exit, getButton, getPressedButton, getPressedPointer, getTapCount, getTapSquareSize, getTouchDownX, getTouchDownY, inTapSquare, inTapSquare, invalidateTapSquare, isOver, isOver, isPressed, isVisualPressed, setButton, setTapCountInterval, setTapSquareSize
handle, mouseMoved, scrolled
protected void setCursorPosition(float x, float y)
setCursorPosition
in class TextField.TextFieldClickListener
public boolean keyDown(InputEvent event, int keycode)
InputListener
handled
.keyDown
in class TextField.TextFieldClickListener
public boolean keyTyped(InputEvent event, char character)
InputListener
handled
.keyTyped
in class TextField.TextFieldClickListener
protected void goHome(boolean jump)
goHome
in class TextField.TextFieldClickListener
protected void goEnd(boolean jump)
goEnd
in class TextField.TextFieldClickListener