phaser/src/dom
2021-03-30 10:23:45 +01:00
..
AddToDOM.js Fixed bug from issue #5191 2020-06-15 08:25:26 -07:00
CreateDOMContainer.js Core.Config.domPointerEvents is a new config property set via dom: { pointerEvents } within the Game Config that allows you to set the pointerEvents css attribute on the DOM Element container. 2021-03-30 10:23:45 +01:00
DOMContentLoaded.js Changed copyright date to 2020 2020-01-15 12:07:09 +00:00
GetInnerHeight.js Changed copyright date to 2020 2020-01-15 12:07:09 +00:00
GetScreenOrientation.js The Scale Managers GetScreenOrientation function will now check for window.orientation first, because iOS mobile browsers have an incomplete implementation of the Screen API, forcing us to use the window value as a priority. This means the Scale Manager will now emit orientationchange events correctly on iOS. Fix #4361 #4914 2020-09-11 15:22:53 +01:00
GetTarget.js Changed copyright date to 2020 2020-01-15 12:07:09 +00:00
index.js Exposed on the main API namespace 2020-09-01 18:38:57 +01:00
ParseXML.js Changed copyright date to 2020 2020-01-15 12:07:09 +00:00
RemoveFromDOM.js Changed copyright date to 2020 2020-01-15 12:07:09 +00:00
RequestAnimationFrame.js Changed copyright date to 2020 2020-01-15 12:07:09 +00:00