Looks like the drawpixel function is what was causing nothing to appear. Once I moved on to blitting images things started working out much better.
Thanks to mrbrown for the link.
Search found 2 matches
- Tue Dec 13, 2005 10:04 am
- Forum: PSP Development
- Topic: Cursor Problem (SDL)
- Replies: 3
- Views: 2239
- Mon Dec 12, 2005 7:52 pm
- Forum: PSP Development
- Topic: Cursor Problem (SDL)
- Replies: 3
- Views: 2239
Cursor Problem (SDL)
A couple of days ago I decided to start learning how to use SDL. After a bit of searching, I found this topic. I went on ahead and started working on my own program to introduce myself, using the changes from the lesson2.cpp file that pspblizz provided. I managed to get something compiled rather eas...