class
#include <bn_inside_window.h>
inside_window 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.