Update TODO

This commit is contained in:
2025-06-24 19:46:52 +02:00
parent 03668849bc
commit 6c3576891e

View File

@@ -4,8 +4,8 @@
- ActionJustPressed and KeyboardKeyJustPressed don't detect inputs consistently.
- **Solution**: This is a problem related to custom frame pacing for fixed timestep. Raylib polls input in BeginFrame, which means certain functions related to JustPressed* may work incorrectly when polled in a separate timestep. This can be fixed if the entire input system will be moved to SDL or with a custom render + input backend altogether.
- Fix any remaining bugs with anchor positioning system.
- Containers don't position their chilren correctly when using anchors and adding/removing them.
- ~~Fix any remaining bugs with anchor positioning system.~~
- ~~Containers don't position their chilren correctly when using anchors and adding/removing them.~~
## Core