Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

documentation for dpad? #21

Open
YAMLcase opened this issue Jan 18, 2020 · 1 comment
Open

documentation for dpad? #21

YAMLcase opened this issue Jan 18, 2020 · 1 comment

Comments

@YAMLcase
Copy link

I'm going to use the Kodi dpad layout item found here: https://github.com/unifiedremote/Remotes/blob/f7e1f85cf8e72eefae16b523bae7941181070e19/Main/Kodi Keyboard Dpad/layout.xml

Where's the documentation for this?

Thanks!

@pqvst
Copy link
Contributor

pqvst commented Jan 20, 2020

You should be able to add a dpad control like this:

<dpad onTap="select" icon="select">
  <item onTap="up"/>
  <item onTap="right"/>
  <item onTap="down"/>
  <item onTap="left"/>
</dpad>

Add actions in remote.lua for select, up, down, left, right

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants