3 This file is part of libmspgbase
4 Copyright © 2007 Mikko Rasa, Mikkosoft Productions
5 Distributed under the LGPL
8 #include "binarycontrol.h"
14 BinaryControl::BinaryControl():
19 BinaryControl::BinaryControl(const ControlSource &s):
25 BinaryControl::BinaryControl(Device &d, ControlSrcType t, unsigned i):
31 void BinaryControl::set_threshold(float t)
36 void BinaryControl::on_press()
45 void BinaryControl::on_release()
50 signal_release.emit();
54 void BinaryControl::on_motion(float value, float)