Game Control Plus  1.2.2
 All Classes Namespaces Functions Variables Pages
net.java.games.input.DIMouse Class Reference
Inheritance diagram for net.java.games.input.DIMouse:

Public Member Functions

final void pollDevice () throws IOException
 
- Public Member Functions inherited from net.java.games.input.Mouse
Type getType ()
 
Component getX ()
 
Component getY ()
 
Component getWheel ()
 
Component getLeft ()
 
Component getRight ()
 
Component getMiddle ()
 
Component getSide ()
 
Component getExtra ()
 
Component getForward ()
 
Component getBack ()
 
- Public Member Functions inherited from net.java.games.input.AbstractController
final Controller[] getControllers ()
 
final Component[] getComponents ()
 
final Component getComponent (Component.Identifier id)
 
final Rumbler[] getRumblers ()
 
PortType getPortType ()
 
int getPortNumber ()
 
final String getName ()
 
String toString ()
 
final void setEventQueueSize (int size)
 
final EventQueue getEventQueue ()
 
synchronized boolean poll ()
 

Protected Member Functions

 DIMouse (IDirectInputDevice device, Component[] components, Controller[] children, Rumbler[] rumblers)
 
final boolean getNextDeviceEvent (Event event) throws IOException
 
final void setDeviceEventQueueSize (int size) throws IOException
 
- Protected Member Functions inherited from net.java.games.input.Mouse
 Mouse (String name, Component[] components, Controller[] children, Rumbler[] rumblers)
 
- Protected Member Functions inherited from net.java.games.input.AbstractController
 AbstractController (String name, Component[] components, Controller[] children, Rumbler[] rumblers)
 
void setDeviceEventQueueSize (int size) throws IOException
 
void pollDevice () throws IOException
 

Private Attributes

final IDirectInputDevice device
 

Additional Inherited Members

- Static Package Attributes inherited from net.java.games.input.AbstractController
static final int EVENT_QUEUE_DEPTH = 32
 

Detailed Description

Author
elias
Version
1.0