Widget::FocusTask
Defined in:
Called once per frame while a widget has the keyboard focus.
C4Widgets.h
Prototype
virtual void FocusTask(void);
Description
The FocusTask
function is called once per frame by the Interface Manager while a widget has the keyboard focus. This allows the widget's implementation to perform any kind of periodic task necessary, such as blinking a cursor.
See Also