mirror of
https://github.com/cyberboy666/r_e_c_u_r.git
synced 2025-12-05 16:00:06 +01:00
adding support for onxplayer on of
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user