Page 2 of 33

Re: love-android-sdl2 (native, 0.9.0)

Posted: Tue Jan 14, 2014 6:44 pm
by slime
jjmafiae wrote:Also is love.mouse counting as the touch thing?
Yeah, LÖVE/SDL triggers mouse pressed events for single touch-presses.

Re: love-android-sdl2 (native, 0.9.0)

Posted: Tue Jan 14, 2014 6:50 pm
by jjmafiae
Last time i was so excited was when i found löve, this day is a milestone in löve history!!

Re: love-android-sdl2 (native, 0.9.0)

Posted: Tue Jan 14, 2014 11:05 pm
by gianmichele
This is really cool, can't wait to try it.

Being it SDL2, does it mean that there will be a port for iOS too?

Re: love-android-sdl2 (native, 0.9.0)

Posted: Wed Jan 15, 2014 4:44 am
by norubal
Awesome itself. nice work! :awesome:

Re: love-android-sdl2 (native, 0.9.0)

Posted: Wed Jan 15, 2014 8:43 am
by padicao2010
awesome, it works well

and, how can I activate the virtual keyboard?

Re: love-android-sdl2 (native, 0.9.0)

Posted: Wed Jan 15, 2014 3:22 pm
by Ranguna259
How would I go about detecting if the menu key is being pressed ?

Re: love-android-sdl2 (native, 0.9.0)

Posted: Wed Jan 15, 2014 4:10 pm
by fysx
Ranguna259 wrote:How would I go about detecting if the menu key is being pressed ?
Heh, that is a very good question! Feel free to open an issue at https://bitbucket.org/MartinFelis/love-android-sdl2 so that I won't forget about this.
gianmichele wrote:Being it SDL2, does it mean that there will be a port for iOS too?
I guess you want to have a look at this: http://love2d.org/forums/viewtopic.php?f=12&t=76985
padicao2010 wrote:and, how can I activate the virtual keyboard?
Use love.keyboard.setTextInput(true) when you want to show it and set it to false if you want to hide it. New API will come that lets you specify the area more precisely (see the iOS port thread mentioned above).

Other than that: thanks for all the feedback!

Re: love-android-sdl2 (native, 0.9.0)

Posted: Wed Jan 15, 2014 6:33 pm
by Ranguna259
fysx wrote:Heh, that is a very good question! Feel free to open an issue at https://bitbucket.org/MartinFelis/love-android-sdl2 so that I won't forget about this.
Done :megagrin:

Re: love-android-sdl2 (native, 0.9.0)

Posted: Fri Jan 17, 2014 1:20 pm
by Enigma
Where can I find documentation of stuff you changed or add? All so is there anyway to flip the view from landscape to portrait?

[]

Posted: Fri Jan 17, 2014 1:28 pm
by bekey
-snip-