Quote:
|
Originally Posted by KoST
Code:
if ((get_user_button(id) & IN_USE) && !(get_user_button(id) & IN_USE)){
// this will be called only once the button is pressed
}
|
Wow, I never expected that would work. I'll have to remember that.
__________________