OnDisplayChange
OnDisplayChange

Called when the display mode changes.

myStoryboard.OnDisplayChange=function( JAM, Screen_Width, Screen_Height, Screen_Depth );

Parameters
  • JAM
    The JAM object which is currently running.
  • Screen_Width
    The new width of the screen.
  • Screen_Height
    The new height of the screen.
  • Screen_Depth
    The new colour depth of the screen (32, 24, 16 or 8)
Comments

This uses Jamagic's OnDisplayChange function. It is provided internally so that JAM can perform important background opperations when the display changes before calling the given function.


JAM © 2005 no one in partiular
Project started by David Evans in 2005