Search results

Jump to: navigation, search

Page title matches

  • {{Usage|returns=bool|func=AreKeysLeft}} while (AreKeysLeft()) {
    798 bytes (97 words) - 22:10, 20 May 2013

Page text matches

  • AreKeysLeft()
    47 KB (7,074 words) - 02:44, 2 June 2013
  • * [[API:AreKeysLeft|AreKeysLeft]](): Check if keys are left in the key buffer.
    885 bytes (128 words) - 23:06, 30 May 2013
  • * AreKeysLeft()
    22 KB (3,436 words) - 03:54, 25 November 2013
  • while (AreKeysLeft()) * [[API:AreKeysLeft|AreKeysLeft]]()
    1 KB (183 words) - 22:39, 30 May 2013
  • * [[API:AreKeysLeft|AreKeysLeft]]()
    849 bytes (104 words) - 22:40, 30 May 2013
  • while (AreKeysLeft()) { * [[API:AreKeysLeft|AreKeysLeft]]()
    983 bytes (126 words) - 22:39, 30 May 2013
  • while (AreKeysLeft()) {
    801 bytes (107 words) - 22:39, 30 May 2013
  • {{Usage|returns=bool|func=AreKeysLeft}} while (AreKeysLeft()) {
    798 bytes (97 words) - 22:10, 20 May 2013
  • Best used with [[API:AreKeysLeft|AreKeysLeft]]() since this can block all execution until a key has been encountered. while (AreKeysLeft()) GetKey();
    820 bytes (102 words) - 22:16, 20 May 2013
  • * [[API:AreKeysLeft|AreKeysLeft]]()
    1 KB (199 words) - 22:01, 1 June 2013
  • while (AreKeysLeft())
    13 KB (1,899 words) - 22:29, 24 June 2013
  • while (AreKeysLeft()) while (!AreKeysLeft())
    1 KB (156 words) - 22:46, 24 June 2013
  • while (AreKeysLeft()) GetKey(); while (!AreKeysLeft())
    3 KB (431 words) - 05:25, 16 June 2015
  • while(AreKeysLeft()) ...while([[AreKeysLeft]]()) loop. The reason why this loop works is because [[AreKeysLeft]]() is always going to be false until a key has been hit. Once the key is h
    8 KB (1,128 words) - 17:21, 1 August 2017