Quantcast
Channel: Kodi Community Forum - Skinning
Viewing all articles
Browse latest Browse all 1817

Visibility On Mouse Movement

$
0
0
Is there a way to have a control visible only when the mouse is visible? It will be hidden when using the keyboard but will be visible as soon as the mouse is moved.

Something like this:

<control type="label">
  <label>Mouse is moving</label>
  <visible>Window.isVisible(Mouse)</visible>
</control>

Viewing all articles
Browse latest Browse all 1817

Trending Articles