Button.getFocusOnClick

Returns whether the button grabs focus when it is clicked with the mouse. See Button.setFocusOnClick.

More...
class Button
override
bool
getFocusOnClick
()

Return Value

Type: bool

TRUE if the button grabs focus when it is clicked with the mouse.

Detailed Description

Deprecated: Use Widget.getFocusOnClick instead

Meta