com.buglabs.bug.jni.input
Class InputEvent
java.lang.Object
com.buglabs.bug.jni.input.InputEvent
public class InputEvent
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
time
public TimeVal time
type
public int type
code
public int code
value
public long value
EV_SYN
public static final byte EV_SYN
- See Also:
- Constant Field Values
EV_KEY
public static final byte EV_KEY
- See Also:
- Constant Field Values
EV_REL
public static final byte EV_REL
- See Also:
- Constant Field Values
EV_ABS
public static final byte EV_ABS
- See Also:
- Constant Field Values
EV_MSC
public static final byte EV_MSC
- See Also:
- Constant Field Values
EV_SW
public static final byte EV_SW
- See Also:
- Constant Field Values
EV_LED
public static final byte EV_LED
- See Also:
- Constant Field Values
EV_SND
public static final byte EV_SND
- See Also:
- Constant Field Values
EV_REP
public static final byte EV_REP
- See Also:
- Constant Field Values
EV_FF
public static final byte EV_FF
- See Also:
- Constant Field Values
EV_PWR
public static final byte EV_PWR
- See Also:
- Constant Field Values
EV_FF_STATUS
public static final byte EV_FF_STATUS
- See Also:
- Constant Field Values
EV_MAX
public static final byte EV_MAX
- See Also:
- Constant Field Values
InputEvent
public InputEvent()