Similarly to how moving the mouse inside a widget will cause the string function to be updated, something similar could be done for leaving the mouse stationary and inside the widget. This could deprecate the <Montion> binding. If it actually becomes deprecated would depend on how many times a second the update is called (might become a bit too computationally expensive).
Attempts have been made by creating recursive functions for once we enter the widget but to no avail.
Similarly to how moving the mouse inside a widget will cause the string function to be updated, something similar could be done for leaving the mouse stationary and inside the widget. This could deprecate the
<Montion>
binding. If it actually becomes deprecated would depend on how many times a second the update is called (might become a bit too computationally expensive).Attempts have been made by creating recursive functions for once we enter the widget but to no avail.