Function:cs2sptxy
From S2PLOT
(Difference between revisions)
Revision as of 01:33, 7 January 2009 S2plot admin (Talk | contribs) ← Previous diff |
Revision as of 22:55, 7 January 2009 S2plot admin (Talk | contribs) Next diff → |
||
Line 22: | Line 22: | ||
[[S2PLOT:Function List | Back]] to S2PLOT function list. | [[S2PLOT:Function List | Back]] to S2PLOT function list. | ||
- | |||
- | |||
__NOTOC__ | __NOTOC__ | ||
__NOEDITSECTION__ | __NOEDITSECTION__ | ||
- | |||
- | |||
- | Back to [[Function:Template | template]] page. |
Revision as of 22:55, 7 January 2009
cs2sptxy
Set the text and position of a prompt.
Prototype
void cs2sptxy(char *prompt, float xfrac, float yfrac);
Description
Set the text and position of the prompt. xfrac and yfrac are fractions of the viewport from bottom left.
See Also
cs2spcb | Set the user prompt callback. |
Code Example
Back to S2PLOT function list.