Page 1 of 1

cursor movement

Posted: 14 Nov 2011, 09:04
by RobinWang
Hi, in my system, in feedbackDemo the cursor move up and down, how to change it to be horizontal movement, and how to change the targets on the left and right of the window? Where should be modified?

Re: cursor movement

Posted: 15 Nov 2011, 11:35
by mellinger
The FeedbackDemo application module is a demo how to program application modules. To change its behavior, you need to modify its source code (src/core/Application/FeedbackDemo/FeedbackDemoTask.cpp).

When you want something that may be configured to do what you want, use the CursorTask application module:
http://www.bci2000.org/wiki/index.php/U ... CursorTask

Regards,
Juergen