Opentk/Source/OpenTK/Platform/SDL2
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
..
sdl2-cs Add support for HiDPI modes 2013-10-04 01:38:19 +02:00
Sdl2.cs Added Sync object for SDL 2013-10-02 01:13:06 +02:00
Sdl2DisplayDeviceDriver.cs Updated license information 2013-09-27 23:07:23 +02:00
Sdl2Factory.cs Added support for OpenGL ES through SDL2 2013-10-03 11:17:21 +02:00
Sdl2GraphicsContext.cs Throw extension if context creation fails 2013-10-03 17:22:13 +02:00
Sdl2GraphicsMode.cs Updated license information 2013-09-27 23:07:23 +02:00
Sdl2InputDriver.cs Improved diagnostics in Dispose() 2013-10-02 01:14:26 +02:00
Sdl2Joystick.cs Updated license information 2013-09-27 23:07:23 +02:00
Sdl2Keyboard.cs Attempted to fix key modifier state 2013-09-30 14:20:33 +02:00
Sdl2KeyMap.cs Use scancodes for KeyboardDevice states 2013-09-30 13:51:31 +02:00
Sdl2Mouse.cs Implemented SDL2 mouse and keyboard drivers 2013-09-30 12:22:25 +02:00
Sdl2NativeWindow.cs Add support for HiDPI modes 2013-10-04 01:38:19 +02:00
Sdl2WindowInfo.cs Improved diagnostics in Dispose() 2013-10-02 01:14:26 +02:00