Game Control Plus  1.2.2
 All Classes Namespaces Functions Variables Pages
net.java.games.input.RawInputEventQueue Class Reference

Classes

class  QueueThread
 

Public Member Functions

final void start (List devices) throws IOException
 

Private Member Functions

final RawDevice lookupDevice (long handle)
 
final void addMouseEvent (long handle, long millis, int flags, int button_flags, int button_data, long raw_buttons, long last_x, long last_y, long extra_information)
 
final void addKeyboardEvent (long handle, long millis, int make_code, int flags, int vkey, int message, long extra_information)
 
final void poll (DummyWindow window) throws IOException
 
final native void nPoll (long hwnd_handle) throws IOException
 

Static Private Member Functions

static final void registerDevices (DummyWindow window, RawDeviceInfo[] devices) throws IOException
 
static final native void nRegisterDevices (int flags, long hwnd_addr, RawDeviceInfo[] devices) throws IOException
 

Private Attributes

final Object monitor = new Object()
 
List devices
 

Detailed Description

Java wrapper of RAWDEVICELIST

Author
elias
Version
1.0