BindAction should inform that mouse clicks won't over buttons

Issue Area: DevHub Content
Page URL: ContextActionService | Roblox Creator Documentation

Due to the lack of documentation, confusion was created:

… because ContextActionService:BindAction does not intercept mouse clicks over buttons, while UserInputService.InputBegan does.

It would be important to document this exception.

1 Like

This is documented under GuiObject:

ContextActionService notes that when input is sunk, it won’t be passed to other handlers. Though explicitly documenting it under ContextActionService probably wouldn’t hurt, however it is documented.

2 Likes