Home
last modified time | relevance | path

Searched defs:isMac (Results 1 – 5 of 5) sorted by relevance

/external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/utils/
DUIUtils.java9 static public boolean isMac = System.getProperty("os.name").contains("OS X"); field in UIUtils
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/
DDesignerPlugin.java65 boolean isWindows, boolean isMac, boolean isLinux) { in initialize()
/external/libgdx/gdx/src/com/badlogic/gdx/utils/
DSharedLibraryLoader.java39 static public boolean isMac = System.getProperty("os.name").contains("Mac"); field in SharedLibraryLoader
/external/libvncserver/webclients/novnc/include/
Dkeyboard.js20 function isMac() { function
/external/libgdx/backends/gdx-backend-jglfw/src/com/badlogic/gdx/backends/jglfw/
DJglfwGraphics.java43 static final boolean isMac = System.getProperty("os.name").contains("OS X"); field in JglfwGraphics