motejx.extensions.nunchuk
Class NunchukButtonEvent
java.lang.Object
motejx.extensions.nunchuk.NunchukButtonEvent
public class NunchukButtonEvent
- extends Object
- Author:
- Volker Fritzsch
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NO_BUTTON
public static final int NO_BUTTON
- See Also:
- Constant Field Values
BUTTON_C
public static final int BUTTON_C
- See Also:
- Constant Field Values
BUTTON_Z
public static final int BUTTON_Z
- See Also:
- Constant Field Values
NunchukButtonEvent
public NunchukButtonEvent(Nunchuk source,
int modifiers)
getButton
public int getButton()
getSource
public Nunchuk getSource()
isButtonCPressed
public boolean isButtonCPressed()
isButtonZPressed
public boolean isButtonZPressed()
isNoButtonPressed
public boolean isNoButtonPressed()
Copyright © 2007-2009 Volker Fritzsch. All Rights Reserved.