Bug#869539: love.keyboard.isDown("lctrl") always returns false
Phil Hagelberg
technomancy at gmail.com
Mon Jul 24 03:39:19 UTC 2017
Package: love
Version: 0.9.1-4
Severity: important
After upgrading to Debian Stretch, I have observed that no matter
whether I press the left ctrl key, the function love.keyboard.isDown("lctrl")
always returns false. Right ctrl is unaffected. Note that this is
likely a problem with one of love's dependencies, since it affects
every version I have tried, including 0.10.2 and current trunk, and
these versions worked fine on jessie.
To reproduce, run this:
cd /tmp
mkdir ctrltest
cd ctrltest
echo 'love.keypressed = function(k) print(k, love.keyboard.isDown("lctrl", "rctrl") and "control") end' > main.lua
love .
-- System Information:
Debian Release: 9.0
APT prefers stable-updates
APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 4.9.0-3-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
Versions of packages love depends on:
ii libc6 2.24-11+deb9u1
ii libdevil1c2 1.7.8-10+b2
ii libfreetype6 2.6.3-3.2
ii libgcc1 1:6.3.0-18
ii libgl1-mesa-glx [libgl1] 13.0.6-1+b2
ii libluajit-5.1-2 2.0.4+dfsg-1+b1
ii libmodplug1 1:0.8.8.5-3
ii libmpg123-0 1.23.8-1+b1
ii libopenal1 1:1.17.2-4+b2
ii libphysfs1 2.0.3-5
ii libsdl2-2.0-0 2.0.5+dfsg1-2
ii libstdc++6 6.3.0-18
ii libvorbisfile3 1.3.5-4
Versions of packages love recommends:
pn binfmt-support <none>
love suggests no packages.
-- no debconf information
More information about the Pkg-games-devel
mailing list