SHIP:Property:page:over

From Serious Documentation
Jump to: navigation, search

Node: page

Property Data Type Description
over Boolean If true the touchscreen is currently pressed within the bounds of the outer area of the page.

The over property reflects the real-time state of the touchscreen as pressed over the bounds of the outer-area of the page. The over property will go true when the touchscreen is pressed on the page when the page is both visible and enabled.

The property will go false when the touchscreen is released.

If the page's visible property goes false while over is true, the over property will transition to false immediately before the page is made invisible, hence listeners to page.over will receive this transition-to-false event.

If the page's enabled property goes false while over is true, the over property will transition to false afterwards, hence any listeners will not receive this transition.