コード例 #1
0
ファイル: trigger.py プロジェクト: kozec/sc-controller
	def __init__(self, app, editor):
		AEComponent.__init__(self, app, editor)
		BindingEditor.__init__(self, app)
		self._recursing = False
		self.half = NoAction()
		self.full = NoAction()
		self.analog = NoAction()
コード例 #2
0
	def __init__(self, app, editor):
		AEComponent.__init__(self, app, editor)
		ProfileManager.__init__(self)
		self._recursing = False
		self._profile_load_started = False
		self._current_profile = None
		self.parser = GuiActionParser()
コード例 #3
0
 def __init__(self, app, editor):
     AEComponent.__init__(self, app, editor)
     TimerManager.__init__(self)
     self._recursing = False
     self.relative_area = False
     self.osd_area_instance = None
     self.parser = GuiActionParser()
コード例 #4
0
ファイル: dpad.py プロジェクト: wiltonlazary/sc-controller
	def __init__(self, app, editor):
		AEComponent.__init__(self, app, editor)
		MenuActionCofC.__init__(self)
		BindingEditor.__init__(self, app)
		self._recursing = False
		self._userdata_load_started = False
		self.actions = [ NoAction() ] * 8
コード例 #5
0
ファイル: dpad.py プロジェクト: Micr0Bit/sc-controller
	def __init__(self, app, editor):
		AEComponent.__init__(self, app, editor)
		MenuActionCofC.__init__(self)
		BindingEditor.__init__(self, app)
		self._recursing = False
		self._userdata_load_started = False
		self.actions = [ NoAction() ] * 8
コード例 #6
0
ファイル: axis_action.py プロジェクト: wendeldr/sc-controller
	def __init__(self, app, editor):
		AEComponent.__init__(self, app, editor)
		TimerManager.__init__(self)
		self._recursing = False
		self.relative_area = False
		self.osd_area_instance = None
		self.parser = GuiActionParser()
コード例 #7
0
 def __init__(self, app, editor):
     AEComponent.__init__(self, app, editor)
     BindingEditor.__init__(self, app)
     self._recursing = False
     self.half = NoAction()
     self.full = NoAction()
     self.analog = NoAction()
コード例 #8
0
	def __init__(self, app, editor):
		AEComponent.__init__(self, app, editor)
		UserDataManager.__init__(self)
		self._recursing = False
		self._userdata_load_started = False
		self._current_profile = None
		self._current_menu = None
		self.parser = GuiActionParser()
コード例 #9
0
ファイル: axis_action.py プロジェクト: soekul/sc-controller
	def __init__(self, app, editor):
		AEComponent.__init__(self, app, editor)
		TimerManager.__init__(self)
		self._recursing = False
		self.relative_area = False
		self.osd_area_instance = None
		self.on_wayland = False
		self.circular = MouseAction(Rels.REL_WHEEL)
		self.parser = GuiActionParser()
コード例 #10
0
ファイル: axis_action.py プロジェクト: kozec/sc-controller
	def __init__(self, app, editor):
		AEComponent.__init__(self, app, editor)
		TimerManager.__init__(self)
		self._recursing = False
		self.relative_area = False
		self.osd_area_instance = None
		self.on_wayland = False
		self.circular_axis = MouseAction(Rels.REL_WHEEL)
		self.circular_buttons = [ None, None ]
		self.button = None
		self.parser = GuiActionParser()
コード例 #11
0
	def __init__(self, app, editor):
		AEComponent.__init__(self, app, editor)
		Chooser.__init__(self, app)
		self.full = None
コード例 #12
0
ファイル: first_page.py プロジェクト: kozec/sc-controller
	def __init__(self, app, editor):
		AEComponent.__init__(self, app, editor)
コード例 #13
0
ファイル: tilt.py プロジェクト: mulark/sc-controller
	def __init__(self, app, editor):
		AEComponent.__init__(self, app, editor)
		BindingEditor.__init__(self, app)
		self._recursing = False
		self.actions = [ NoAction() ] * 4
コード例 #14
0
ファイル: menu_only.py プロジェクト: wendeldr/sc-controller
	def __init__(self, app, editor):
		AEComponent.__init__(self, app, editor)
		MenuActionCofC.__init__(self)
		self._userdata_load_started = False
		self._recursing = False
コード例 #15
0
 def __init__(self, app, editor):
     AEComponent.__init__(self, app, editor)
     self.half = None
     self.full = None
コード例 #16
0
ファイル: trigger_ab.py プロジェクト: Micr0Bit/sc-controller
	def __init__(self, app, editor):
		AEComponent.__init__(self, app, editor)
		self.half = None
		self.full = None
コード例 #17
0
ファイル: dpad.py プロジェクト: TotalCaesar659/sc-controller
	def __init__(self, app, editor):
		AEComponent.__init__(self, app, editor)
		self.actions = [ NoAction() ] * 8
コード例 #18
0
ファイル: buttons.py プロジェクト: wiltonlazary/sc-controller
 def __init__(self, app, editor):
     AEComponent.__init__(self, app, editor)
     Chooser.__init__(self, app)
     self.axes_allowed = True
コード例 #19
0
 def __init__(self, app, editor):
     AEComponent.__init__(self, app, editor)
     self.parser = GuiActionParser()
コード例 #20
0
 def __init__(self, app, editor):
     AEComponent.__init__(self, app, editor)
     self._recursing = False
     self.axes = [None, None, None]
コード例 #21
0
 def __init__(self, app, editor):
     AEComponent.__init__(self, app, editor)
コード例 #22
0
 def __init__(self, app, editor):
     AEComponent.__init__(self, app, editor)
     self.x = self.y = NoAction()
コード例 #23
0
ファイル: gyro.py プロジェクト: Micr0Bit/sc-controller
	def __init__(self, app, editor):
		AEComponent.__init__(self, app, editor)
		self._recursing = False
		self.axes = [ None, None, None ]
コード例 #24
0
	def __init__(self, app, editor):
		AEComponent.__init__(self, app, editor)
		self.x = self.y = NoAction()
コード例 #25
0
 def __init__(self, app, editor):
     AEComponent.__init__(self, app, editor)
     MenuActionCofC.__init__(self)
     self._userdata_load_started = False
     self._recursing = False
コード例 #26
0
ファイル: buttons.py プロジェクト: kozec/sc-controller
	def __init__(self, app, editor):
		AEComponent.__init__(self, app, editor)
		Chooser.__init__(self, app)
		self.axes_allowed = True
		self.keys = set()
コード例 #27
0
	def __init__(self, app, editor):
		AEComponent.__init__(self, app, editor)
		self._recursing = False
		self.parser = GuiActionParser()
コード例 #28
0
ファイル: custom.py プロジェクト: wendeldr/sc-controller
	def __init__(self, app, editor):
		AEComponent.__init__(self, app, editor)
		self.parser = GuiActionParser()
コード例 #29
0
 def __init__(self, app, editor):
     AEComponent.__init__(self, app, editor)
     self._recursing = False
     self.parser = GuiActionParser()
コード例 #30
0
 def __init__(self, app, editor):
     AEComponent.__init__(self, app, editor)
     BindingEditor.__init__(self, app)
     self._recursing = False
     self.actions = [NoAction()] * 6