Raffaello / sdl2-vga-terminal

SDL2 VGA Terminal
MIT License
6 stars 1 forks source link

create a callback method to handle the main eventloop. #154

Open Raffaello opened 4 years ago

Raffaello commented 4 years ago

consider the main eventloop to be run within the Window/VgaTerminal with a reference to external function callback/mainLoop. So for free having the handling events and the cursor, without setting up the "same" main event loop that uses the lib. sort of...