|
|
@ -28,6 +28,8 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
|
|
|
|
|
|
|
|
|
namespace ICS
|
|
|
|
namespace ICS
|
|
|
|
{
|
|
|
|
{
|
|
|
|
|
|
|
|
const float ICS_MAX = std::numeric_limits<float>::max();
|
|
|
|
|
|
|
|
|
|
|
|
InputControlSystem::InputControlSystem(std::string file, bool active
|
|
|
|
InputControlSystem::InputControlSystem(std::string file, bool active
|
|
|
|
, DetectingBindingListener* detectingBindingListener
|
|
|
|
, DetectingBindingListener* detectingBindingListener
|
|
|
|
, InputControlSystemLog* log, size_t channelCount)
|
|
|
|
, InputControlSystemLog* log, size_t channelCount)
|
|
|
|