Raised This Month: $51 Target: $400
 12% 

Showing results 1 to 1 of 1
Search took 0.00 seconds.
Search: Posts Made By: bl4nk
Forum: Snippets and Tutorials 06-13-2011, 02:12
Replies: 18
Views: 27,485
Posted By bl4nk
Re: [SNIPPET] Detecting button presses (and releases)

Wouldn't that be better written like this?
if ((buttons & button)) {
if (!(g_LastButtons[client] & button)) {
OnButtonPress(client, button);
}
} else if ((g_LastButtons[client] &...
Showing results 1 to 1 of 1

 
Forum Jump

All times are GMT -4. The time now is 02:31.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode