XIDInterf
Class XIIIPadButton

source: C:\XIII\XIDInterf\Classes\XIIIPadButton.uc
Core.Object
   |
   +--GUI.GUI
      |
      +--GUI.GUIComponent
         |
         +--GUI.GUILabel
            |
            +--XIDInterf.XIIIGUIBaseButton
               |
               +--XIDInterf.XIIIButton
                  |
                  +--XIDInterf.XIIIPadButtonBase
                     |
                     +--XIDInterf.XIIIPadButton
Direct Known Subclasses:None

class XIIIPadButton
extends XIDInterf.XIIIPadButtonBase



Source Code


00001	class XIIIPadButton extends XIIIPadButtonBase;
00002	
00003	/*
00004	XBOX
00005	0 - Y
00006	1 - B
00007	2 - X
00008	*/
00009	
00010	
00011	
00012	defaultproperties
00013	{
00014	}

End Source Code