FreeStick  0.3
Cross Platform Open Sorce Joystick Lib
FSMacUtil.h
Go to the documentation of this file.
1 #pragma once
2 #include <string>
3 void connectKnownControllers(std::string & name);
4 void dissconnectKnownControllers(std::string & name);
5 bool containsControler(std::string & name);
void connectKnownControllers(std::string &name)
Definition: FSMacUtil.cpp:5
bool containsControler(std::string &name)
Definition: FSMacUtil.cpp:19
void dissconnectKnownControllers(std::string &name)
Definition: FSMacUtil.cpp:10