| The AC_RBUTTONUP event is received by evnt get() when the mouse right button is pressed. This event will provide all of the information from the Windows WM_RBUTTONUP message. | |||
| Parameters (Windows/Web only) | |||
| Member | Value | Descripton | |
| type | AC_LBUTTONUP | Event Code | |
| wmsg | 0 or 1 | Will be 1 if internally generated
Params below are only valid if wmsg == 0 |
|
| lmsg | msg.wParam | Virtual Key bits
MK_CONTROLCTRL key is down. MK_LBUTTONLeft mouse button is down. MK_MBUTTONMiddle mouse button is down. MK_RBUTTONRight mouse button is down. MK_SHIFTShift key is down. |
|
| x | x position | mouse column (x pixel count) | |
| y | y position | mouse row(y pixel count) | |
| when | time | system tick count | |
| target | FLDLOOKUPPTR |
Field Lookup Structure Pointer | |
| Related Information | |||
General System Features
Win32 Programmer's Reference - WM_RBUTTONUP |
|||