Hi
Could anyone point me to documentation and samples Brightscript code for detecting the presence and then interpreting the movements from a remote handset?
E.g (like Roku 2 and 3) that feature this movement capability - not sure what the correct term for it is.
This is not currently available as a public api, except via https://www.madewithmarmalade.com/
“RokuJoel” wrote:
This is not currently available as a public api, except via https://www.madewithmarmalade.com/
- JoelA bit shortsighted on Roku’s part IMO. I would have built a keyboard with a mouse-like cursor already ( couldn’t have been that much more work than the one I already built) and probably would have open-sourced it here to thank folks for all the help Ive gotten on this board. That is in the unlikely event someone didn’t beat me to it.
Instead… No soup for us!
Really not clear on what the big secret is.
“squirreltown” wrote:
Really not clear on what the big secret is.
No big secret, just the APIs we have in place for brightscript are not quite up to par with the rest of the SDK, and we don’t want to release anything that we would have to change in the future and break published channels.
Not sure what you mean about a keyboard. If you wanted to pass in motion events from a home built device or an IOS app over the tcp/ip network, that info is documented in the ECP Guidlines
You mentioned something about building a device:> “squirreltown” wrote:
I would have built a keyboard with a mouse-like cursor already ( couldn’t have been that much more work than the one I already built) and probably would have open-sourced it here