Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

UTV2004c.utvInputPage

Extends
UT2K3GUIPage

Core.Object
|   
+-- XInterface.GUI
   |   
   +-- XInterface.GUIComponent
      |   
      +-- XInterface.GUIMultiComponent
         |   
         +-- XInterface.GUIPage
            |   
            +-- XInterface.UT2K3GUIPage
               |   
               +-- UTV2004c.utvInputPage

Variables Summary
boolbIgnoreKeys
stringTypedStr
Inherited Variables from XInterface.GUIPage
Background, BackgroundColor, BackgroundRStyle, bAllowedAsLast, bCaptureInput, bCheckResolution, bDisconnectOnOpen, bPauseIfPossible, bPersistent, bRenderWorld, bRequire640x480, bRestorable, CloseSound, InactiveFadeColor, OpenSound, ParentPage, Timers

Functions Summary
function InitComponent (GUIController MyController, GUIComponent MyOwner))
functionbool MyOnDraw (Canvas canvas))
functionbool MyOnKeyEvent (out byte Key, out byte Action, float delta))
functionbool MyOnKeyType (out byte Key, optional string Unicode))
Inherited Functions from XInterface.GUIPage
AllowOpen, ChangeHint, CheckResolution, Closed, Free, GetDataString, GetRestoreParams, HandleObject, HandleParameters, InitComponent, IsOpen, NotifyLevelChange, PlayCloseSound, PlayOpenSound, SetDataString, SetFocus


Variables Detail

bIgnoreKeys Source code

var bool bIgnoreKeys;

TypedStr Source code

var string TypedStr;


Functions Detail

InitComponent Source code

function InitComponent ( GUIController MyController, GUIComponent MyOwner) )

MyOnDraw Source code

function bool MyOnDraw ( Canvas canvas) )

MyOnKeyEvent Source code

function bool MyOnKeyEvent ( out byte Key, out byte Action, float delta) )

MyOnKeyType Source code

function bool MyOnKeyType ( out byte Key, optional string Unicode) )


Defaultproperties

defaultproperties
{
	bRequire640x480=false
	bAllowedAsLast=true
	OpenSound=none
	bRenderWorld=true


	OnDraw=MyOnDraw
	OnKeyType=MyOnKeyType
	OnKeyEvent=MyOnKeyEvent
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Do 14.8.2014 09:58:28.639 - Created with UnCodeX