Module flower.Runtime

This is a utility class which starts immediately upon library load and acts as the single handler for ENTER_FRAME events (which occur whenever Moai yields control to the Lua subsystem on each frame).

Extends:

Info:

  • Release: V3.0.0
  • Author: Makoto

Functions

isMobile () Returns whether the mobile execution environment.
isDesktop () Returns whether the desktop execution environment.


Functions

isMobile ()
Returns whether the mobile execution environment.

Returns:

    True in the case of mobile.
isDesktop ()
Returns whether the desktop execution environment.

Returns:

    True in the case of desktop.
generated by LDoc 1.3