extern structstd.os.windows.COORD[src]

Fields

Source Code

Source code
pub const COORD = extern struct {
    X: SHORT,
    Y: SHORT,
}