diff options
| author | Andre Weissflog <floooh@gmail.com> | 2020-09-26 18:08:17 +0200 |
|---|---|---|
| committer | Andre Weissflog <floooh@gmail.com> | 2020-09-26 18:08:17 +0200 |
| commit | 7b02cbb58bb96796ead3b50162996d0491fca04b (patch) | |
| tree | e62eeaa731ec2082e6394244c58199170ed8ce0b | |
| parent | 034116594eb7a5ce3534418b0a086ad2cd5c230f (diff) | |
mention sapp_set_window_title() in the README
| -rw-r--r-- | README.md | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -6,7 +6,7 @@ Simple [STB-style](https://github.com/nothings/stb/blob/master/docs/stb_howto.txt) cross-platform libraries for C and C++, written in C. -[See what's new](#updates) (**22-Sep-2020** sokol_app.h: new UWP backend) +[See what's new](#updates) (**26-Sep-2020** sokol_app.h: new function to change window title) [Live Samples](https://floooh.github.io/sokol-html5/index.html) via WASM. @@ -432,6 +432,11 @@ Emulators](https://floooh.github.io/tiny8bit/) for more interesting usage exampl # Updates +- **26-Sep-2020**: + sokol_app.h gained a new function sapp_set_window_title() to change + the window title on Windows, macOS and Linux. Many thanks to + @medvednikov for the initial PR! + - **23-Sep-2020**: sokol_app.h now has initial UWP support using the C++/WinRT set of APIs. Currently this requires "bleeding edge" tools: A recent VS2019 version, |