TextEditorViewportLogic

Undocumented in source.

Members

Static functions

calcCursorPos
Cursor calcCursorPos(ivec2 absPointerPos, ivec2 absPos, TextEditorViewportData* data)
Undocumented in source. Be warned that the author may not have intended to support it.
calcCursorPos
Cursor calcCursorPos(ivec2 canvasPointerPos, TextEditorViewportData* data)
Undocumented in source. Be warned that the author may not have intended to support it.
charTyped
void charTyped(WidgetProxy widget, CharEnterEvent event)
Undocumented in source. Be warned that the author may not have intended to support it.
create
WidgetProxy create(WidgetProxy parent, TextModel editor, TextViewSettingsRef settings)
Undocumented in source. Be warned that the author may not have intended to support it.
drawWidget
void drawWidget(WidgetProxy widget, DrawEvent event)
Undocumented in source. Be warned that the author may not have intended to support it.
enterWidget
void enterWidget(WidgetProxy widget, PointerEnterEvent event)
Undocumented in source. Be warned that the author may not have intended to support it.
keyPressed
void keyPressed(WidgetProxy widget, KeyPressEvent event)
Undocumented in source. Be warned that the author may not have intended to support it.
onScroll
void onScroll(WidgetProxy widget, ScrollEvent event)
Undocumented in source. Be warned that the author may not have intended to support it.
pointerMoved
void pointerMoved(WidgetProxy widget, PointerMoveEvent event)
Undocumented in source. Be warned that the author may not have intended to support it.
pointerPressed
void pointerPressed(WidgetProxy widget, PointerPressEvent event)
Undocumented in source. Be warned that the author may not have intended to support it.
pointerReleased
void pointerReleased(WidgetProxy widget, PointerReleaseEvent event)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta