Package com.github.tommyettinger.textra
Interface TextraField.NativeOnscreenKeyboard.WidgetAdvance
- Enclosing class:
TextraField.NativeOnscreenKeyboard
public static interface TextraField.NativeOnscreenKeyboard.WidgetAdvance
-
Method Summary
Modifier and TypeMethodDescriptionbooleanadvance(TextraField textraField) Defines the way a widget should advance if a confirmative action was done by the user.
-
Method Details
-
advance
Defines the way a widget should advance if a confirmative action was done by the user. This usually means advancing to the next keyboard focusable widget.- Returns:
- true, if the new widget requested itself a native onscreen keyboard. Caution, returning "true" but not calling
Input.openTextInputField(NativeInputConfiguration)or returning "false" but calling `Input.openTextInputField(NativeInputConfiguration)will lead to undefined behavior.
-