|
|
|
|
Functions
Events
MioScript Reference
|
|
Syntax
| mouse.fingerDriven(isFingerDriven) |
Parameters
| BOOL | isFingerDriven | Set to true if the application is to be used with a touch screen, false otherwise. By default when the application starts, the mouse is not set as finger driven. |
Return value
No value is returned.
Description
For the applications to be used with touch screens, call this function with the parameter set to true.
When the mouse is set as finger driven, the windows are easier to move on the screen with a finger (faster to react).
You can also call this function to make it easier to move windows in a non finger-driven application.
In that case, no movable windows should not contains area where the user must click as the window may move immediately when the mouse button is pressed, whenever it is to click on a button or to actually move the window. |
MioScript Sample Code
|
|
|