Search found 1 match
- Sun Jan 12, 2025 7:34 pm
- Forum: Libraries and Tools
- Topic: Slab - An Immediate Mode GUI Library In Lua
- Replies: 100
- Views: 289056
Re: Slab - An Immediate Mode GUI Library In Lua
Hey, great lib! I am trying to figure out how to "consume" the input from the slab ui, so that when the user mouse clicks on the ui it will not call game logic related to mouse click. example: 1. ui button 2. click on the ui button 3. have gameplay logic on love.mousepressed ps: I've dontI...