mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-04 12:58:41 +00:00
part 1: new cfg data structure & caches to replace rd_entity, rd_window, rd_panel, rd_view, etc.
This commit is contained in:
@@ -283,6 +283,12 @@ os_dim_from_monitor(OS_Handle monitor)
|
||||
return v2f32(0, 0);
|
||||
}
|
||||
|
||||
internal F32
|
||||
os_dpi_from_monitor(OS_Handle monitor)
|
||||
{
|
||||
return 96.f;
|
||||
}
|
||||
|
||||
////////////////////////////////
|
||||
//~ rjf: @os_hooks Events (Implemented Per-OS)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user