Talk:SDL:Tutorials:Complete 2D Engine Input Core
From GDWiki
any examples of using the input class would be appreciated thanks ostamo1
I haven't messed with this engine in awhile but the basic idea is this:
if( input->IsKeyDown(KEY_A) ) { doSomething(); }

