Search results

Jump to: navigation, search

Page title matches

  • {{Usage|returns=boolean|func=IsKeyPressed|params=key}} if (IsKeyPressed(KEY_ENTER))
    1 KB (199 words) - 22:01, 1 June 2013

Page text matches

  • IsKeyPressed(key)
    47 KB (7,074 words) - 02:44, 2 June 2013
  • * [[API:IsKeyPressed|IsKeyPressed]](''key''): Check if the given ''key'' is being held down.
    885 bytes (128 words) - 23:06, 30 May 2013
  • * IsKeyPressed(key)
    22 KB (3,436 words) - 03:54, 25 November 2013
  • while (!IsKeyPressed(KEY_ESCAPE)) * [[API:IsKeyPressed|IsKeyPressed]]()
    1 KB (183 words) - 22:39, 30 May 2013
  • * [[API:IsKeyPressed|IsKeyPressed]]()
    849 bytes (104 words) - 22:40, 30 May 2013
  • while (!IsKeyPressed(KEY_ESCAPE)) * [[API:IsKeyPressed|IsKeyPressed]]()
    983 bytes (126 words) - 22:39, 30 May 2013
  • while (!IsKeyPressed(KEY_ESCAPE)) * [[API:IsKeyPressed|IsKeyPressed]]()
    801 bytes (107 words) - 22:39, 30 May 2013
  • while (!IsKeyPressed(KEY_ESCAPE) { * [[API:IsKeyPressed|IsKeyPressed]]()
    1 KB (151 words) - 21:46, 24 June 2013
  • while (!IsKeyPressed(KEY_ESCAPE)) { * [[API:IsKeyPressed|IsKeyPressed]]()
    687 bytes (91 words) - 21:05, 4 June 2013
  • {{Usage|returns=boolean|func=IsKeyPressed|params=key}} if (IsKeyPressed(KEY_ENTER))
    1 KB (199 words) - 22:01, 1 June 2013
  • ...KeyPressed() can not receive which key was pressed! Use [[API:IsKeyPressed|IsKeyPressed]]() or [[API:GetKey|GetKey]]() for that. * [[API:IsKeyPressed|IsKeyPressed]]()
    771 bytes (112 words) - 22:01, 1 June 2013
  • while (!IsKeyPressed(KEY_ESCAPE)) { * [[API:IsKeyPressed|IsKeyPressed]]()
    887 bytes (113 words) - 21:05, 4 June 2013
  • while (!IsKeyPressed(KEY_ESCAPE)) { * [[API:IsKeyPressed|IsKeyPressed]]()
    952 bytes (111 words) - 21:07, 4 June 2013
  • if (IsKeyPressed(KEY_R))
    5 KB (744 words) - 00:44, 8 June 2013
  • if (IsKeyPressed(KEY_ENTER))
    13 KB (1,899 words) - 22:29, 24 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