MCPcopy Create free account
hub / github.com/NetHack/NetHack / win10_monitor_scale

Function win10_monitor_scale

sys/windows/win10.c:99–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97}
98
99double win10_monitor_scale(HWND hWnd)
100{
101 return (double) win10_monitor_dpi(hWnd) / 96.0;
102}
103
104void win10_monitor_info(HWND hWnd, MonitorInfo * monitorInfo)
105{

Callers 4

mswin_map_layoutFunction · 0.85
mswin_create_splashfontFunction · 0.85
onDrawItemFunction · 0.85
win10_monitor_infoFunction · 0.85

Calls 1

win10_monitor_dpiFunction · 0.85

Tested by

no test coverage detected