Page 1 of 1

[v2 alpha] monitorinfo struct example

Posted: 23 Sep 2023, 18:52
by ntepa
In the example struct for MONITORINFO , i32 should be u32, and 40 can be changed to ObjGetDataSize(this).

Code: Select all

class MONITORINFO {
    cbSize : u32 := ObjGetDataSize(this)
    rcMonitor : RECT
    rcWork : RECT
    dwFlags : u32
}