Input realeased not detected in android.

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By CRISIS_SAKE

I made a function which triggers when left mouse button is released. It works fine on engine but when I export it and try to run it on android…It won’t detect that realeased event. Please help.

If Input.is_action_just_realeased("mouse_left"):
     do_this()

PLEASE HELP
thanks