| Interface | Description |
|---|---|
| RepeatingReleasedEventsFixer.Reposted |
Marker interface that denotes that the
KeyEvent in question is reposted from some
AWTEventListener, including this. |
| Class | Description |
|---|---|
| GraphicsBitmap |
GraphicsBitmap contains the methods required to create a BufferedImage from a
String if the file exists
1.3 : Added acceleration for images using graphics card
|
| GraphicTimer |
Provides a way to get a fixed framerate when calling the
sync method in the game loop with the desired
frame-rate
Adapted from http://www.java-gaming.org/index.php?topic=22933.5 |
| RepeatingReleasedEventsFixer |
Fixes the discrepancies between keyboard handling under Windows and linux
for repeated keys.
|
| RepeatingReleasedEventsFixer.RepostedKeyEvent |
Dead simple extension of
KeyEvent that implements RepeatingReleasedEventsFixer.Reposted. |