decrease visibility of classes

This commit is contained in:
Brian Matzon 2005-06-29 20:38:21 +00:00
parent 5811820e5b
commit e487a4a2b9
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ package org.lwjgl.input;
* *
* @author Kevin Glass * @author Kevin Glass
*/ */
public class ControllerEvent { class ControllerEvent {
/** Indicates the event was caused by a button */ /** Indicates the event was caused by a button */
public static final int BUTTON = 1; public static final int BUTTON = 1;
/** Indicates the event was caused by a axis */ /** Indicates the event was caused by a axis */

View File

@ -10,7 +10,7 @@ import net.java.games.input.Component;
* *
* @author Kevin Glass * @author Kevin Glass
*/ */
public class JInputController implements Controller { class JInputController implements Controller {
/** The JInput controller this class is wrapping */ /** The JInput controller this class is wrapping */
private net.java.games.input.Controller target; private net.java.games.input.Controller target;
/** The index that has been assigned to this controller */ /** The index that has been assigned to this controller */