C4 Engine
C4 Engine API Documentation

Widget::FocusTask

Defined in:  C4Widgets.h
Called once per frame while a widget has the keyboard focus.
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

Widget::HandleKeyboardEvent