mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-03-02 11:34:38 +01:00
decrease visibility of classes
This commit is contained in:
parent
5811820e5b
commit
e487a4a2b9
|
|
@ -5,7 +5,7 @@ package org.lwjgl.input;
|
|||
*
|
||||
* @author Kevin Glass
|
||||
*/
|
||||
public class ControllerEvent {
|
||||
class ControllerEvent {
|
||||
/** Indicates the event was caused by a button */
|
||||
public static final int BUTTON = 1;
|
||||
/** Indicates the event was caused by a axis */
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ import net.java.games.input.Component;
|
|||
*
|
||||
* @author Kevin Glass
|
||||
*/
|
||||
public class JInputController implements Controller {
|
||||
class JInputController implements Controller {
|
||||
/** The JInput controller this class is wrapping */
|
||||
private net.java.games.input.Controller target;
|
||||
/** The index that has been assigned to this controller */
|
||||
|
|
|
|||
Loading…
Reference in a new issue