MouseUp Event
PLBCMP GUI Only
The MouseUp event occurs when the user releases a mouse button over an object.
Note the following:
The MouseUp event is referenced using an event value of fourteen (14). The equated label in PLBEQU.INC for this event is $MOUSEUP.
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.
The Event Modifier contains a value from the following table:
|
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
![]() |