| View previous topic :: View next topic |
| Author |
Message |
27Bstroke6
Joined: 07 Jul 2005 Posts: 23
|
Posted: Tue Jul 26, 2005 1:28 am Post subject: Cursor positioning (termcap, termlib?) |
|
|
| Other than straight "printf" type functions, do any native functions exist in the PSP environment for placing text at specific screen locations, without resorting to low level frame buffer or similar operations? Anything that could be evolved into compatible termcap or termlib packages? Thanks. |
|
| Back to top |
|
 |
adresd
Joined: 17 Jan 2004 Posts: 43
|
Posted: Tue Jul 26, 2005 4:31 am Post subject: |
|
|
void pspDebugScreenSetXY(int x, int y);
try reading the includes for pspsdk, they include many surprises :) |
|
| Back to top |
|
 |
TyRaNiD
Joined: 18 Jan 2004 Posts: 918
|
Posted: Tue Jul 26, 2005 5:58 am Post subject: |
|
|
| You can even change the colours, woo :) |
|
| Back to top |
|
 |
|