Jump to content

User Reference:JoystickFilter

From BCI2000 Wiki
Revision as of 18:32, 22 November 2007 by Pbrunner (talk | contribs)

Function

The JoystickFilter translates joystick movements into a state value, allowing to use it for data analysis purposes.

Parameters

JoystickEnable

Enables recording of joystick movements when nonzero.

States

JoystickXpos, JoystickYpos, JoystickZpos

Each position state is ranging from 0 to 32768 with a resting position at 16384.

JoystickButtons1, JoystickButtons2, JoystickButtons3, JoystickButtons4

Each button state is either 1 when pressed or 0 when not pressed.

See also

User Reference:MouseFilter, User Reference:KeyLogFilter, User Reference:KeystrokeFilter