ofwin_mousemotion Subroutine

public subroutine ofwin_mousemotion(x, y)

Create a mouse-moved event.

This applies to the current active WindowProxy.

Arguments

Type IntentOptional 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.