Difference between revisions of "SHIP:Property:box:over"

From Serious Documentation
Jump to: navigation, search
(Created page with "=== Node: {{Node|box}} (in the {{Node|layoutarea}} only), {{Node|page}} === {| class="wikitable" style="margin: 1em auto 1em auto;" ! scope="col" | Property ! scope="col" | D...")
 
Line 8: Line 8:
 
|}
 
|}
 
The {{Prop|box|over}} property reflects the real-time state of the touchscreen as pressed over the bounds of the outer-area of the {{Node|box}}. The {{Prop|box|over}} property will go {{Reserved|true}} when the touchscreen is pressed inside the {{Node|box}}, whether this is a new touch down event or the finger/stylus is already pressed and moves into the {{Node|box}}.  The property will go {{Reserved|false}} when the touchscreen is release or the pressed finger/stylus moves outside the outer bounds of the {{Node|box}}.
 
The {{Prop|box|over}} property reflects the real-time state of the touchscreen as pressed over the bounds of the outer-area of the {{Node|box}}. The {{Prop|box|over}} property will go {{Reserved|true}} when the touchscreen is pressed inside the {{Node|box}}, whether this is a new touch down event or the finger/stylus is already pressed and moves into the {{Node|box}}.  The property will go {{Reserved|false}} when the touchscreen is release or the pressed finger/stylus moves outside the outer bounds of the {{Node|box}}.
 +
 +
This property is only relevant on {{Node|box}} nodes in the {{Node|layoutarea|layout area}}.

Revision as of 06:56, 21 January 2013

Node: box (in the layoutarea only), page

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

The over property reflects the real-time state of the touchscreen as pressed over the bounds of the outer-area of the box. The over property will go true when the touchscreen is pressed inside the box, whether this is a new touch down event or the finger/stylus is already pressed and moves into the box. The property will go false when the touchscreen is release or the pressed finger/stylus moves outside the outer bounds of the box.

This property is only relevant on box nodes in the layout area.