Talk:SDL:Tutorials:Complete 2D Engine Input Core
From GPWiki
The wiki is now hosted by GameDev.NET at wiki.gamedev.net. All gpwiki.org content has been moved to the new server. However, the GPWiki forums are still active! Come say hello. any examples of using the input class would be appreciated thanks ostamo1
if( input->IsKeyDown(KEY_A) ) { doSomething(); } |


