Difference between revisions of "Changes in OS 3.4"
Jump to navigation
Jump to search
(Created page with "* a new platform.apiLevel : "2.2" * a new table, touch, which contains these functions : : enabled : xppi : ppi : [[touch....") |
m |
||
Line 7: | Line 7: | ||
: [[touch.isKeyboardVisible|isKeyboardVisible]] | : [[touch.isKeyboardVisible|isKeyboardVisible]] | ||
: [[touch.isKeyboardAvailable|isKeyboardAvailable]] | : [[touch.isKeyboardAvailable|isKeyboardAvailable]] | ||
− | : [[touch. | + | : [[touch.yppi|yppi]] |
: [[touch.showKeyboard|showKeyboard]] | : [[touch.showKeyboard|showKeyboard]] | ||
* a new function in the [[platform]] object : [[platform.isTabletModeRendering]] -- self explanatory : returns true if the script is running on a tablet device, false otherwise. | * a new function in the [[platform]] object : [[platform.isTabletModeRendering]] -- self explanatory : returns true if the script is running on a tablet device, false otherwise. |
Revision as of 13:35, 7 February 2013
- a new platform.apiLevel : "2.2"
- a new table, touch, which contains these functions :
- a new function in the platform object : platform.isTabletModeRendering -- self explanatory : returns true if the script is running on a tablet device, false otherwise.