Class TextInputManager
java.lang.Object
com.mojang.blaze3d.platform.TextInputManager
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate intprivate intprivate intprivate intprivate booleanprivate booleanprivate final Window -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate voidvoidonTextInputFocusChange(Object owner, boolean focused) voidsetTextInputArea(int x0, int y0, int x1, int y1) voidstartTextInput(Object owner) voidvoidstopTextInput(Object owner)
-
Field Details
-
window
-
textInputEnabled
private boolean textInputEnabled -
owner
-
hasTextInputArea
private boolean hasTextInputArea -
areaX
private int areaX -
areaY
private int areaY -
areaWidth
private int areaWidth -
areaHeight
private int areaHeight
-
-
Constructor Details
-
TextInputManager
-
-
Method Details
-
setTextInputArea
public void setTextInputArea(int x0, int y0, int x1, int y1) -
applyTextInputArea
private void applyTextInputArea() -
startTextInput
-
stopTextInput
-
stopTextInput
public void stopTextInput() -
onTextInputFocusChange
-