com.badlogic.gdx.utils
Class GdxNativesLoader

java.lang.Object
  extended by com.badlogic.gdx.utils.GdxNativesLoader

public class GdxNativesLoader
extends Object


Field Summary
static boolean disableNativesLoading
           
 
Constructor Summary
GdxNativesLoader()
           
 
Method Summary
static void load()
          Loads the libgdx native libraries if they have not already been loaded.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

disableNativesLoading

public static boolean disableNativesLoading
Constructor Detail

GdxNativesLoader

public GdxNativesLoader()
Method Detail

load

public static void load()
Loads the libgdx native libraries if they have not already been loaded.



Copyright © 2013. All Rights Reserved.