Direct Engine Mouse-Operations

<< Click to Display Table of Contents >>

Navigation:  3. Script Language > Mouse-Operations > Direct Engine >

Direct Engine Mouse-Operations

MUM. - Mouse Up Message

Previous Top Next


MiniRobotLanguage (MRL)

 

MUM. Command

Mouse Up Message

 

Direct Engine_01

 

Intention

 

For few operations, you may need to just press a mouse-button down and release it later.

 

There are two commands for this purpose:

    MDM. - Direct Engine

    MLD. - Compatible Engine

 

MUM. has all the strong and all the weak sides of a typical Direct Engine command.

 

MUM. can simulate all the three mouse buttons, depending on parameter P1.

 

The MUM. Event will take place at the position of the current "Active Point".

You can find some more details on the "Active Point" here: MAP - Move Active Point.

 

Some Hints:

    If MUM. seems not to work on your target window, try MLU.

    You can not use MUM. for Drag'n Drop operation, as the direct engine does not support that.

For Drag'n Drop operations, always use: MLD., MMV./MPO. and MLU.

 

 

 

 

Syntax

 

MUM.[P1]

 

 

Parameter Explanation

 

P1 -  Prototypes:

 

  l = left mouse button will be pressed

  m = then middle button will be pressed (press on wheel)

  r = right button will be pressed

 

 

 

 

Example

 

-

 

 

Remarks

 

-

 

 

Limitations:

 

-

 

 

See also:

 

    1.C Direct Engine and Compatible Engine

    MDM. - Mouse Down Message

    MLD. - Mouse left down

    MLU. - Mouse left up

    MLE. - Mouse-Left-Click Event

    MLM - Mouse Left click Move (Invinsible)

    MLI - Mouse Left Click quIckly (Invinsible)

    MRC. / MRI. - Mouse-Right-Click

    MMV - Mouse MoVe

    OPT. - Optional Settings