Merge pull request #3272 from Hinsbart/joy-binding
Add some joystick functions to input. Enables manipulation of mapping…
This commit is contained in:
commit
7393e40452
11 changed files with 226 additions and 24 deletions
|
|
@ -507,6 +507,13 @@ float OS::get_time_scale() const {
|
|||
return _time_scale;
|
||||
}
|
||||
|
||||
bool OS::is_joy_known(int p_device) {
|
||||
return true;
|
||||
}
|
||||
|
||||
String OS::get_joy_guid(int p_device) const {
|
||||
return "Default Joystick";
|
||||
}
|
||||
|
||||
OS::OS() {
|
||||
last_error=NULL;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue