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
{
     bRenderWorld=True
     bRequire640x480=False
     bAllowedAsLast=True
     OnDraw=utvInputPage.MyOnDraw
     OnKeyType=utvInputPage.MyOnKeyType
     OnKeyEvent=utvInputPage.MyOnKeyEvent
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: sk 18-3-2018 09:49:58.360 - Created with UnCodeX