ofwin_setmousemotioncallback Subroutine

public subroutine ofwin_setmousemotioncallback(fcn)

Set a callback function to be called on mouse motion.

This applies to the current active WindowProxy.

Arguments

Type IntentOptional Attributes Name
procedure(mousemotioncallback) :: fcn

Callback function to be called on mouse motion.