TDME2 1.9.121
Public Member Functions | List of all members
GUIInputEventHandler Struct Referenceabstract

GUI input event handler interface. More...

#include <tdme/gui/events/GUIInputEventHandler.h>

Inheritance diagram for GUIInputEventHandler:
Inheritance graph
Collaboration diagram for GUIInputEventHandler:
Collaboration graph

Public Member Functions

virtual void handleInputEvents ()=0
 Handle input events that have not yet been processed. More...
 
virtual ~GUIInputEventHandler ()
 Destructor. More...
 

Detailed Description

GUI input event handler interface.

Author
Andreas Drewke
Version
$Id$

Definition at line 11 of file GUIInputEventHandler.h.

Constructor & Destructor Documentation

◆ ~GUIInputEventHandler()

virtual ~GUIInputEventHandler ( )
inlinevirtual

Destructor.

Definition at line 22 of file GUIInputEventHandler.h.

Member Function Documentation

◆ handleInputEvents()

virtual void handleInputEvents ( )
pure virtual

The documentation for this struct was generated from the following file: