vex.controller package¶
VEX Controller.
- class vex.controller.Controller[source]¶
Bases:
SingletonDeviceController.
ROBOT MESH PYTHON B:
Use the Controller class to get values from the remote controller.
(as well as write to the controller’s screen)
robotmesh.com/studio/content/docs/vexiq-python_b/html/classvex_1_1_controller.html
- property axisA: ControllerAxis¶
Return Controller Axis A.
- property axisB: ControllerAxis¶
Return Controller Axis B.
- property axisC: ControllerAxis¶
Return Controller Axis C.
- property axisD: ControllerAxis¶
Return Controller Axis D.
- property buttonEDown: ControllerButton¶
Return Controller Button E-Down.
- property buttonEUp: ControllerButton¶
Return Controller Button E-Up.
- property buttonFDown: ControllerButton¶
Return Controller Button F-Down.
- property buttonFUp: ControllerButton¶
Return Controler Button F-Up.
- property buttonLDown: ControllerButton¶
Return Controller Button L-Down.
- property buttonLUp: ControllerButton¶
Return Controller Button L-Up.
- property buttonRDown: ControllerButton¶
Return Controller Button R-Down.
- property buttonRUp: ControllerButton¶
Return Controller Button R-Up.
- class vex.controller.ControllerAxis(parent: Controller, axtype: str)[source]¶
Bases:
objectController Joystick Axis.
ROBOT MESH PYTHON B:
Use the Axis class to get values from one of the controller’s joysticks.
robotmesh.com/studio/content/docs/vexiq-python_b/html/classvex_1_1_controller_axis.html