Package engine.implementation

Examples of engine.implementation.SimpleRenderTarget


        setLayout(null);
    }

    /** Called every step before anything else. */
    private void beginStep() {
        screen = new SimpleRenderTarget((Graphics2D) bufferStrategy.getDrawGraphics());

        keyboard.poll();
        mouse.poll();
    }
View Full Code Here

TOP

Related Classes of engine.implementation.SimpleRenderTarget

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.