iup-stack/iup/include/iuptuio.h

22 lines
272 B
C
Raw Normal View History

2023-02-20 16:44:45 +00:00
/** \file
* \brief IupTuioClient control
*
* See Copyright Notice in "iup.h"
*/
#ifndef __IUPTUIO_H
#define __IUPTUIO_H
#if defined(__cplusplus)
extern "C" {
#endif
int IupTuioOpen(void);
Ihandle* IupTuioClient(int port);
#if defined(__cplusplus)
}
#endif
#endif