Hi folks
Here's another question ;-( Its in the swap() routine, again ;-(
determined to get this working
Mark
main(){
pgInit();
pgRegisterApp();
pgEnterContext(); // context 1
create some buttons and pgBind 1 of them to entryList
pgEventLoop();
pgLeaveContext(); // context 1
}
Okay, it's done. Thanx
-philippe
> Actually, I think it would be fine if you permanently added the base rotation to the
>video mode flags. If you just do it with #ifdefs it will be no extra code when base
>rotation is disabled, and only a tiny amount with base rotation enabled. Also, this
>mig