Rename doubleclick to double_click
This commit is contained in:
parent
3fea170772
commit
0de9a7d803
23 changed files with 57 additions and 57 deletions
|
|
@ -929,7 +929,7 @@ EditorPropertyFloat::EditorPropertyFloat() {
|
|||
void EditorPropertyEasing::_drag_easing(const Ref<InputEvent> &p_ev) {
|
||||
const Ref<InputEventMouseButton> mb = p_ev;
|
||||
if (mb.is_valid()) {
|
||||
if (mb->is_doubleclick() && mb->get_button_index() == MOUSE_BUTTON_LEFT) {
|
||||
if (mb->is_double_click() && mb->get_button_index() == MOUSE_BUTTON_LEFT) {
|
||||
_setup_spin();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue