on_pressed(button)
      Called every tick once when the GUI button is being pressed
Parameters:
      button [value: object (reference to the button that was pressed), type: object]
Return Value: None

file: src/nodes/2D/gui_button_2d_node.c

landing