package utils
- Alphabetic
- Public
- Protected
Type Members
- class GraphicTimer extends AnyRef
Provides a way to get a fixed frame rate when calling the sync method in the game loop with the desired frame rate
Provides a way to get a fixed frame rate 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
- class GraphicsBitmap extends AnyRef
GraphicsBitmap contains the methods required to create a BufferedImage from a String if the file exists
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
- Version
1.3, April 2011
- class RepeatingReleasedEventsFixer extends AWTEventListener
Value Members
- object RepeatingReleasedEventsFixer
Fixes the discrepancies between keyboard handling under Windows and linux for repeated keys.
Fixes the discrepancies between keyboard handling under Windows and linux for repeated keys. Taken from http://tech.stolsvik.com/2010/05/linux-java-repeats-released-keyevents.html