Exemple #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"))
Exemple #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"))
Exemple #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")
Exemple #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")