Go to the documentation of this file.00001 #ifndef _SMTUTIL_H_
00002 #define _SMTUTIL_H_
00003
00004
00005
00006 #ifdef WIN32
00007 #include <afxwin.h>
00008 #endif
00009
00010 #include <smt.h>
00011 #include <cv.h>
00012 #include <highgui.h>
00013
00014
00015 #ifdef WIN32
00016
00017
00018
00019
00020 void SendWindowsSingleTouchMessages(void);
00021
00022
00023
00024 void LaunchMultiTouchVista(const char * mtvistapath);
00025 void SendWindowsMouseMessagsesRelative(void);
00026 void SendWindowsPenMessages(void);
00027 void SendWindowsMtTrackpadMessages(void);
00028 #endif
00029
00030 #endif