Package org.yajsdl.jna

Examples of org.yajsdl.jna.SDL_Rect$ByReference


    /**
     *
     * @return
     */
    public SDL_Rect toSource() {
        return new SDL_Rect( (short)this.x_, (short)this.y_, (short)this.width_, (short)this.height_ );
    }
View Full Code Here

TOP

Related Classes of org.yajsdl.jna.SDL_Rect$ByReference

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.