mirror of
https://github.com/DrBeef/Raze.git
synced 2024-12-02 17:11:51 +00:00
b7c7328cdd
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. |
||
---|---|---|
.. | ||
cocoa | ||
osx | ||
sdl | ||
unix | ||
dikeys.h | ||
hardware.h | ||
i_system.h | ||
i_system_posix.cpp | ||
readme.md |
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.