raze/source/common/platform/posix
Christoph Oelckers b7c7328cdd - backend update fromGZDoom.
most importantly this addresses issues with key down/key up events being sent in the same tic not having an effect on game actions that require a key being held down.
2021-11-21 10:19:52 +01:00
..
cocoa - removed templates.h includes. 2021-10-30 10:51:03 +02:00
osx - backend upate from GZDoom 2021-10-30 09:34:38 +02:00
sdl - backend update fromGZDoom. 2021-11-21 10:19:52 +01:00
unix - moved platform backend code to 'common'. 2020-05-26 00:09:27 +02:00
dikeys.h - moved platform backend code to 'common'. 2020-05-26 00:09:27 +02:00
hardware.h - moved platform backend code to 'common'. 2020-05-26 00:09:27 +02:00
i_system.h - fixed compilation on non-Windows. 2021-10-30 11:38:55 +02:00
i_system_posix.cpp - Backend update from GZDoom. 2021-10-07 22:46:45 +02:00
readme.md - moved platform backend code to 'common'. 2020-05-26 00:09:27 +02: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.