mirror of
https://github.com/photonstorm/phaser
synced 2025-02-24 19:37:15 +00:00
* Button.setFrames will set the current frame based on the button state immediately. * InputHandler now creates the _pointerData array on creation and populates with one empty set of values, so pointerOver etc all work before a start call. * Added Canvas.setUserSelect() to disable touchCallouts and user selections within the canvas. * When the game boots it will now by default disable user-select and touch action events on the game canvas. * Loaded.setPreloadSprite now rounds the width/height values and starts from 1. This fixes canvas draw errors in IE9/10 and Firefox. |
||
---|---|---|
.. | ||
Input.js | ||
InputHandler.js | ||
Keyboard.js | ||
Mouse.js | ||
MSPointer.js | ||
Pointer.js | ||
Touch.js |