Window creation: Difference between revisions

→‎[[Toka]]: Updated to work with Toka R1's SDL library bindings
(revert spam)
(→‎[[Toka]]: Updated to work with Toka R1's SDL library bindings)
Line 283:
included with Toka.
 
needs sdl
800 600 sdl_setup drop
needs case
 
sdl_event_size malloc is-data event
800 600 sdl_setup drop
 
#! Process events, exiting when the window is closed
[
event SDL_WaitEvent drop
 
event sdl_event_type switch
SDL_QUIT [ bye ] case
 
TRUE
] keep whileTrue
 
==[[Visual Basic .NET]]==
Anonymous user