Is it possible to remove the mouse not supported warning
#1
Problem: The skin I'm using (Embuary for Matrix but it shouldn't matter which skin it is) shows a red Warning "Mouse not supported". Funny thing is I can use the mouse and more importantly the touchscreen of my convertible just fine, except for the warning.
I don't want to disable mouse/touch support (because it works and I kinda need it in tablet mode), but I really get triggered by the red warning notification.

How does Kodi decide if a skin supports mouse and touch? If it is specified by the skin maintainer it should be possible to change this on my device, right? Can someone point me in the right direction?
Reply
#2
try Pointer.xml
xml:

<?xml version="1.0" encoding="UTF-8"?>
<window>
    <controls>
        <control type="image" id="1">
            <description>Pointer</description>
            <left>-10</left>
            <width>44</width>
            <height>50</height>
            <texture>pointer_arrow.png</texture>
        </control>
        <control type="image" id="2">
            <description>Pointer Focus</description>
            <left>-10</left>
            <width>44</width>
            <height>50</height>
            <texture>pointer_arrow.png</texture>
        </control>
        <control type="image" id="3">
            <description>Pointer Drag</description>
            <left>-10</left>
            <width>44</width>
            <height>50</height>
            <texture>pointer_arrow.png</texture>
        </control>
        <control type="image" id="4">
            <description>pointer_click</description>
            <left>-10</left>
            <width>44</width>
            <height>50</height>
            <texture>pointer_click.png</texture>
        </control>
    </controls>
</window>

Reply
#3
Totally forgot...

I put the 4 control fields in a comment and it seems to work. No cursor, no warning, no nothing, but touch still works.
Thats enough for now. I'm gonna take a deeper look at this as soon as theres time for it. 

So thanks!
Reply

Logout Mark Read Team Forum Stats Members Help
Is it possible to remove the mouse not supported warning0