瀏覽代碼

Update CHANGELOG

pull/1437/head
Ray 4 年之前
committed by GitHub
父節點
當前提交
687dd34c38
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: 4AEE18F83AFDEB23
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. +4
    -0
      CHANGELOG

+ 4
- 0
CHANGELOG 查看文件

@ -15,12 +15,16 @@ KEY CHANGES:
- [*] ADDED: GitHub Actions CI to support multiple raylib build configurations
Detailed changes:
[core] Redesigned how window states are managed
[core] ADDED: SetWindowState() / ClearWindowState() -> New flags added!
[core] ADDED: IsWindowFocused()
[core] ADDED: GetWindowScaleDPI()
[core] ADDED: GetMonitorRefreshRate() (#1289) by @Shylie
[core] ADDED: IsCursorOnScreen() (#1262) by @ChrisDill
[core] ADDED: SetMouseCursor() and GetMouseCursor() for standard Desktop cursors (#1407) by @chances
[core] REMOVED: struct RenderTexture2D: depthTexture variable
[core] REMOVED: HideWindow() / UnhideWindow() -> Use SetWindowState()
[core] REMOVED: DecorateWindow() / UndecorateWindow() -> Use SetWindowState()
[core] RENAMED: GetExtension() to GetFileExtension()
[core] REVIEWED: Several structs to reduce size and padding
[core] REVIEWED: struct Texture maps to Texture2D and TextureCubemap

Loading…
取消
儲存