Examples of AffordanceRemoveEvent


Examples of org.jdesktop.wonderland.modules.affordances.client.event.AffordanceRemoveEvent

                if (event.getEventType() == HUDEventType.CLOSED) {
                    // Tell all of the affordances to remove themselves by
                    // posting an event to the input system as such. Also tell
                    // the affordance panel it has closed
                    affordanceHUDPanel.closed();
                    InputManager.inputManager().postEvent(new AffordanceRemoveEvent());
                }
            }
        });

        // add affordances HUD panel to main HUD
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.