- Joystick Sensor Python
- Axis
- Button
- Hat
- Single Axis


axisGet/set the type of axis and direction of motion
axisValuesReturns the amount the joystick has been moved from the center
connectedReturns if the selected joystick is connected to the sensor
indexGet/set which joystick is being used
numAxisReturns the number of axes that the joystick has
thresholdGet/set the amount the joystick has to move from the center position
executePriorityGet/set the execute priority of the logic brick
frequencyGet/set the delay between repeated pulses
invalidReturns if a reference to an object is invalid or not
invertGet/set if the output of the sensor is inverted
levelGet/set whether or not the Level button is active
nameReturns the name of the logic brick
neg_ticksReturns the number of ticks since the last negative pulse
ownerReturns the game object that owns the logic brick
pos_ticksReturns the number of ticks since the last positive pulse
positiveReturns whether or not a sensor sent a positive pulse
resetResets the sensor to it's initial state
skippedTicksGet/set the number of logic ticks skipped
statusReturns the status of the sensor
tapGet/set the status of Tap button
triggeredReturns if the sensor has triggered the controller
useNegPulseModeGet/set if sensor is set to use negative pulse mode
usePosPulseModeGet/set if sensor is set to use positive pulse mode