Create a mouse button released event.
This applies to the current active WindowProxy.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=real32), | intent(in) | :: | x |
X-coordinate of the mouse in the window. |
||
| real(kind=real32), | intent(in) | :: | y |
Y-coordinate of the mouse in the window. |
||
| integer(kind=int32), | intent(in) | :: | button |
Mouse button released. Button numbering is 1 for left mouse button, 2 for middle, 3 for right. |