Function:cs2srcb
From S2PLOT
(Difference between revisions)
Revision as of 00:28, 7 January 2009 S2plot admin (Talk | contribs) ← Previous diff |
Revision as of 00:28, 7 January 2009 S2plot admin (Talk | contribs) Next diff → |
||
Line 1: | Line 1: | ||
==cs2srcb== | ==cs2srcb== | ||
- | Register the remote control data is received. | + | Register when remote control data is received. |
==Prototype== | ==Prototype== | ||
<code><pre> | <code><pre> |
Revision as of 00:28, 7 January 2009
cs2srcb
Register when remote control data is received.
Prototype
void cs2srcb(void *remcb);
Description
Register function that is called when remote control data comes in eg. from is2remote running on a wireless iPod touch. This function can consume the event (by returning 1) to prevent further (built-in) handling by S2PLOT.
See Also
Sample Code
Back to S2PLOT function list.
Back to template page.