DeusEx.HUDKeypadWindow
- Extends
- DeusExBaseWindow
Core.Object
|
+-- Extension.ExtensionObject
|
+-- Extension.Window
|
+-- Extension.TabGroupWindow
|
+-- Extension.ModalWindow
|
+-- DeusEx.DeusExBaseWindow
|
+-- DeusEx.HUDKeypadWindow
Inherited Variables from DeusEx.DeusExBaseWindow |
colBlack, colBlue, colCyan, colDarkBlue, colDarkCyan, colDarkGreen, colDarkRed, colGreen, colGrey, colLightBlue, colRed, colWhite, player, root, ScreenType |
bBackgroundTranslucent Source code
var bool bBackgroundTranslucent;
var bool bBorderTranslucent;
var bool bDrawBorder;
var bool bFirstFrameDone;
var bool bInstantSuccess;
var bool bWait;
var string inputCode;
var localized string msgAccessDenied;
var localized string msgAccessGranted;
var localized string msgEnterCode;
function bool ButtonActivated (
Window buttonPressed ) )
function CreateInputTextWindow ( ) )
function CreateKeypadButtons ( ) )
event DestroyWindow ( ) )
function DrawBackground (
GC gc) )
function DrawBorder (
GC gc) )
event DrawWindow (
GC gc) )
function GenerateKeypadDisplay ( ) )
function string IndexToString ( int num) )
function InitData ( ) )
event InitWindow ( ) )
function KeypadDelay ( int timerID, int invocations, int clientData) )
function PressButton ( int num) )
event StyleChanged ( ) )
function Tick ( float deltaTime) )
function ValidateCode ( ) )
event bool VirtualKeyPressed (
EInputKey key,
bool bRepeat) )
defaultproperties
{
texBackground=Texture'DeusExUI.UserInterface.HUDKeypadBackground'
texBorder=Texture'DeusExUI.UserInterface.HUDKeypadBorder'
msgAccessDenied="~~DENIED~~"
msgAccessGranted="~~GRANTED~~"
}
|
Creation time: Mon 8/11/2021 16:31:08.500 - Created with
UnCodeX