Base class for all window objects. Provides basic window functionality.
Definition: Window.h:34
virtual void NotifyTouch(Window *window)=0
Has to be implemented in target class.
Interface that provides screen touch notifications. If you want receive this notification in the targ...
Definition: ITouchEventReceiver.h:24