Originally created by: tkhnoman
Gamepad_detectDevices at onEnterFrame make the game lag to 15 fps on some PC.
But can also happen on all PC, by continuously enable and disable a joypad.
https://github.com/gideros/gideros/blob/master/plugins/controller/source/controller.cpp#L227
(I just did make a quick fix by putting Gamepad_detectDevices at :vibrate() and call it when needed to refresh.)
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: SinisterSoft
I saw this problem too. If it's in the next version I can test here.