SectrPrototype/code/ui_canvas.odin

7 lines
197 B
Odin

package sectr
// Specialization of floating that allows panning across the viewport in the space (space isn't clampped to a specific size))
UI_Canvas :: struct {
using floating : UI_Floating,
}