Wasabi Appendix: Cursors

From Winamp Developer Wiki
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"/>