浏览代码
Fix Typo in rcore_desktop_sdl.c (#4621)
pull/4622/head
Fancy2209
6 个月前
committed by
GitHub
找不到此签名对应的密钥
GPG 密钥 ID: B5690EEEBB952194
共有
1 个文件被更改,包括
1 次插入 和
1 次删除
-
src/platforms/rcore_desktop_sdl.c
|
|
@ -23,7 +23,7 @@ |
|
|
|
* Custom flag for rcore on target platform -not used- |
|
|
|
* |
|
|
|
* DEPENDENCIES: |
|
|
|
* - SDL 2 or SLD 3 (main library): Windowing and inputs management |
|
|
|
* - SDL 2 or SDL 3 (main library): Windowing and inputs management |
|
|
|
* - gestures: Gestures system for touch-ready devices (or simulated from mouse inputs) |
|
|
|
* |
|
|
|
* |
|
|
|