Custom Text Widget
Implementation of AbstractTextWidget that also implements CustomWidget for better version stability.
Author
fzzyhmstrs
Since
0.7.3
Inheritors
Functions
Handles char input events for custom widgets. Override this for handling keyboard inputs.
Handles keyboard events for custom widgets. Override this for handling keyboard inputs.
Handles keyboard release events for custom widgets. Override this for handling keyboard inputs.
Handles mouse click events for custom widgets. Override this or onPress for handling mouse inputs.
Handles mouse drag events for custom widgets. Override this for handling drag inputs
Handles mouse button release events for custom widgets. Override this for handling mouse inputs.
Handles mouse scroll events for custom widgets. Override this for handling mouse inputs.