AWind
|
Interface that provides screen touch notifications. If you want receive this notification in the target or parent window you need derive you window class from interface class and implement NotifyTouch member function. More...
#include <ITouchEventReceiver.h>
Public Member Functions | |
virtual void | NotifyTouch (Window *window)=0 |
Has to be implemented in target class. More... | |
Interface that provides screen touch notifications. If you want receive this notification in the target or parent window you need derive you window class from interface class and implement NotifyTouch member function.
|
pure virtual |
Has to be implemented in target class.
window | pointer to window (like TextBox) wich content was changed |
Implemented in TabVacuum, GaugesWindow, ViewModusWindow, TabControl, Dialog, Dialogs, WindowSelector, and TabManual.