updated timeline tools to take custom mouse events

This commit is contained in:
itsmattkc
2019-10-11 09:35:11 +11:00
parent df9255ce0b
commit 405f4e5e00
29 changed files with 720 additions and 304 deletions
+3 -1
View File
@@ -66,7 +66,9 @@ enum Tool {
kRecord,
/// Add tool
kAdd
kAdd,
kCount
};
}