This is an archive. | |
See the new ClickWiki at https://clickwiki.github.io. This version is just an archive for the purposes of migrating content to the new structure. |
Analog Joystick
Author | |
Status | Released |
Release Date | Unknown |
Available for | Not yet documented |
Supported Runtimes | |
License | Free |
Download | |
---|---|
Includes Examples | No |
Includes Help Files | Yes |
Links |
The Analog Joystick object reports back analog data from the joystick port. This analog data is very specific information about how far to the left, right, up, or down the joystick is moved; and which button is depressed.
Contents
Expressions
Raw X Value
This function retrieves the raw X value from the analog joystick. As you move the joystick to the right the X value increases. As you move it to the left the X value decreases. This is only applicable if you have an analog joystick connected to the analog port of your computer.
Raw Y Value
This function retrieves the raw Y value from the analog joystick. As you move the joystick forward the Y value increases. As you move it back, the Y value decreases. This is only applicable if you have an analog joystick connected to the analog port of your computer. Raw Z Value The Raw Z Value function retrieves the raw Z value from the analog joystick. This is only applicable if you have an analog joystick connected to the analog port of your computer.
Raw Button A Value
The Raw Button A Value function retrieves the raw binary value of fire button A. The value retrieved is 1 if the fire button is depressed and 0 if the fire button is not depressed. This is only applicable if you have an analog joystick connected to the analog port of your computer.
Raw Button B Value
The Raw Button B Value function retrieves the raw binary value of fire button B. The value retrieved is 1 if the fire button is depressed and 0 if the fire button is not depressed. This is only applicable if you have an analog joystick connected to the analog port of your computer.
Raw Button C Value
The Raw Button C Value function retrieves the raw binary value of fire button C. The value retrieved is 1 if the fire button is depressed and 0 if the fire button is not depressed. This is only applicable if you have an analog joystick connected to the analog port of your computer.
Raw Button D Value
The Raw Button D Value function retrieves the raw binary value of fire button D. The value retrieved is 1 if the fire button is depressed and 0 if the fire button is not depressed. This is only applicable if you have an analog joystick connected to the analog port of your computer.