MouseUp Event


PLBCMP GUI Only

square.png Objects

 

The MouseUp event occurs when the user releases a mouse button over an object.

Note the following:

  1. The MouseUp event is referenced using an event value of fourteen (14). The equated label in PLBEQU.INC for this event is $MOUSEUP.

  2. The Event Result contains the mouse left position times 10,000 plus the mouse top position. The position is based on the top left point of the object.

  3. The Event Modifier contains a value from the following table:

  4.  

    Value

    Key Pressed

    1

    ALT

    2

    CTRL

    4

    SHIFT

    8

    Left Mouse Button

    16

    Right Mouse Button

    32

    Double Click

 

See Also: EVENTREGISTER, Object Events, Object IO Instructions, Object Definitions

 



PL/B Language Reference MouseMove Event MouseWheel Event