xtd 0.2.0
Loading...
Searching...
No Matches

◆ updated

xtd::event<animation, animation_updated_event_handler> xtd::forms::animation::updated

Occurs when the specified interval specified by xtd::forms::animation::frames_per_second has elapsed and the animation is started.

Remarks
You can use this event to do things like advancing animation parameters, checking the mouse position, etc.
For more information about handling events, see Handling and Raising Events.