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

UBrowser.UBrowserConsole


00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
class UBrowserConsole expands WindowConsole;

event bool KeyEvent( EInputKey Key, EInputAction Action, FLOAT Delta )
{
    return Super(Console).KeyEvent( Key, Action, Delta );
}

exec function ShowUBrowser()
{
    Super.LaunchUWindow();
}

defaultproperties
{
     RootWindow="UBrowser.UBrowserRootWindow"
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Class file time: za 22-4-2006 13:00:12.000 - Creation time: za 22-4-2006 13:01:34.515 - Created with UnCodeX