Commit 51bd043f authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

TODO: keypad-movement + antialiasing can't be done better, apparently.

parent 073271c5
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -17,4 +17,6 @@ then resizing the window) causing imlib2 warnings.
remove it.

<keypad begin> antialieses the image, but doing that automatically upon
key release would be better.
key release would be better. However, I couldn't find a way to do that so far.
Even when holding down a key, everytime the eventloop runs I get a
KeyRelease event.