Opentk/Source
Stefanos A b4c29d802b Add support for HiDPI modes
When HiDPI is enabled, the size of the OpenGL surface (specified in
pixels) may no longer correspond to the size of the window (specified
in points). Width, Height, ClientSize and ClientRectangle return the
size of the OpenGL surface in device-dependent pixel coordinates
(origin: top-left pixel of the surface). Bounds and Size return the
size of the window in device-independent point coordinates (origin:
desktop).
2013-10-04 01:38:19 +02:00
..
Bind Fixed extra endregion directive that prevented compilation. 2013-01-16 22:11:18 -08:00
Build.UpdateVersion Fixed invalid version string on git 2013-10-02 00:05:59 +02:00
Compatibility Added Robmaister's Matrix3 implementations 2013-01-03 10:41:56 -06:00
Converter Fixed extra endregion directive that prevented compilation. 2013-01-16 22:11:18 -08:00
Examples Fallback to desktop context if embedded fails 2013-10-03 17:20:17 +02:00
GLControl Removed terrible hack for SDL_WINDOW_OPENGL 2013-10-01 21:05:02 +02:00
OpenTK Add support for HiDPI modes 2013-10-04 01:38:19 +02:00
QuickStart * QuickStart.sln: 2010-10-21 12:55:45 +00:00