2012-02-02 07:48:40 +01:00
|
|
|
#ifndef ANTTWEAKBARMAPPER_H
|
|
|
|
#define ANTTWEAKBARMAPPER_H
|
|
|
|
|
|
|
|
void TW_CALL CopyCDStringToClient(char **destPtr, const char *src);
|
2012-02-14 12:39:27 +01:00
|
|
|
void TW_CALL CopyStdStringToClient(std::string& destClientString, const std::string& srcLibraryString);
|
2012-02-02 07:48:40 +01:00
|
|
|
|
|
|
|
TwMouseButtonID Qt2TwMouseButtonId(QMouseEvent *e);
|
|
|
|
int TwMousePressQt(QMouseEvent *e);
|
|
|
|
int TwMouseReleaseQt(QMouseEvent *e);
|
|
|
|
int TwKeyPressQt(QKeyEvent *e);
|
|
|
|
|
|
|
|
#endif // ANTTWEAKBARMAPPER_H
|