|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MouseMovement
Title: MouseMovement
Description: TODO
Copyright: Copyright (c) 2007
Method Summary | |
---|---|
void |
addInputMouseAction(InputMouseAction inputMouseAction,
int action)
addInputAction This method add an InputMouseAction to the MouseMovement, for the action. |
InputMouseAction[] |
getInputMouseActions()
getInputMouseActions This methods returns the list of InputMouseActions for this MouseMovement. |
Methods inherited from interface org.deken.game.movement.Movement |
---|
collideHorizontal, collideLayer, collideVertical, copy, getDirection, getGameVector, getXUpdate, getYUpdate, update |
Methods inherited from interface org.deken.game.Updateable |
---|
getName |
Methods inherited from interface org.deken.game.input.InputMouseListener |
---|
notifyListener |
Method Detail |
---|
InputMouseAction[] getInputMouseActions()
void addInputMouseAction(InputMouseAction inputMouseAction, int action)
inputMouseAction
- InputMouseActionaction
- int
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |