Hi All, Any game I run in Edge or UWP hosted apps has a horrible frame drop every few seconds.  This is specifically when using the Panda 2 Gamepad plugin and looks like its down the button state management in the plugin and Edge probably requesting button state each time and it being slow.  This code... for (var i = 0; i < gamepad.buttons.length; i++) { if (gamepad.buttons[i].pressed && !pad.buttons[i].pressed) { th