love-android-sdl2 (native, 0.9.2)
Re: love-android-sdl2 (native, 0.9.0)
Does this only work on the main Phone Storage, I can't seem to get it to work from Card.
PM me on here or elsewhere if you'd like to discuss porting your game to Nintendo Switch via mazette!
personal page and a raycaster
personal page and a raycaster
- Ranguna259
- Party member
- Posts: 911
- Joined: Tue Jun 18, 2013 10:58 pm
- Location: I'm right next to you
Re: love-android-sdl2 (native, 0.9.0)
Yep documentation would be good but this is still experimental and I'm guessing that some functions might be changed once fysx ports slimes touch API to this port so we'll just have to wait a little bit to write some docs on this.
Re: love-android-sdl2 (native, 0.9.0)
Yea I get that but how are we suppose to experiment with it when we don't know what functions we can use? Just saying it would be nice.Ranguna259 wrote:Yep documentation would be good but this is still experimental and I'm guessing that some functions might be changed once fysx ports slimes touch API to this port so we'll just have to wait a little bit to write some docs on this.
- Ranguna259
- Party member
- Posts: 911
- Joined: Tue Jun 18, 2013 10:58 pm
- Location: I'm right next to you
Re: love-android-sdl2 (native, 0.9.0)
Hmmm... I found these functions somewhere I don't remember.
Basicly
Those are callbacks, dunno what fingermotion does and I don't know what 'b' is either (maybe multitouch ?), fysx could you shed some light onto us here ?
Basicly
Code: Select all
love.fingerpressed(x,y,b)
love.fingerreleased(x,y,b)
love.fingermotion(x,y,b)
Re: love-android-sdl2 (native, 0.9.0)
also if someone want's to know:
linux._os returns "Linux"
linux._os returns "Linux"
- Ranguna259
- Party member
- Posts: 911
- Joined: Tue Jun 18, 2013 10:58 pm
- Location: I'm right next to you
Re: love-android-sdl2 (native, 0.9.0)
Yeah I've already posted an issue on the bitbucket's repo about this, so let's patiently wait
About key outputs: the Menu/Settings key returns "Menu", the return/back key returns "escape", I still don't know what the search key return because I don't have any phone with a search key, as soon as I get one I'll test it.
About key outputs: the Menu/Settings key returns "Menu", the return/back key returns "escape", I still don't know what the search key return because I don't have any phone with a search key, as soon as I get one I'll test it.
Re: love-android-sdl2 (native, 0.9.0)
When writing files everything is written into the internal storage (see http://developer.android.com/guide/topi ... orage.html for details). I plan to add a config value which let's you specify whether your writable directory should be the internal or external storage. Note internal and external storage have nothing to do with sd-cards. It's just whether the directory can be accessed from other apps such as file managers, etc. Also it does not have anything todo where your app is being installed.Davidobot wrote:Does this only work on the main Phone Storage, I can't seem to get it to work from Card.
Yes, b is the actual "finger".Ranguna259 wrote:Those are callbacks, dunno what fingermotion does and I don't know what 'b' is either (maybe multitouch ?), fysx could you shed some light onto us here ?Code: Select all
love.fingerpressed(x,y,b) love.fingerreleased(x,y,b) love.fingermotion(x,y,b)
Bird thing: @fysxdotorg Blog thing: fysx.org
Re: love-android-sdl2 (native, 0.9.0)
This is the best thing in the entire universe.
- slime
- Solid Snayke
- Posts: 3161
- Joined: Mon Aug 23, 2010 6:45 am
- Location: Nova Scotia, Canada
- Contact:
Re: love-android-sdl2 (native, 0.9.0)
When are you going to replace that with the love.touch stuff?fysx wrote:Yes, b is the actual "finger".
[also, for anyone using current or future touch APIs, the touch/finger ID is only valid/unique for the duration of the touch press.]
- Ranguna259
- Party member
- Posts: 911
- Joined: Tue Jun 18, 2013 10:58 pm
- Location: I'm right next to you
Re: love-android-sdl2 (native, 0.9.0)
What's the ID variable type ? Number ? If so the function wont rearrange the IDs if a finger stops touching the screen, right (if I touch the screen with two fingers and lift the first finger the ID of the second one will still be "2" or will it change to "1", I just realy need to be sure ) ?slime wrote:When are you going to replace that with the love.touch stuff?fysx wrote:Yes, b is the actual "finger".
[also, for anyone using current or future touch APIs, the touch/finger ID is only valid/unique for the duration of the touch press.]
Who is online
Users browsing this forum: No registered users and 0 guests