You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a class that has functions like buttonPressed(int button, ofxGamepad* pad) that can be inherited and then added to a gamepad (ofxGamepad->addListener(this) )
because for now, the ofxGamepad only fires event with ofNotify
The text was updated successfully, but these errors were encountered:
Add a class that has functions like buttonPressed(int button, ofxGamepad* pad) that can be inherited and then added to a gamepad (ofxGamepad->addListener(this) )
because for now, the ofxGamepad only fires event with ofNotify
The text was updated successfully, but these errors were encountered: