33#ifndef LIBRISHKA_DRIVERS_DISPLAY_H
34#define LIBRISHKA_DRIVERS_DISPLAY_H
Final class to interact with display hardware.
Definition: display.h:52
static i32 viewport_width()
Get the width of the viewport.
Definition: librishka_drivers_display.cpp:16
static i32 supported_colors()
Get the number of supported colors.
Definition: librishka_drivers_display.cpp:20
static i32 screen_height()
Get the height of the screen.
Definition: librishka_drivers_display.cpp:4
static i32 viewport_height()
Get the height of the viewport.
Definition: librishka_drivers_display.cpp:12
static i32 screen_width()
Get the width of the screen.
Definition: librishka_drivers_display.cpp:8
Header file for common data types used in Rishka applications.
signed int i32
Alias for the signed 32-bit integer type.
Definition: types.h:58