v1.5.0
Highlights:
- win:key_down, win:key_pressed, etc now use key scancodes instead of characters. This fixes issues with key presses not being detected on non english layouts. I will add functions to detect characters in a later change.
- Added new functions win:keys_pressed and win:keys_released.
- Fixed multiple window bug. Multiple windows seems to work on MS Windows too now.
Changes between v1.4.1 and v1.5.0:
976527a fix type in docs
f866b29 fix #97: typo in lua code
c465629 split generated font tables into multiple function to avoid luajit max constants limit
dfce261 fix segfault when closing a non-main window
2951e38 use scancodes for keys on linux, windows and mac builds
b028103 fix some gl invalid enum errors
6ad316b check for nil AVCaptureDeviceInput