Releases: brackeen/glfm
Releases · brackeen/glfm
0.9.0
- Added
glfmAndroidGetActivity()
(Android only) - Removed functions that were moved to a separate project, file-compat. That project also works on Windows, Linux, and macOS.
- Removed Android helpers for
printf
andfopen
- Removed
glfmGetDirectoryPath()
- Removed
glfmGetLanguage()
- Removed Android helpers for
- Emscripten: iPhone X safe area support on iOS 11.2.
- See all changes
0.8.2
- Renamed
glfmGetDisplayWidth
/glfmGetDisplayHeight
toglfmGetDisplaySize
. - Added
glfmSetDisplayChrome
function. - Added
glfmGetDisplayChromeInsets
function (iPhone X support). - Emscripten: Fixed issues with mobile.
- See all changes
0.8.1
- Added functions for character input and for showing the virtual keyboard.
- Added
glfmGetProcAddress
function. - Added tvOS support.
- Android: Improved back button handling.
- iOS: Improved iPad Split View and Slide Over support.
- See all changes