Mouse Interface

 

These functions are called by sliceO as direct result of the mouse interaction with your interface. 

 

For each of these functions, if you act on them, you should return "1" to signal to sliceO that the action was for your interface.

 

 

Ctrl_Click

This function is called when sliceO detect a mouse "click" (either on or off for any of the 3 mouse keys) while the cursor is over your interface.

 

 

Ctrl_DblClick

This function is called when sliceO detect a mouse "double click" (for any of the 3 mouse keys) while the cursor is over your interface.

 

 

Ctrl_Help

This function is called when the "Help" key is pressed while the cursor is over your interface.

 

 

Ctrl_Key

This function is called when a keyboard key is pressed while the cursor is over your interface.

 

 

Ctrl_Motion

This function is called when the cursor is moved while it is over your interface.

 

 

Ctrl_Scroll

This function is called when the mouse scroll wheel is activate while the cursor is over your interface.

 

 

Ctrl_Leave

This function is called each the cursor leave your interface.