FREETYPEEEEEE
This commit is contained in:
@@ -411,6 +411,11 @@ PlatformInput platform_get_input(PlatformWindow *window) {
|
||||
return result;
|
||||
}
|
||||
|
||||
F32 platform_get_dpi_scale(PlatformWindow *window) {
|
||||
(void)window;
|
||||
return 1.0f; // macOS handles Retina via backing scale factor, not DPI
|
||||
}
|
||||
|
||||
void platform_set_cursor(PlatformCursor cursor) {
|
||||
switch (cursor) {
|
||||
case PLATFORM_CURSOR_SIZE_WE: [[NSCursor resizeLeftRightCursor] set]; break;
|
||||
|
||||
Reference in New Issue
Block a user