remove App::content_scale;App::get_backbuffer_size

This commit is contained in:
Noel Berry
2022-11-22 22:51:28 -08:00
parent 4d7f7a993a
commit c58eb0142e
5 changed files with 1768 additions and 1839 deletions

View File

@ -119,13 +119,6 @@ namespace Blah
// Sets the Window Size in Screen Coordinates
void set_size(Point point);
// Gets the size of the BackBuffer, in pixels
Point get_backbuffer_size();
// Gets the content scale based on the platform.
// macOS is usually 2.0, other platforms vary.
float content_scale();
// If the window is currently focused or has mouse input
bool focused();