Added comments

This commit is contained in:
nathan 2017-01-26 14:09:07 +01:00
parent 3b80b126ed
commit 1d3b65f4c4

View File

@ -31,6 +31,10 @@ class Gdi32 {
JnaHelper.register("gdi32", Gdi32.class);
}
/**
* Number of pixels per logical inch along the screen width. In a system with multiple display monitors, this value is the same for
* all monitors.
*/
public static final int LOGPIXELSX = 88;