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

  /prebuilts/misc/windows/sdl2/test/
testshape.c 54 int button_down; local
148 button_down = 0;
161 button_down = 1;
167 if(button_down && event.type == SDL_KEYUP) {
168 button_down = 0;

Completed in 734 milliseconds