HomeSort by relevance Sort by last modified time
    Searched refs:getRelativeX (Results 1 - 4 of 4) sorted by null

  /external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/
GwtInput.java 451 protected int getRelativeX (NativeEvent e, CanvasElement target) {
464 protected int getRelativeX (Touch touch, CanvasElement target) {
466 return Math.round(xScaleRatio * touch.getRelativeX(target));
503 float mouseX = getRelativeX(e, canvas);
520 this.touchX[0] = getRelativeX(e, canvas);
534 this.deltaX[0] = getRelativeX(e, canvas) - touchX[0];
536 this.touchX[0] = getRelativeX(e, canvas);
558 this.deltaX[0] = getRelativeX(e, canvas) - touchX[0];
560 this.touchX[0] = getRelativeX(e, canvas);
623 touchX[touchId] = getRelativeX(touch, canvas);
    [all...]
  /frameworks/native/services/inputflinger/
InputReader.h 712 inline int32_t getRelativeX() const { return mRelX; }
737 inline int32_t getRelativeX() const { return mRelX; }
    [all...]
InputReader.cpp     [all...]
  /external/libgdx/backends/gdx-backends-gwt/libs/
gwt-user.jar 

Completed in 3181 milliseconds