Set this control to visible or not

Property definitions

gamnit $ VirtualGamepad :: visible=
	# Set this control to visible or not
	fun visible=(value: Bool)
	do
		visible_direct = value
		if value then show else hide
	end
lib/gamnit/virtual_gamepad/virtual_gamepad.nit:184,2--189,4