Is there any inherent problem with having a Raygui button return on pressed?
Hi peeps,
This might seem like a really dumb question, but I'm making a little activity checklist .. thingy.. as a project.
In some parts of it, I want to hold down a button and that will interpolate a progress bar over 2 seconds, once that's full then the task is marked off.
Because the buttons return on the mouse release, I was having to do checks anyway for the mouse being inside the button's area and being clicked. It seemed prudent to just change the flag in header file for this project.
But, I'll be real with you here.. It's been a hot minute since I've done anything as low level as this. A 15 year minute at that. I'm not sure if the buttons are set up like that for a specific reason that shouldn't be messed with?
Thought it best to ask before I start messing with stuff, and be aware of any issues I might be causing lol.