vcglib/wrap/qt/anttweakbarMapper.h

12 lines
315 B
C
Raw Normal View History

#ifndef ANTTWEAKBARMAPPER_H
#define ANTTWEAKBARMAPPER_H
void TW_CALL CopyCDStringToClient(char **destPtr, const char *src);
TwMouseButtonID Qt2TwMouseButtonId(QMouseEvent *e);
int TwMousePressQt(QMouseEvent *e);
int TwMouseReleaseQt(QMouseEvent *e);
int TwKeyPressQt(QKeyEvent *e);
#endif // ANTTWEAKBARMAPPER_H