Add the full input function #6022
L2750558108
started this conversation in
Scripting
Replies: 1 comment 1 reply
-
just ran into this, i dont understand why i can have is_action_just_pressed, which works for a single controller, but not is_joy_button_just_pressed so it can work for multiple controllers |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Add
is_key_button_just_pressed,
is_key_button_just_released,
is_joy_button_just_pressed,
is_joy_button_just_released,
is_mouse_button_just_pressed,
is_mouse_button_ just_released,
is_physical_key_just_pressed,
is_physical_key_just_released
methods to the Input class.
Their functionality refers to is_action_just_pressed and is_action_just_released methods,used to check if a key is just pressed or released.
I think there should be a full input checking function for users who don't use is_action methods
Dont forget C#
Beta Was this translation helpful? Give feedback.
All reactions