qzdoom-gpl/src/posix
alexey.lysiuk 699f274b06 Fixed mouse cursor centering in fullscreen mode
Native OS X backed didn't center mouse cursor in fullscreen mode with Retina/HiDPI support enabled
Incorrect size of content view led to placement of cursor in upper right corner of the screen upon releasing of mouse capture
When some action is assigned to this corner using system Hot Corners feature, the given action was triggered on acquiring mouse capture
2016-01-04 10:51:54 +02:00
..
cocoa Fixed mouse cursor centering in fullscreen mode 2016-01-04 10:51:54 +02:00
osx Added control of automatic graphics switching on OS X 2015-04-04 17:36:55 +03:00
sdl - Missing common resolution 1680x1050 added to resolution list of SDL and Cocoa. 2015-07-06 02:58:01 -04:00
dikeys.h
hardware.h
i_cd.cpp
i_input.h
i_movie.cpp
i_steam.cpp
i_system.cpp Fixed compilation on non-Windows OSes 2015-08-29 14:55:10 +03:00
i_system.h Fixed compilation on non-Windows OSes 2015-08-29 14:55:10 +03:00
readme.md
st_start.cpp

This directory contains files required to support POSIX-compatible OSes, like GNU/Linux, OS X or BSD.

Common files are placed in this directory directly.
SDL backend files are in sdl subdirectory.
Native OS X backend files are in cocoa subdirectory.
Shared files for both OS X backends are in osx subdirectory.