Skip to content

Commit

Permalink
Merge pull request #53251 from LATRio/53224
Browse files Browse the repository at this point in the history
  • Loading branch information
akien-mga authored Sep 30, 2021
2 parents 70871c6 + 41c1cfe commit bc0f5d3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/input/input_event.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -864,6 +864,8 @@ void InputEventMouseMotion::_bind_methods() {
///////////////////////////////////

void InputEventJoypadMotion::set_axis(JoyAxis p_axis) {
ERR_FAIL_INDEX(p_axis, JOY_AXIS_MAX);

axis = p_axis;
emit_changed();
}
Expand Down

0 comments on commit bc0f5d3

Please sign in to comment.