Mioplanet Documentation Center
Resources and Help
HomeProductsMioScriptJavaScriptTechNotesPHP
   Home | MioScript | mouse.visible SEARCH    

  Functions
mouse.areButtonsSwapped
mouse.button.left.click
mouse.button.left.down
mouse.button.left.up
mouse.button.right.click
mouse.button.right.down
mouse.button.right.up
mouse.cursor
mouse.fingerDriven
mouse.ID.cursor
mouse.ID.isOverWindow
mouse.ID.x
mouse.ID.y
mouse.isOverMio
mouse.load
mouse.pos
mouse.rightClickMode
mouse.visible
mouse.x
mouse.y

  Events
event.mouse:click
event.mouse:dblclick
event.mouse:down
event.mouse:enter
event.mouse:exit
event.mouse:global:activate
event.mouse:global:left:dblClick
event.mouse:global:left:down
event.mouse:global:left:up
event.mouse:global:move
event.mouse:global:right:dblClick
event.mouse:global:right:down
event.mouse:global:right:up
event.mouse:move
event.mouse:right:click
event.mouse:up
event.mouse:wheel:down
event.mouse:wheel:up

  MioScript Reference
> Statements
app...
browser...
dialog...
disk...
draw...
extern...
filename...
keyboard...
menu...
mio...
mouse...
num...
path...
pushButton...
reg...
RS232...
sci...
screen...
shortcut...
sound...
str...
system...
time...
var...
window...

Function
mouse.visible

Language: MioScript
Product: MioFactory


Syntax

mouse.visible(Visibility)


Parameters

BOOLVisibilitytrue to show the mouse, false to hide it.


Return value

No value is returned.


Description

Show or hide the mouse.

The mouse should be hidden when the user is not in interaction with the application (slide show, screen savers, etc.)

The mouse is hidden for the current application, and remain visible when the mouse is not over a window owned by the application.




MioScript Sample Code

mouse.visible(false)