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

  /external/libgdx/backends/gdx-backend-lwjgl3/src/com/badlogic/gdx/backends/lwjgl3/
Lwjgl3Clipboard.java 31 return GLFW.glfwGetClipboardString(((Lwjgl3Graphics)Gdx.graphics).getWindow().getWindowHandle());
36 GLFW.glfwSetClipboardString(((Lwjgl3Graphics)Gdx.graphics).getWindow().getWindowHandle(), content);
Lwjgl3Graphics.java 84 GLFW.glfwSetFramebufferSizeCallback(window.getWindowHandle(), resizeCallback);
99 GLFW.glfwGetFramebufferSize(window.getWindowHandle(), tmpBuffer, tmpBuffer2);
102 GLFW.glfwGetWindowSize(window.getWindowHandle(), tmpBuffer, tmpBuffer2);
255 GLFW.glfwGetWindowPos(window.getWindowHandle(), tmpBuffer, tmpBuffer2);
258 GLFW.glfwGetWindowSize(window.getWindowHandle(), tmpBuffer, tmpBuffer2);
316 GLFW.glfwSetWindowSize(window.getWindowHandle(), displayMode.width, displayMode.height);
330 GLFW.glfwSetWindowSize(window.getWindowHandle(), width, height);
344 long oldHandle = window.getWindowHandle();
370 GLFW.glfwSetWindowTitle(window.getWindowHandle(), title);
426 return GLFW.glfwGetWindowMonitor(window.getWindowHandle()) != 0
    [all...]
Lwjgl3Input.java 166 windowHandleChanged(window.getWindowHandle());
181 GLFW.glfwSetKeyCallback(window.getWindowHandle(), keyCallback);
182 GLFW.glfwSetCharCallback(window.getWindowHandle(), charCallback);
183 GLFW.glfwSetScrollCallback(window.getWindowHandle(), scrollCallback);
184 GLFW.glfwSetCursorPosCallback(window.getWindowHandle(), cursorPosCallback);
185 GLFW.glfwSetMouseButtonCallback(window.getWindowHandle(), mouseButtonCallback);
245 return GLFW.glfwGetMouseButton(window.getWindowHandle(), GLFW.GLFW_MOUSE_BUTTON_1) == GLFW.GLFW_PRESS ||
246 GLFW.glfwGetMouseButton(window.getWindowHandle(), GLFW.GLFW_MOUSE_BUTTON_2) == GLFW.GLFW_PRESS ||
247 GLFW.glfwGetMouseButton(window.getWindowHandle(), GLFW.GLFW_MOUSE_BUTTON_3) == GLFW.GLFW_PRESS ||
248 GLFW.glfwGetMouseButton(window.getWindowHandle(), GLFW.GLFW_MOUSE_BUTTON_4) == GLFW.GLFW_PRESS |
    [all...]
Lwjgl3Window.java 228 long getWindowHandle() {
Lwjgl3Application.java 124 GLFW.glfwMakeContextCurrent(window.getWindowHandle());
326 Lwjgl3Window window = createWindow(appConfig, listener, windows.get(0).getWindowHandle());
  /external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/includes/win32/
Win32InputManager.h 73 HWND getWindowHandle() { return hWnd; }
  /external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/src/com/badlogic/gdx/controllers/desktop/ois/
OisTest.java 34 ois = new Ois(OisControllers.getWindowHandle());
  /external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/src/com/badlogic/gdx/controllers/desktop/
OisControllers.java 43 long hwnd = getWindowHandle();
71 long newWindowHandle = getWindowHandle();
231 static public long getWindowHandle () {
  /external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/win32/
Win32Mouse.cpp 62 mHwnd = ((Win32InputManager*)mCreator)->getWindowHandle();
Win32KeyBoard.cpp 57 HWND hwin = ((Win32InputManager*)mCreator)->getWindowHandle();
Win32JoyStick.cpp 120 HWND hwin = ((Win32InputManager*)mCreator)->getWindowHandle();
  /prebuilts/tools/common/m2/repository/org/seleniumhq/selenium/selenium-htmlunit-driver/2.42.2/
selenium-htmlunit-driver-2.42.2.jar 
  /prebuilts/tools/common/m2/repository/org/seleniumhq/selenium/selenium-api/2.42.2/
selenium-api-2.42.2.jar 
  /prebuilts/tools/common/m2/repository/org/seleniumhq/selenium/selenium-remote-driver/2.42.2/
selenium-remote-driver-2.42.2.jar 

Completed in 1449 milliseconds