Skip to content

Frame : Container

This is the frame class. It serves as a grouping container for other elements.

Properties

PropertyTypeDefaultDescription
draggablebooleanfalseWhether the frame is draggable
draggingMaptable{}The map of dragging positions

Protected Functions

MethodReturnsDescription
Frame:initFrameInitializes the Frame instance
Frame:mouse_clickbooleanHandles mouse click events
Frame:mouse_dragbooleanHandles mouse drag events
Frame:mouse_upbooleanHandles mouse release events

Released under the MIT License.