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
}
Hi folks
Today I wanna ask about context management. Here's a pseudocode skeleton of
the code I'm working on. The question is in the swap() routine.
inching ever closer to success
Mark
main(){
pgInit();
pgRegisterApp();
pgEnterContext(); // context 1
create some buttons and pgBind