vkdoom_m/src/posix
2017-02-03 20:34:34 +02:00
..
cocoa Fixed mouse input in event handlers. Added RequireMouse field in event handler to signify that native mouse should be turned on for certain handlers. 2017-02-03 20:34:34 +02:00
osx Fixed support for automatic graphics switching on macOS 2016-09-22 08:52:43 +02:00
sdl Added keyboard modifiers for mouse events in SDL backend. 2017-02-03 17:39:26 +02:00
unix - Fixed building with gtk2 headers. 2016-11-13 00:17:09 -05:00
dikeys.h Rearranged files to avoid usage of symbolic links 2014-12-15 17:40:30 +02:00
hardware.h Rearranged files to avoid usage of symbolic links 2014-12-15 17:40:30 +02:00
i_cd.cpp Rearranged files to avoid usage of symbolic links 2014-12-15 17:40:30 +02:00
i_input.h Rearranged files to avoid usage of symbolic links 2014-12-15 17:40:30 +02:00
i_steam.cpp Added missing #include 2014-12-16 22:46:24 +02:00
i_system.h - removed STACK_ARGS. 2016-04-11 10:46:30 +02:00
readme.md Put all non-Windows source code into posix directory and its subdirectories 2014-12-18 11:52:29 +02:00
zdoom.xpm Add XPM (X PixMap) version of ZDoom icon 2016-10-30 19:31:32 +01:00

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.