Просмотр исходного кода

update changelog (https://github.com/floooh/sokol/pull/1150)

Andre Weissflog 10 месяцев назад
Родитель
Сommit
7a28d79b39
1 измененных файлов с 8 добавлено и 0 удалено
  1. 8 0
      CHANGELOG.md

+ 8 - 0
CHANGELOG.md

@@ -1,5 +1,13 @@
 ## Updates
 ## Updates
 
 
+### 13-Nov-2024
+
+- sokol_nuklear.h: merge PR #1150, this allows to connect the
+  Nuklear mouse cursor handling to the sokol_app.h mouse cursor functions
+  via the new `snk_desc_t.enable_set_mouse_cursor` config flag. When setting
+  this to true you'd also might want to hide the Nuklear software mouse
+  cursor via `nk_style_hide_cursor(ctx)`. Many thanks to @zeozeozeo for the PR!
+
 ### 09-Nov-2024
 ### 09-Nov-2024
 
 
 Please be aware of this regression fix in sokol-shdc:
 Please be aware of this regression fix in sokol-shdc: