FREETYPEEEEEE
This commit is contained in:
@@ -97,6 +97,10 @@ enum PlatformCursor {
|
||||
|
||||
void platform_set_cursor(PlatformCursor cursor);
|
||||
|
||||
// DPI scale factor for the window's current monitor.
|
||||
// Returns 1.0 at 96 DPI (100%), 1.5 at 144 DPI (150%), etc.
|
||||
F32 platform_get_dpi_scale(PlatformWindow *window);
|
||||
|
||||
// Clipboard operations (null-terminated UTF-8 strings).
|
||||
// platform_clipboard_set copies text to the system clipboard.
|
||||
// platform_clipboard_get returns a pointer to a static buffer (valid until next call), or nullptr.
|
||||
|
||||
Reference in New Issue
Block a user