A B C D G I J L M N P R S T U V X 
All Classes All Packages

A

addListener(ControllerListener) - Method in interface be.yildizgames.module.controller.Controller
register a listener to receive event from the controller.
addListener(ControllerListener) - Method in class be.yildizgames.module.controller.internal.ControllerRunner
 

B

be.yildizgames.module.controller - package be.yildizgames.module.controller
 
be.yildizgames.module.controller.internal - package be.yildizgames.module.controller.internal
 
be.yildizgames.module.controller.jampad - package be.yildizgames.module.controller.jampad
 
button1() - Method in interface be.yildizgames.module.controller.ControllerMapper
 
button1() - Method in class be.yildizgames.module.controller.internal.ControllerRunner
Get the status of the button 1.
BUTTON1 - be.yildizgames.module.controller.ControllerInput
Button 1.
button2() - Method in interface be.yildizgames.module.controller.ControllerMapper
 
button2() - Method in class be.yildizgames.module.controller.internal.ControllerRunner
Get the status of the button 2.
BUTTON2 - be.yildizgames.module.controller.ControllerInput
Button 2.
button3() - Method in interface be.yildizgames.module.controller.ControllerMapper
 
button3() - Method in class be.yildizgames.module.controller.internal.ControllerRunner
Get the status of the button 3.
BUTTON3 - be.yildizgames.module.controller.ControllerInput
Button 3.
button4() - Method in interface be.yildizgames.module.controller.ControllerMapper
 
button4() - Method in class be.yildizgames.module.controller.internal.ControllerRunner
Get the status of the button 4.
BUTTON4 - be.yildizgames.module.controller.ControllerInput
Button 4.
buttonSelect() - Method in interface be.yildizgames.module.controller.ControllerMapper
 
buttonSelect() - Method in class be.yildizgames.module.controller.internal.ControllerRunner
Get the status of the button select.
buttonStart() - Method in interface be.yildizgames.module.controller.ControllerMapper
 
buttonStart() - Method in class be.yildizgames.module.controller.internal.ControllerRunner
Get the status of the button start.

C

Controller - Interface in be.yildizgames.module.controller
Controller.
controllerConnected() - Method in interface be.yildizgames.module.controller.ControllerListener
Triggered when the controller gets connected.
ControllerCurrentState - Interface in be.yildizgames.module.controller
Provide the controller current state, this object is internally mutable, so there is no need of a new instance to have the latest state.
controllerDisconnected() - Method in interface be.yildizgames.module.controller.ControllerListener
Triggered when the controller gets disconnected.
ControllerEngine - Interface in be.yildizgames.module.controller
Manage the controllers.
ControllerEngineProvider - Class in be.yildizgames.module.controller
 
ControllerEngineProvider() - Constructor for class be.yildizgames.module.controller.ControllerEngineProvider
 
ControllerInput - Enum in be.yildizgames.module.controller
Possible input on the controller.
ControllerListener - Interface in be.yildizgames.module.controller
Notify when the controller is updated.
ControllerMapper - Interface in be.yildizgames.module.controller
Map the keys to an action.
ControllerModel - Enum in be.yildizgames.module.controller
 
controllerPress1() - Method in interface be.yildizgames.module.controller.ControllerListener
Triggered when the controller button 1 is pressed.
controllerPress2() - Method in interface be.yildizgames.module.controller.ControllerListener
Triggered when the controller button 2 is pressed.
controllerPress3() - Method in interface be.yildizgames.module.controller.ControllerListener
Triggered when the controller button 3 is pressed.
controllerPress4() - Method in interface be.yildizgames.module.controller.ControllerListener
Triggered when the controller button 4 is pressed.
controllerPressDown() - Method in interface be.yildizgames.module.controller.ControllerListener
Triggered when the controller dpad down is pressed.
controllerPressLeft() - Method in interface be.yildizgames.module.controller.ControllerListener
Triggered when the controller dpad left is pressed.
controllerPressLeftStickDown() - Method in interface be.yildizgames.module.controller.ControllerListener
 
controllerPressLeftStickLeft() - Method in interface be.yildizgames.module.controller.ControllerListener
 
