Awesome software Matt. Here are some feature requests.
be able to lock the screen. Sometimes I hold the ipod horizontally but the screen swithces back to portrait mode. It would be nice to be able to lock it and maybe even switch the view from landscape to portrait with a button.
Wired mode. Communicate through cable. Sometimes I am in areas with no WiFi. It would be awesome to be able to still use Corona Remote.
Switch the needle between all 3 axis. Be able to switch the needle display between any axis. It seems it’s locked on y when in Landscape and x when in portrait.
Unfortunately at the moment this is the only way it can work. I can only support what Corona supports. Bluetooth would be the ideal connection. If and when Ansca adopt new features I will look at integrating them as I did with the async http for a better connection.
The needle? That is the compass, I added that in 1.1 It points to magnetic north. There is a demo on the website. ( if thats not what you mean let me know )
Thanks for the feedback!
Matt [import]uid: 5354 topic_id: 5930 reply_id: 20426[/import]
(multi) touch support for the screen
or
a virtual joystick.
I’m working on a platform game.
Is it possible to listen for keypresses in corona? That would speed up testing during development a lot. [import]uid: 5942 topic_id: 5930 reply_id: 36071[/import]
There is an onscreen joystick that works in the simulator in the code exchange I did to help with simulating games.
For touch I need to rewrite the remote while will take time unfortunately, ive tried a few different ways with the current setup but the code was not meant for touch and its hard to get Corona working with it.
Its all to do with the connection and what gets sent, not each portion of a touch is read, only one every 30th of a second. If the remote only connects 15 times a second it can miss things such as the end of the touch. The current remote only transmits current info at the time of the connection and not what happens in between. [import]uid: 5354 topic_id: 5930 reply_id: 38103[/import]