UE2:UtvInputPage (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 09:11, 17 May 2008 by Wormbo (talk | contribs) (Auto-generated page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
UT2004 Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPage >> UT2K3GUIPage >> UtvInputPage
Package:
UTV2004c


Properties

bIgnoreKeys

Type: bool


TypedStr

Type: string


Default values

Property Value
bAllowedAsLast True
bRenderWorld True
bRequire640x480 False
OnDraw MyOnDraw
OnKeyEvent MyOnKeyEvent
OnKeyType MyOnKeyType

Functions

Events

InitComponent

event InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: GUIPage.InitComponent


Other instance functions

MyOnDraw

function bool MyOnDraw (Canvas canvas)


MyOnKeyEvent

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


MyOnKeyType

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