controllerPressLeftStickRight() - Method in interface be.yildizgames.module.controller.ControllerListener
 
controllerPressLeftStickUp() - Method in interface be.yildizgames.module.controller.ControllerListener
 
controllerPressRight() - Method in interface be.yildizgames.module.controller.ControllerListener
Triggered when the controller dpad right is pressed.
controllerPressSelect() - Method in interface be.yildizgames.module.controller.ControllerListener
Triggered when the controller button select is pressed.
controllerPressStart() - Method in interface be.yildizgames.module.controller.ControllerListener
Triggered when the controller button start is pressed.
controllerPressUp() - Method in interface be.yildizgames.module.controller.ControllerListener
Triggered when the controller dpad up is pressed.
controllerRelease1() - Method in interface be.yildizgames.module.controller.ControllerListener
Triggered when the controller button 1 is released.
controllerRelease2() - Method in interface be.yildizgames.module.controller.ControllerListener
Triggered when the controller button 2 is released.
controllerRelease3() - Method in interface be.yildizgames.module.controller.ControllerListener
Triggered when the controller button 3 is released.
controllerRelease4() - Method in interface be.yildizgames.module.controller.ControllerListener
Triggered when the controller button 4 is released.
controllerReleaseDown() - Method in interface be.yildizgames.module.controller.ControllerListener
Triggered when the controller dpad down is released.
controllerReleaseLeft() - Method in interface be.yildizgames.module.controller.ControllerListener
Triggered when the controller dpad left is released.
controllerReleaseLeftStickDown() - Method in interface be.yildizgames.module.controller.ControllerListener
 
controllerReleaseLeftStickLeft() - Method in interface be.yildizgames.module.controller.ControllerListener
 
controllerReleaseLeftStickRight() - Method in interface be.yildizgames.module.controller.ControllerListener
 
controllerReleaseLeftStickUp() - Method in interface be.yildizgames.module.controller.ControllerListener
 
controllerReleaseRight() - Method in interface be.yildizgames.module.controller.ControllerListener
Triggered when the controller dpad right is released.
controllerReleaseSelect() - Method in interface be.yildizgames.module.controller.ControllerListener
Triggered when the controller button select is released.
controllerReleaseStart() - Method in interface be.yildizgames.module.controller.ControllerListener
Triggered when the controller button start is released.
controllerReleaseUp() - Method in interface be.yildizgames.module.controller.ControllerListener
Triggered when the controller dpad up is released.
ControllerRunner - Class in be.yildizgames.module.controller.internal
 
ControllerRunner() - Constructor for class be.yildizgames.module.controller.internal.ControllerRunner
 

D

down() - Method in class be.yildizgames.module.controller.internal.ControllerRunner
Get the status of the dpad down button.

G

get() - Method in class be.yildizgames.module.controller.ControllerEngineProvider
 
getController1() - Method in interface be.yildizgames.module.controller.ControllerEngine
Provide the 1st controller.
getController1() - Method in class be.yildizgames.module.controller.jampad.JampadControllerManager
 
getController2() - Method in interface be.yildizgames.module.controller.ControllerEngine
Provide the 2nd controller.
getController2() - Method in class be.yildizgames.module.controller.jampad.JampadControllerManager
 
getController3() - Method in interface be.yildizgames.module.controller.ControllerEngine
Provide the 3rd controller.
getController3() - Method in class be.yildizgames.module.controller.jampad.JampadControllerManager
 
getController4() - Method in interface be.yildizgames.module.controller.ControllerEngine
Provide the 4th controller.
getController4() - Method in class be.yildizgames.module.controller.jampad.JampadControllerManager
 
getModel() - Method in interface be.yildizgames.module.controller.Controller
 
getState() - Method in interface be.yildizgames.module.controller.Controller
Provide the controller current state.
getState() - Method in class be.yildizgames.module.controller.internal.ControllerRunner
 

I

