I hope it can detect thumbstick movement on mobile in the futureš
UIButtons do not trigger āReleasedā if the button is released after the mouse or mobile touch was dragged outside of the UIButtonās bounds
Thanks for flagging! Weāre aware and are looking into it.
I just ran into this myself as well. Thereās an interesting issue with this though. The default behavior for Roblox buttons is that dragging out of the button doesnāt actually activate the button, so theoretically it shouldnāt fire the action which you might have binded to .Released
.
In Direction2D type Actions, the Input Bindings provide 4 options for 4 keys, and 1 option for thumbsticks.
Can Direction1D type Actions, which provide 2 options for 2 keys and 1 option too, for some reason, does not contain mouse wheel as option. I believe it should be added. Also will GuiBase2D instance under the influence of UIDragDetector will be added to Direction1D as well? Any information regarding matter would be highly appreciated.
Weāre still working on adding scroll wheel support. UIDragDetectors are not currently on the roadmap for IAS support for now.
This happens when you force capture focus on a TextBox using the .Pressed
event.