#include <csinput.h>
Inheritance diagram for csInputDriver:
Protected Methods | |
csInputDriver (iObjectRegistry *) | |
virtual | ~csInputDriver () |
iEventQueue* | GetEventQueue () |
virtual void | LostFocus ()=0 |
virtual void | Post (iEvent *) |
virtual bool | HandleEvent (iEvent &) |
void | StartListening () |
void | StopListening () |
Protected Attributes | |
iObjectRegistry* | Registry |
iEventHandler* | Listener |
Friends | |
class | FocusListener |