Kodi Community Forum
Condition for Enable Mouse Touch Screen Support Setting - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Skinning (https://forum.kodi.tv/forumdisplay.php?fid=12)
+--- Thread: Condition for Enable Mouse Touch Screen Support Setting (/showthread.php?tid=201758)



Condition for Enable Mouse Touch Screen Support Setting - DjCisco - 2014-08-09

Hi Community,

is there a way to know it the user has enabled the Mouse and Touch Screen Support?

I have a set of buttons that I wish to display only if the user has enabled that option, so I need to know the value of that setting to use it in a visibility tag.

thanks


RE: Condition for Enable Mouse Touch Screen Support Setting - ronie - 2014-08-09

system.getbool(input.enablemouse)


RE: Condition for Enable Mouse Touch Screen Support Setting - DjCisco - 2014-08-10

Thank you very much