GMouseUp

From IfsoGUIWiki

Jump to: navigation, search

Internal Method - Should only be called by the GUI and or a gadget.

Contents

Declaration

gMouseUp(iButton:Int, iMouseX:Int, iMouseY:Int)
Called when the mouse button is released on the gadget.

Returns

Nothing

Parameters

  • iButton:Int - Which button was pressed.
    • ifsoGUI_LEFT_MOUSE_BUTTON
    • ifsoGUI_RIGHT_MOUSE_BUTTON
    • ifsoGUI_MIDDLE_MOUSE_BUTTON
  • iMouseX:Int - Mouse X position.
  • iMouseY:Int - Mouse Y position.

Gadget Information

Internal Method - Should only be called by the GUI and or a gadget.

Example

Personal tools