Commit Graph
13 Commits
Author SHA1 Message Date
Namonay df05148d22 Cleaned code 2024-10-28 00:29:11 +01:00
Namonay f7ddf3cccb add: bring textures to draw layer
Adding the Scene::BringToDrawLayer() to fix layering issues after a Scene::ResetScene() call
2024-10-27 23:12:07 +01:00
Namonay d8a6676063 better naming and removed todo🤓 2024-10-24 05:30:37 +02:00
Namonay 47d0cfb20b this feels wrong 2024-10-24 05:16:37 +02:00
Namonay 92c8014af1 Merge branch '2.0-dev' of github.com:Namonay/MacroLibX into 2.0-dev 2024-10-24 05:15:57 +02:00
Namonay 101b8dac7b this feel so wrong 2024-10-24 05:13:41 +02:00
Namonay 071bc4596b upgraded example to test all mlx functions 2024-01-12 04:25:12 +01:00
Namonay 178690cff3 Fixed mlx_mouse_move() not updating mouse position
Removed SDL_FlushEvent(SDL_MOUSEMOTION) preventing Input::update() from catching new mouse position after a mlx_mouse_move() call
2024-01-12 04:24:24 +01:00
Namonay a2d40ce844 Added protections to THE bridge 2024-01-12 01:27:02 +01:00
Namonay aa2d0be63f added back not so much 'unnecesary' include 2024-01-09 01:37:01 +01:00
Namonay 2b557d5be7 removed useless includes 🤓 2024-01-09 01:28:50 +01:00
Namonay 36fae5c7d1 update buid.sh 2024-01-09 01:01:31 +01:00
Namonay 68570910e3 Fixed brief typo 2024-01-09 00:31:39 +01:00