Changes

Jump to navigation Jump to search

Category:Events

604 bytes added, 13:11, 6 July 2011
no edit summary
Line 47: Line 47:  
*'''[[on.mouseUp]]''' is called when we release the left mouse button.  
 
*'''[[on.mouseUp]]''' is called when we release the left mouse button.  
 
*'''[[on.mouseMove]]''' is called when the mouse moves  
 
*'''[[on.mouseMove]]''' is called when the mouse moves  
*'''[[on.grabDown]]'''  
+
*'''[[on.grabDown]]''' is called when the grabbing-down motion is detected
*'''[[on.grabMove]]'''
+
*'''[[on.grabMove]]''' is called when the grab-and-move motion is detected
*'''[[on.grabUp]]'''  
+
*'''[[on.grabUp]]''' is called when the grabbing-up motion is detected
*'''[[on.rightMouseDown]]'''  
+
*'''[[on.rightMouseDown]]''' is called when the user pushes the "right click" button ?
*'''[[on.rightMouseUp]]'''
+
*'''[[on.rightMouseUp]]''' is called when the user releases the "right click" button ?
    
<br>  
 
<br>  
   −
*'''[[on.varChange]]'''
+
*'''[[on.varChange]]''' is called when a [[var.monitor|monitored variable]] gets changed.
    
<br>  
 
<br>  
   −
*'''[[on.cutEnabled]]'''  
+
*'''[[on.cutEnabled]]''' is called when the "cut" feature gets enabled.
*'''[[on.copyEnabled]]'''  
+
*'''[[on.copyEnabled]]''' is called when the "copy" feature gets enabled.
*'''[[on.pasteEnabled]]'''
+
*'''[[on.pasteEnabled]]''' is called when the "pastes" feature gets enabled.
*'''[[on.cut]]'''  
+
*'''[[on.cut]]''' is called when the user cuts something.
*'''[[on.copy]]'''
+
*'''[[on.copy]]''' is called when the user copies something.
*'''[[on.paste]]'''
+
*'''[[on.paste]]''' is called when the user pastes something.
 +
 
 
<br> <br>
 
<br> <br>

Navigation menu