Search results

Jump to: navigation, search
  • if (IsKeyPressed(KEY_R))
    5 KB (744 words) - 00:44, 8 June 2013
  • Keyboard state polling (as in IsKeyPressed()) can be handled with getting the keystate and comparing keysyms.
    9 KB (1,462 words) - 09:13, 27 July 2014
  • while(!IsKeyPressed(KEY_ESCAPE)) while(!IsKeyPressed(KEY_ESCAPE))
    8 KB (1,128 words) - 17:21, 1 August 2017
  • if (IsKeyPressed(KEY_LEFT)) // move left else if (IsKeyPressed(KEY_RIGHT)) // move right
    10 KB (1,429 words) - 10:56, 4 March 2014