Esempio n. 1
0
def init():
    if not settings.noaudio:
        buttons.append(Button((40, 40, 220, 70), "Play sound"))
        media.getsound("sound")


#	buttons.append(Button((40, 120, 220, 70), "Play video"))
    buttons.append(Button((40, 120, 220, 70), "Toggle fullscreen"))
Esempio n. 2
0
def init():
	if not settings.noaudio:
		buttons.append(Button((40, 40, 220, 70), "Play sound"))
		media.getsound("sound")
#	buttons.append(Button((40, 120, 220, 70), "Play video"))
	buttons.append(Button((40, 120, 220, 70), "Toggle fullscreen"))
Esempio n. 3
0
def init():
    buttons.append(Button((40, 40, 220, 70), "Play sound"))
    #	buttons.append(Button((40, 120, 220, 70), "Play video"))
    buttons.append(Button((40, 120, 220, 70), "Toggle fullscreen"))
    media.getsound("sound")
Esempio n. 4
0
def init():
	buttons.append(Button((40, 40, 220, 70), "Play sound"))
#	buttons.append(Button((40, 120, 220, 70), "Play video"))
	buttons.append(Button((40, 120, 220, 70), "Toggle fullscreen"))
	media.getsound("sound")