set_throttle_motion_events


Description:

[ Version ( since = "1.0" ) ]
public void set_throttle_motion_events (bool throttle)

Sets whether motion events received between redraws should be throttled or not.

If motion events are throttled, those events received by the windowing system between redraws will be compressed so that only the last event will be propagated to the this and its actors.

This function should only be used if you want to have all the motion events delivered to your application code.

Parameters:

this

a Stage

throttle

true to throttle motion events