I want to make my skin, that contains a button to make snapshots. So i need to know what is the function to call in the button action tag?
For example : vlc.snapshots(), or something like that...
XML :
Code: Select all
<Button x="121" y="79" up="snap" action="vlc.snapshot()"
over="snap_over" down="snap_over"
tooltiptext="Snapshot" />