raze-gles/source/common/platform/posix
Mitchell Richters 4830989d32 - remove all code used to get current display's refresh rate.
* Serves no purpose in Raze or GZDoom and appears to only have been added to the backend to facilitate the older interpolation code that was excised in 893686709b.
2020-08-02 20:57:09 +02:00
..
cocoa - made mouse scaling in Cocoa backend match other platforms 2020-07-07 11:37:23 +03:00
osx - moved platform backend code to 'common'. 2020-05-26 00:09:27 +02:00
sdl - remove all code used to get current display's refresh rate. 2020-08-02 20:57:09 +02: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 - moved platform backend code to 'common'. 2020-05-26 00:09:27 +02:00
i_system_posix.cpp - backend sync with GZDoom to pull in a few bugfixes and formatting corrections. 2020-05-26 23:12:04 +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.