Search found 2 matches
- Sun Jan 28, 2018 7:23 pm
- Forum: Support and Development
- Topic: Touchbar breaks fullscreen on Android
- Replies: 1
- Views: 2571
Touchbar breaks fullscreen on Android
Hello! I've been getting my game from Windows to Android, and it works! But there is just one problem. This is what I use to make it fullscreen and then get the monitor / screen / device dimensions. love.window.setMode(0, 0, {fullscreen=true, borderless=true}) screen_width = love.graphics.getWidth()...
- Sat Jan 27, 2018 8:08 pm
- Forum: Support and Development
- Topic: How to work with touch-screens?
- Replies: 2
- Views: 2550
How to work with touch-screens?
I've been having an idea for an Android game and I've really started to like LÖVE. Can anyone explain to me in-depth what functions to use and stuff when a touch screen (Android) is tapped on? Currently I have it like: if love.mousepressed then -- do something end But that doesn't work. I'm not quit...