#include <OpenGUI_Event.h>
Inheritance diagram for OpenGUI::Focus_EventArgs:

Public Member Functions | |
| Focus_EventArgs (const Widget *received, const Widget *lost) | |
| Constructor requires the pointers to the Widgets that received and lost focus. | |
Public Attributes | |
| const Widget * | Received |
| Pointer to the Widget that is receiving focus, or 0 (NULL) if none. | |
| const Widget * | Lost |
| Pointer to the Widget that has lost focus, or 0 (NULL) if none. | |
Constructor requires the pointers to the Widgets that received and lost focus.
Pointer to the Widget that has lost focus, or 0 (NULL) if none.
Pointer to the Widget that is receiving focus, or 0 (NULL) if none.