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

From Serious Documentation
Jump to: navigation, search
Line 7: Line 7:
 
|<onlyinclude>{{Prop|box|over}}||{{DataType|Boolean}}|| If {{Reserved|true}} the touchscreen is currently pressed within the bounds of the outer area of the {{Node|box}}.</onlyinclude>
 
|<onlyinclude>{{Prop|box|over}}||{{DataType|Boolean}}|| If {{Reserved|true}} the touchscreen is currently pressed within the bounds of the outer area of the {{Node|box}}.</onlyinclude>
 
|}
 
|}
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 property will transition {{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}}.
 
This property is only relevant on {{Node|box}} nodes in the {{Node|layoutarea|layout area}}.

Revision as of 06:57, 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 property will transition 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.