Skip to content

v0.2.0

Pre-release
Pre-release

Choose a tag to compare

@juli27 juli27 released this 06 Aug 04:00
· 681 commits to master since this 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)