Mioplanet Documentation Center
Resources and Help
HomeProductsMioScriptJavaScriptTechNotesPHP
   Home | MioScript | event.mouse:down SEARCH    

  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

  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

  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...

Event
event.mouse:down

Language: MioScript
Product: MioFactory


Raised when the user presses the left button of the mouse over a window.

When the mouse is over a web browser object, the event is not raised.


Author Window ID
 
The ID of the window who raised the event can be retrieved with window.eventAuthor

Group Name
 
As this event is raised by a window, the window group name must be added at the end of the declaration.

For more information: window.create, window.ID.create, window.ID.group.set