sdljava.event
public final class SDLEventType extends Object
| Field Summary | |
|---|---|
| static int | ACTIVEEVENT |
| static int | JOYAXISMOTION |
| static int | JOYBALLMOTION |
| static int | JOYBUTTONDOWN |
| static int | JOYBUTTONUP |
| static int | JOYHATMOTION |
| static int | KEYDOWN |
| static int | KEYUP |
| static int | MOUSEBUTTONDOWN |
| static int | MOUSEBUTTONUP |
| static int | MOUSEMOTION |
| static int | QUIT |
| static int | SYSWMEVENT |
| static int | VIDEOEXPOSE |
| static int | VIDEORESIZE |