diff options
| author | Andre Weissflog <floooh@gmail.com> | 2019-01-26 14:07:30 +0100 |
|---|---|---|
| committer | Andre Weissflog <floooh@gmail.com> | 2019-01-26 14:07:30 +0100 |
| commit | 490198313a23bf5d9331c8c49799c9522a4c2ee1 (patch) | |
| tree | 87c84e493176537adebd7d4b8016ec52d2943bc4 /sokol_app.h | |
| parent | 968f174eda39bf9129c936ededd5c3c1552b4230 (diff) | |
Android notes in Readme and sokol_app.h doc header
Diffstat (limited to 'sokol_app.h')
| -rw-r--r-- | sokol_app.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sokol_app.h b/sokol_app.h index 1d1d251e..c5dd9ae2 100644 --- a/sokol_app.h +++ b/sokol_app.h @@ -66,7 +66,7 @@ - creates a window and 3D-API context/device with a 'default framebuffer' - makes the rendered frame visible - provides keyboard-, mouse- and low-level touch-events - - platforms: MacOS, iOS, HTML5, Win32, Linux (planned: Android, RaspberryPi) + - platforms: MacOS, iOS, HTML5, Win32, Linux, Android (RaspberryPi) - 3D-APIs: Metal, D3D11, GL3.2, GLES2, GLES3, WebGL, WebGL2 FEATURE/PLATFORM MATRIX |