Wasabi Appendix: Cursors

From Winamp Developer Wiki
Revision as of 14:48, 8 July 2009 by Culix (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

You can use the following as cursors for your skin. These cursors will change if the Windows cursor is changed, so it will always match the Windows Theme.

  • IDC_ARROW
  • IDC_SIZENS
  • IDC_SIZEWE
  • IDC_SIZENWSE
  • IDC_SIZENESW
  • IDC_SIZEALL
  • IDC_IBEAM
  • IDC_WAIT
  • IDC_CROSS
  • IDC_UPARROW
  • IDC_NO
  • IDC_HAND
  • IDC_APPSTARTING
  • IDC_HELP
Example:
<layer x="20" y="20" image="myimage" cursor="IDC_HAND"/>