Search found 1 match
- Fri Mar 05, 2021 6:44 am
- Forum: Support and Development
- Topic: How do I input the "Control" key in Love? as in love.keyboard.isDown("ctrl")
- Replies: 1
- Views: 2324
How do I input the "Control" key in Love? as in love.keyboard.isDown("ctrl")
How do I input the "Control" key in Love (e.g. love.keyboard.isDown("ctrl")? I've tested with "ctrl" but it is not that, and I've Google and searched in these forums, but can not find it. I'm trying to use it as such in the code below: if love.keyboard.isDown("f&qu...