All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.simsilica.lemur.event.LemurProtectedSupport Maven / Gradle / Ivy

There is a newer version: 2.6.1
Show newest version
package com.simsilica.lemur.event;

import com.jme3.input.event.MouseButtonEvent;

import java.util.List;

/**
 * This is just to provide a way in to get protected methods
 */
public class LemurProtectedSupport{

    public static PickEventSession getSession(BasePickState pickState){
        return pickState.getSession();
    }

    public static List getPickRoots(PickEventSession session){
        return session.getRootList();
    }


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy