Documentation
¶
Overview ¶
Package nui aims to be unremarkable in aiding windowing.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Event ¶
type Event int
const ( Surface Event = 1 << iota // Surface quirks includes things like windowing, rendering, etc Position // Position quirks include things like window and mouse coordinates, etc Size // Size quirks include things like window and framebuffer size and resize, etc View // View quirks include things like visibility, focusing, floating, maximizing, etc Touch // Touch quirks include things like button and key presses, physicality, etc Nada // Nada donned alone terminates the system and closes provided channel if not nil )
TODO nui.Stable Quirk ??? so if something changes, nui will try and put things right again, such as resizing GL viewport, redrawing dirty window, etc.
Click to show internal directories.
Click to hide internal directories.