Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Next revision Both sides next revision
component:screen [2014/07/10 11:59]
sangar created
component:screen [2015/10/08 21:10]
phallopode typo in setPrecise() -
Line 1: Line 1:
 +Component: Screen
 +================
 This component is provided by [[block:​screen|screen blocks]] (either when placed in the world or when installed in a robot). This component is provided by [[block:​screen|screen blocks]] (either when placed in the world or when installed in a robot).
  
Line 14: Line 16:
 - `getKeyboards():​table`  ​ - `getKeyboards():​table`  ​
   The list of keyboards attached to the screen.   The list of keyboards attached to the screen.
 +- `setPrecise(enabled:​boolean):​boolean` 
 +  Set whether to use high-precision mode (sub-pixel mouse event position). ​  
 +  //Requires Screen (Tier 3).// 
 +- `isPrecise():​boolean` ​  
 +  Check whether high-precision mode is enabled (sub-pixel mouse event position). ​  
 +  //Requires Screen (Tier 3).// 
 +- `setTouchModeInverted(enabled:​boolean):​boolean` ​  
 +  Sets Inverted Touch mode (Sneak-activate opens GUI if set to true).  
 +- `isTouchModeInverted():​boolean` ​  
 +  Check to see if Inverted Touch mode is enabled (Sneak-activate opens GUI is set to true). ​
 ---- ----
  
 {{page>​component:​contents&​noheader&​noeditbutton&​nouser&​nofooter}} {{page>​component:​contents&​noheader&​noeditbutton&​nouser&​nofooter}}