@JniClass(flags={STRUCT,TYPEDEF},
conditional="defined(_WIN32) || defined(_WIN64)")
public static class Kernel32.COORD
extends java.lang.Object
Constructor and Description |
---|
COORD() |
Modifier and Type | Method and Description |
---|---|
Kernel32.COORD |
copy() |
@JniField(flags=CONSTANT, accessor="sizeof(COORD)") public static int SIZEOF
@JniField(accessor="X") public short x
@JniField(accessor="Y") public short y
public Kernel32.COORD copy()
Copyright © 2009–2021 FuseSource, Corp.. All rights reserved.