(10-02-2013 06:24 AM)Esenthel Wrote: Are you using button.func(..) ?
Hmmm no I wasn't. But this might just be the problem.
Re-reading the header files:
Code:
Bool operator()()C {return _on ;} // get button state
Previously I thought this meant the state of the button as in clicked or not clicked.... However, now that you mentioned the callback, which I completely forgot about for some reason, it seems more like button state down or up...
In my past projects, usually clicking a button changes the state of the software completely making it impossible to click it twice in a row. If I gave it the chance to click twice by not changing the state it may behave the same in the other projects as well.
Pretty certain that's the issue. I'll change to callback and if I still have problems I'll send you the project. However, I'm pretty sure that's it.
Thanks
.... Gotta love these dumb moments where you get brought back down to earth