mirror of
https://github.com/rive-app/rive-cpp.git
synced 2026-01-18 21:21:17 +01:00
fix(editor): Input to VM toggle fix (#11272) 1dd286c979
Co-authored-by: Philip Chung <philterdesign@gmail.com>
This commit is contained in:
@@ -1 +1 @@
|
||||
2517eb7d7fb9102e56005fddbffa3d7f8ae8063a
|
||||
1dd286c979e2168ac0f899ca55b562ace933c3e3
|
||||
|
||||
@@ -41,7 +41,6 @@ public:
|
||||
m_hittable = hittable;
|
||||
}
|
||||
~TrackDraggableProxy() {}
|
||||
bool isOpaque() override { return true; }
|
||||
bool startDrag(Vec2D mousePosition, float timeStamp = 0) override;
|
||||
bool drag(Vec2D mousePosition, float timeStamp = 0) override
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user