IWidget¶
-
namespace
marengine -
class
IWidget¶ Subclassed by IEditorWidget
Public Functions
-
void
destroy()¶
-
void
beginFrame()¶
-
void
updateFrame()¶
-
void
endFrame()¶
-
void
onCreation() const¶
-
void
onDestruction() const¶
-
void
onBeginFrame() const¶
-
void
onUpdateFrame() const¶
-
void
onEndFrame() const¶
-
bool
isHovered() const¶
-
bool
isFocused() const¶
-
void
onKeyboardButtonPressed() const¶
-
void
onMouseButtonPressed() const¶
-
void
onDragDetected() const¶
-
void
onDrop() const¶
-
void
-
class