Merge pull request #12557 from BastiaanOlij/arvr_add_rumble_support

Adding rumble support to ARVR controllers
This commit is contained in:
Bastiaan Olij
2017-11-04 08:57:25 +11:00
committed by GitHub
7 changed files with 73 additions and 1 deletions
+7
View File
@@ -5316,6 +5316,13 @@
["godot_real", "p_value"],
["godot_bool", "p_can_be_negative"]
]
},
{
"name": "godot_arvr_get_controller_rumble",
"return_type": "godot_real",
"arguments": [
["godot_int", "p_controller_id"]
]
}
]
}