rudimentary support for #119 in transform effect

This commit is contained in:
itsmattkc
2018-11-25 01:45:32 +11:00
parent 1a8c89371e
commit 7d11c9fbab
5 changed files with 78 additions and 13 deletions
+4 -1
View File
@@ -833,7 +833,10 @@ void Effect::process_audio(double, double, quint8*, int, int) {
}*/
}
void Effect::process_gizmos() {}
void Effect::gizmo_draw(double, GLTextureCoords &) {}
void Effect::gizmo_down(QMouseEvent *, double) {}
void Effect::gizmo_move(QMouseEvent *, double) {}
void Effect::gizmo_up(QMouseEvent *, double) {}
void Effect::redraw(double) {
/*