v0.2.0
Pre-release
Pre-release
Added
- Windows x86-64 build support
Changed
- Renamed WindowMode enum constants
- FULLSCREEN to FULLSCREEN_EXCLUSIVE
- FULLSCREEN_BORDERLESS to FULLSCREEN
- renamed WindowDesc in Config from mainWindow to window
- moved Key and MouseButton enumerations from common/Types.h into their respective event header files
Removed
- Left/right variants of the shift, control, super and alt keys
- Repeat count for KeyPressedEvent
Fixed
- Null pointer dereference when destroying a D3D9 renderer (#3)