mirror of
https://github.com/godotengine/godot.git
synced 2025-11-01 14:11:15 +00:00
Ability to delete, drag and drop audio buses!
This commit is contained in:
parent
2527566ca8
commit
3b019bf644
9 changed files with 397 additions and 26 deletions
|
|
@ -486,7 +486,7 @@ Point2 InputDefault::get_last_mouse_speed() const {
|
|||
|
||||
int InputDefault::get_mouse_button_mask() const {
|
||||
|
||||
return OS::get_singleton()->get_mouse_button_state();
|
||||
return mouse_button_mask;// do not trust OS implementaiton, should remove it - OS::get_singleton()->get_mouse_button_state();
|
||||
}
|
||||
|
||||
void InputDefault::warp_mouse_pos(const Vector2& p_to) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue