Godot 3.0 alpha set button hover in gdscript

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By swipis
:warning: Old Version Published before Godot 3 was released.

Hello,

I need to set button hover in script but can’t find anyway to do it. It is possible? If so, how?

EDIT: looks like button.grab_focus() / release_focus() doing the thing!

Thank you