HomeSort by relevance Sort by last modified time
    Searched full:ro_pressed (Results 1 - 1 of 1) sorted by null

  /external/qemu/distrib/sdl-1.2.15/src/video/riscos/
SDL_riscosevents.c 71 static char RO_pressed[ROKEYBD_ARRAYSIZE];
214 SDL_memset(RO_pressed, 0, ROKEYBD_ARRAYSIZE);
385 RO_pressed[which_key] += 2;
398 if (RO_pressed[j])
400 if (RO_pressed[j] == 1)
402 RO_pressed[j] = 0;
415 if (RO_pressed[j])
417 if (RO_pressed[j] == 2)
421 RO_pressed[j] = 1;

Completed in 436 milliseconds