mirror of
https://github.com/love2d/love.git
synced 2026-08-14 10:13:46 +02:00
Fixed bug where disabling keyboard would prevent any handlers from being created.
This commit is contained in:
@@ -241,7 +241,7 @@ function love.init()
|
||||
end
|
||||
end
|
||||
|
||||
if love.keyboard then
|
||||
if love.event then
|
||||
love.createhandlers()
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user