bn::inside_window class

Window which region can be covered by other window.

Base classes

class window
Base window class.

Derived classes

class rect_window
Rectangular window.

Public static functions

static auto internal() -> inside_window
Returns the closest window to the screen.
static auto external() -> inside_window
Returns the closest window to the screen not covered by the internal window.
static auto sprites() -> inside_window
Returns the window made out of the visible pixels of the sprites with the window attribute enabled.

Public functions

auto visible() const -> bool
Indicates if this window must be committed to the GBA or not.
void set_visible(bool visible)
Sets if this window must be committed to the GBA or not.