isButton1Pressed() - Method in interface be.yildizgames.module.controller.ControllerCurrentState
Check button 1.
isButton2Pressed() - Method in interface be.yildizgames.module.controller.ControllerCurrentState
Check button 2.
isButton3Pressed() - Method in interface be.yildizgames.module.controller.ControllerCurrentState
Check button 3.
isButton4Pressed() - Method in interface be.yildizgames.module.controller.ControllerCurrentState
Check button 4.
isButtonSelectPressed() - Method in interface be.yildizgames.module.controller.ControllerCurrentState
Check button select.
isButtonStartPressed() - Method in interface be.yildizgames.module.controller.ControllerCurrentState
Check button start.
isConnected() - Method in interface be.yildizgames.module.controller.Controller
Check if the controller is currently plugged in.
isPadDownPressed() - Method in interface be.yildizgames.module.controller.ControllerCurrentState
Check pad down.
isPadLeftPressed() - Method in interface be.yildizgames.module.controller.ControllerCurrentState
Check pad left.
isPadRightPressed() - Method in interface be.yildizgames.module.controller.ControllerCurrentState
Check pad right.
isPadUpPressed() - Method in interface be.yildizgames.module.controller.ControllerCurrentState
Check pad up.
isUsed() - Method in interface be.yildizgames.module.controller.Controller
Check if the controller is in use.
isUsed() - Method in class be.yildizgames.module.controller.internal.ControllerRunner
 

J

JampadControllerManager - Class in be.yildizgames.module.controller.jampad
 
JampadControllerManager() - Constructor for class be.yildizgames.module.controller.jampad.JampadControllerManager
 
JampadControllerModelMapper - Class in be.yildizgames.module.controller.jampad
 
JampadControllerModelMapper() - Constructor for class be.yildizgames.module.controller.jampad.JampadControllerModelMapper
 

L

left() - Method in class be.yildizgames.module.controller.internal.ControllerRunner
Get the status of the dpad left button.
leftStickDown() - Method in class be.yildizgames.module.controller.internal.ControllerRunner
 
leftStickLeft() - Method in class be.yildizgames.module.controller.internal.ControllerRunner
 
leftStickRight() - Method in class be.yildizgames.module.controller.internal.ControllerRunner
 
leftStickUp() - Method in class be.yildizgames.module.controller.internal.ControllerRunner
 

M

map(ControllerMapper) - Method in interface be.yildizgames.module.controller.Controller
Map the buttons if a change is required.
map(ControllerMapper) - Method in class be.yildizgames.module.controller.internal.ControllerRunner
 
map(String) - Method in class be.yildizgames.module.controller.jampad.JampadControllerModelMapper
 

N

NONE - be.yildizgames.module.controller.ControllerModel
 

P

PS4_CONTROLLER - be.yildizgames.module.controller.ControllerModel
 

R

right() - Method in class be.yildizgames.module.controller.internal.ControllerRunner
Get the status of the dpad right button.
run() - Method in class be.yildizgames.module.controller.internal.ControllerRunner
 

S

SELECT - be.yildizgames.module.controller.ControllerInput
Button select.
start(Runnable) - Method in interface be.yildizgames.module.controller.ThreadRunner
 
START - be.yildizgames.module.controller.ControllerInput
Button start.

T

ThreadRunner - Interface in be.yildizgames.module.controller
 

U

UNKNOWN - be.yildizgames.module.controller.ControllerModel
 
up() - Method in class be.yildizgames.module.controller.internal.ControllerRunner
Get the status of the dpad up button.
use() - Method in interface be.yildizgames.module.controller.Controller
Use this controller.
use() - Method in class be.yildizgames.module.controller.internal.ControllerRunner
 
use(ThreadRunner) - Method in interface be.yildizgames.module.controller.Controller
 
use(ThreadRunner) - Method in class be.yildizgames.module.controller.internal.ControllerRunner
 

V

valueOf(String) - Static method in enum be.yildizgames.module.controller.ControllerInput
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum be.yildizgames.module.controller.ControllerModel
Returns the enum constant of this type with the specified name.
values() - Static method in enum be.yildizgames.module.controller.ControllerInput
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum be.yildizgames.module.controller.ControllerModel
Returns an array containing the constants of this enum type, in the order they are declared.

X

XBOX1_CONTROLLER - be.yildizgames.module.controller.ControllerModel
 
A B C D G I J L M N P R S T U V X 
All Classes All Packages