Tochscreen friendly Skin - Howto ? (1 Viewer)

A

Anonymous

Guest
So actions are defined in the keymap.xml? That's the answer i was looking for before.

So for volume buttons for example, I can make a up and down button with actions 103 and 102 respectively and that's it?
 
A

Anonymous

Guest
MrMario64,

thanks for the info ! I'm now getting closer and closer:) However, i don't think that the width-setting is mapped to the actual width of a - example - vertical list control. In the source code, 15 units are hard-coded there:

GUIListControl.cs line 103:
m_vertScrollbar = new GUIverticalScrollbar(dwControlId, 0, 5 + dwPosX + dwWidth, dwPosY, 15, dwHeight, strScrollbarBackground, strScrollbarTop, strScrollbarBottom);


knubile,
please let me know once you're ready have the volume control set-up :wink:

Cheers
Chris
 

Users who are viewing this thread

Top Bottom