Examples of ActorEventSource


Examples of com.netthreads.libgdx.event.ActorEventSource

    // This required Graphics context.
    spriteBatch = new SpriteBatch();

    // Director maintains event source.
    eventSource = new ActorEventSource();

    // These are scale factors for adjusting touch events to the actual size
    // of the view-port.
    scaleFactorX = 1;
    scaleFactorY = 1;
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.