Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
component:screen [2015/01/14 23:40]
127.0.0.1 external edit
component:screen [2015/04/05 07:19]
rashy
Line 16: Line 16:
 - `getKeyboards():​table`  ​ - `getKeyboards():​table`  ​
   The list of keyboards attached to the screen.   The list of keyboards attached to the screen.
 +- `setPrecice(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}}