mirror of https://github.com/axmolengine/axmol.git
fixed missing function
This commit is contained in:
parent
c73a88c4a5
commit
eee26b5029
|
@ -137,6 +137,10 @@ const std::string& Controller::getDeviceName()
|
||||||
return _deviceName;
|
return _deviceName;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void Controller::registerListeners()
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
bool Controller::isConnected() const
|
bool Controller::isConnected() const
|
||||||
{
|
{
|
||||||
// If there is a controller instance, it means that the controller is connected.
|
// If there is a controller instance, it means that the controller is connected.
|
||||||
|
|
Loading…
Reference in New Issue