HomeSort by relevance Sort by last modified time
    Searched defs:posx (Results 1 - 2 of 2) sorted by null

  /external/qemu/distrib/sdl-1.2.12/src/video/gem/
SDL_gemevents.c 325 int posx, posy; local
328 posx = mx - x2;
329 if (posx<0) posx = 0;
330 if (posx>w2) posx = w2-1;
335 SDL_PrivateMouseMotion(0, 0, posx, posy);
  /external/ganymed-ssh2/examples/
SwingShell.java 188 int posx = 0; field in class:SwingShell.TerminalDialog.RemoteConsumer
198 if (posx < 0)
200 posx--;
206 posx = 0;
230 if (posx >= x)
232 posx = 0;
252 lines[posy][posx] = c;
253 posx++;

Completed in 289 milliseconds