Package ast.ui

Examples of ast.ui.MouseCursor


    AssetStore.load();
    level = new Level();
    level.init(this);
    StateManager.init(level, this);
   
    MouseCursor c = new MouseCursor();
    try {
      Mouse.setNativeCursor(c.cursor);
    } catch (LWJGLException e) {
      e.printStackTrace();
    }
View Full Code Here

TOP

Related Classes of ast.ui.MouseCursor

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.