mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 15:48:51 +00:00
vendor/glfw: add GetMonitorWorkarea binding
This commit is contained in:
Vendored
+1
@@ -71,6 +71,7 @@ foreign glfw {
|
||||
GetPrimaryMonitor :: proc() -> MonitorHandle ---
|
||||
GetMonitors :: proc(count: ^c.int) -> [^]MonitorHandle ---
|
||||
GetMonitorPos :: proc(monitor: MonitorHandle, xpos, ypos: ^c.int) ---
|
||||
GetMonitorWorkarea :: proc(monitor: MonitorHandle, xpos, ypos, width, height: ^c.int) ---
|
||||
GetMonitorPhysicalSize :: proc(monitor: MonitorHandle, widthMM, heightMM: ^c.int) ---
|
||||
GetMonitorContentScale :: proc(monitor: MonitorHandle, xscale, yscale: ^f32) ---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user