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

  /external/qemu/distrib/sdl-1.2.15/src/video/riscos/
SDL_riscosevents.c 356 int which_key = ROKEY_LEFT_SHIFT; local
362 while (which_key <= ROKEY_LAST_KEY)
364 which_key = (_kernel_osbyte(121, which_key, 0) & 0xFF);
365 if (which_key != ROKEY_NONE)
367 switch(which_key)
373 which_key = ROKEY_RIGHT_MOUSE;
385 RO_pressed[which_key] += 2;
388 which_key++;

Completed in 54 milliseconds