Skip to content

Commit 0f0aff6

Browse files
committed
sdl: Update TODO.md
Signed-off-by: Lilis Iskandar <[email protected]>
1 parent 7616d87 commit 0f0aff6

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

sdl/TODO.md

+39
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,42 @@
1+
## 2.0.10
2+
3+
[x] SDL_SIMDGetAlignment
4+
[x] SDL_SIMDAlloc
5+
[x] SDL_SIMDFree
6+
[x] SDL_RenderDrawPointF
7+
[x] SDL_RenderDrawPointsF
8+
[x] SDL_RenderDrawLineF
9+
[x] SDL_RenderDrawLinesF
10+
[x] SDL_RenderDrawRectF
11+
[x] SDL_RenderDrawRectsF
12+
[x] SDL_RenderFillRectF
13+
[x] SDL_RenderFillRectsF
14+
[x] SDL_RenderCopyF
15+
[x] SDL_RenderCopyExF
16+
[x] SDL_GetTouchDeviceType
17+
[x] SDL_RenderFlush
18+
[x] SDL_HINT_RENDER_BATCHING
19+
[x] SDL_HINT_EVENT_LOGGING
20+
[x] SDL_HINT_GAMECONTROLLERCONFIG_FILE
21+
[x] SDL_HINT_MOUSE_TOUCH_EVENTS
22+
23+
## 2.0.9
24+
25+
[x] SDL_SENSORUPDATE
26+
[x] SDL_DISPLAYEVENT
27+
[x] SDL_JoystickGetDevicePlayerIndex
28+
[x] SDL_JoystickGetPlayerIndex
29+
[x] SDL_GameControllerGetPlayerIndex
30+
[x] SDL_GameControllerRumble
31+
[x] SDL_JoystickRumble
32+
[x] SDL_GameControllerMappingForDeviceIndex
33+
[x] SDL_HINT_MOUSE_DOUBLE_CLICK_TIME
34+
[x] SDL_HINT_MOUSE_DOUBLE_CLICK_RADIUS
35+
[x] SDL_HasColorKey
36+
[x] SDL_HasAVX512F
37+
[x] SDL_IsTablet
38+
[?] SDL_THREAD_PRIORITY_TIME_CRITICAL
39+
140
## 2.0.8
241

342
### Hints

0 commit comments

Comments
 (0)