Search found 1 match
- Sat Jul 29, 2006 3:48 pm
- Forum: PSP Development
- Topic: Undocumented function oslDrawTextBox in Brunni's OSLib
- Replies: 0
- Views: 700
Undocumented function oslDrawTextBox in Brunni's OSLib
I've been working on a game using Brunni's "Old School Library". I found a function prototype in text.h called oslDrawTextBox that isn't mentioned anywhere in the documentation. Here is the prototype from text.h: extern void oslDrawTextBox(int x0, int y0, int x1, int y1, const char...