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
Im using pxgamepad for a my game that runs in xbox one edge. It works almost flawlessly except for one issue. Is it possible to override the default behaviour of the select or start buttons so the system url navigator and the edge options dont kick in on Xbox one?
Thanks for the great API.
Hmm, not sure if that is possible. The Gamepad API doesn't function like other input events such as mouse or touch. Instead of firing events when buttons are pressed (similar to a click event for the mouse), we have to poll for button status. If there were button events, then I could imagine that you might be able to stop propagation of the event to change the default behavior (just like you can stop a mouse click from propagating). Let me know if you find a way to work around this!
Hello,
Im using pxgamepad for a my game that runs in xbox one edge. It works almost flawlessly except for one issue. Is it possible to override the default behaviour of the select or start buttons so the system url navigator and the edge options dont kick in on Xbox one?
Thanks for the great API.
I tried searching the API but couldnt find anything on it:
https://msdn.microsoft.com/en-us/library/dn743630(v=vs.85).aspx
The text was updated successfully, but these errors were encountered: