I'm terribly sorry for the small and frequent updates. But I found some issues while jumping between Linux (which is my primary platform these days) and Windows.
This fix is for both Linux and Windows:
This is for Windows only:
When using the keydown function to check whether an alphabetical key is being pressed, rather use, for example, VK_a, than "A". This is for platform compatibility reasons. The truth is that keyboard input works much better on Linux than it ever did on Windows. I will make a big overhaul for Windows regarding this soon.
Windows: http://naalaa.com/msi/N6_1_0_3.msi
Linux: http://naalaa.com/release/naalaa6_1.0.3_x86_64.tar.gz
I promise I won't release another update for atleast a month now
This fix is for both Linux and Windows:
- The filled ellipses drawn with draw ellipse now looks much smoother (I noticed some asymmetry)
This is for Windows only:
- The Keycodes library has been updated with they keys VK_a to VK_z
When using the keydown function to check whether an alphabetical key is being pressed, rather use, for example, VK_a, than "A". This is for platform compatibility reasons. The truth is that keyboard input works much better on Linux than it ever did on Windows. I will make a big overhaul for Windows regarding this soon.
Windows: http://naalaa.com/msi/N6_1_0_3.msi
Linux: http://naalaa.com/release/naalaa6_1.0.3_x86_64.tar.gz
I promise I won't release another update for atleast a month now
