Package com.netthreads.libgdx.event

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

Related Classes of com.netthreads.libgdx.event.ActorEventSource

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.