Package org.jdesktop.wonderland.client.jme.input

Examples of org.jdesktop.wonderland.client.jme.input.DropTargetDragEnterEvent3D


        if (pickInfo != null && !pickInfosEqual(pickInfo, dropPickInfoPrev) &&
            dropEvent instanceof DropTargetDragEvent)
        {
            // generate an enter event
            DropTargetDragEnterEvent3D e =
                    new DropTargetDragEnterEvent3D((DropTargetDragEvent) dropEvent);
            eventDistributor.enqueueEvent(e, pickInfo);
        }

        // forward along the actual event
        Event event = createWonderlandEvent(dropEvent);
View Full Code Here

TOP

Related Classes of org.jdesktop.wonderland.client.jme.input.DropTargetDragEnterEvent3D

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.