com.buglabs.bug.jni.input
Class InputEvent

java.lang.Object
  extended by com.buglabs.bug.jni.input.InputEvent

public class InputEvent
extends java.lang.Object


Field Summary
 int code
           
static byte EV_ABS
           
static byte EV_FF
           
static byte EV_FF_STATUS
           
static byte EV_KEY
           
static byte EV_LED
           
static byte EV_MAX
           
static byte EV_MSC
           
static byte EV_PWR
           
static byte EV_REL
           
static byte EV_REP
           
static byte EV_SND
           
static byte EV_SW
           
static byte EV_SYN
           
 TimeVal time
           
 int type
           
 long value
           
 
Constructor Summary
InputEvent()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

InputEvent

public InputEvent()