diff options
author | André Nusser <andre.nusser@googlemail.com> | 2016-07-13 18:32:52 +0200 |
---|---|---|
committer | André Nusser <andre.nusser@googlemail.com> | 2016-07-13 18:32:52 +0200 |
commit | eb3a5e8834c1af80fc5196e5c8f5788e8a2b2167 (patch) | |
tree | 51b315faab10b1fdbb6508d6f89d818024a6cefb /plugin/drumgizmo_plugin.cc | |
parent | 32606894c67e6be27ba853a8bc3e97c808c14987 (diff) |
Introduce input engine isFreewheeling method.
Diffstat (limited to 'plugin/drumgizmo_plugin.cc')
-rw-r--r-- | plugin/drumgizmo_plugin.cc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/plugin/drumgizmo_plugin.cc b/plugin/drumgizmo_plugin.cc index 4f3edf2..2b0d2a8 100644 --- a/plugin/drumgizmo_plugin.cc +++ b/plugin/drumgizmo_plugin.cc @@ -233,6 +233,11 @@ void DrumGizmoPlugin::Input::post() { } +bool DrumGizmoPlugin::Input::isFreewheeling() const +{ + return plugin.getFreeWheel(); +} + // // Output Engine |