void onLeftClick(uiNode_t *node, int x, int y) override
Calls the script command for a text node that is clickable.
void onMouseMove(uiNode_t *node, int x, int y) override
void onLoading(uiNode_t *node) override
void draw(uiNode_t *node) override
Draw a text node.
void onRightClick(uiNode_t *node, int x, int y) override
Calls the script command for a text node that is clickable via right mouse button.
void drawText(uiNode_t *node, const linkedList_t *list)
Handles line breaks and drawing for shared data text.
void UI_RegisterTextListNode(uiBehaviour_t *behaviour)