adding support for onxplayer on of

This commit is contained in:
langolierz
2019-07-03 20:16:28 +00:00
parent 80d4eaa20a
commit 0cceaf9280
4 changed files with 20 additions and 1 deletions

View File

@@ -463,6 +463,10 @@ class Actions(object):
def exit_openframeworks(self):
self.video_driver.osc_client.send_message("/exit", True)
def switch_conjur_player_type(self, value):
self.data.update_conjur_player_type(value)
self.restart_openframeworks()
def toggle_of_screen_size(self, value):
self.data.update_conjur_dev_mode(value)
self.video_driver.osc_client.send_message("/dev_mode", True)