- Extends
- ModalWindow
- Modifiers
- native noexport
Core.Object
|
+-- Extension.ExtensionObject
|
+-- Extension.Window
|
+-- Extension.TabGroupWindow
|
+-- Extension.ModalWindow
|
+-- Extension.RootWindow
Direct Known Subclasses:
DeusExRootWindow
Functions Summary |
 | bool | ClientMessage (coerce string msg, optional name type, optional bool bBeep))
|
 | | EnablePositionalSound (optional bool bEnable)
|
 | | EnableRendering (optional bool bRender)
|
 | Texture | GenerateSnapshot (optional bool bFilter)
|
 | | GrabKeyboardEvents ()))
|
 | | GrabMouseEvents ()))
|
 | | InitWindow ()))
|
 | bool | IsKeyboardGrabbed ()))
|
 | bool | IsMouseGrabbed ()))
|
 | bool | IsPositionalSoundEnabled ()
|
 | Bool | IsRenderingEnabled ()
|
 | | LockMouse (optional bool bLockMove, optional bool bLockButton)
|
 | | ResetRenderViewport ()
|
 | | SetDefaultEditCursor (optional texture newEditCursor)
|
 | | SetDefaultMovementCursors (optional texture newMovementCursor, optional texture newHorizontalMovementCursor, optional texture newVerticalMovementCursor, optional texture newTopLeftMovementCursor, optional texture newTopRightMovementCursor)
|
 | | SetRawBackground (optional texture newTexture, optional color newColor)
|
 | | SetRawBackgroundSize (float newWidth, float newHeight)
|
 | | SetRenderViewport (float newX, float newY, float newWidth, float newHeight)
|
 | | SetSnapshotSize (float newWidth, float newHeight)
|
 | | ShowCursor (optional bool bShow)
|
 | | ShowFrames (bool bNewShowFrames))
|
 | | ShowStats (bool bNewShowStats))
|
 | | StretchRawBackground (optional bool bStretch)
|
 | | Tick (float deltaSeconds))
|
 | | UngrabKeyboardEvents ()))
|
 | | UngrabMouseEvents ()))
|
 | bool | VirtualKeyPressed (EInputKey key, bool bRepeat))
|
var private bool bClipRender;
var private bool bCursorVisible;
var private bool bMouseButtonLocked;
var private bool bMouseMoved;
var private bool bMouseMoveLocked;
var private bool bPositionalSound;
var private bool bRender;
var bool bShowFrames;
var bool bShowStats;
var private bool bStretchRawBackground;
var private int clickCount;
var private texture defaultEditCursor;
defaultHorizontalMoveCursor Source code
var private texture defaultHorizontalMoveCursor;
var private texture defaultMoveCursor;
defaultTopLeftMoveCursor Source code
var private texture defaultTopLeftMoveCursor;
defaultTopRightMoveCursor Source code
var private texture defaultTopRightMoveCursor;
defaultVerticalMoveCursor Source code
var private texture defaultVerticalMoveCursor;
var private float firstButtonMouseX;
var private float firstButtonMouseY;
var float frameTimer;
var const window grabbedWindow;
var int handleKeyboardRef;
var int handleMouseRef;
var private int hMultiplier;
var int initCount;
var private byte keyDownMap[0xFF];
var private float lastButtonPress;
var private int lastButtonType;
var private window lastButtonWindow;
var private window lastMouseWindow;
var private float maxMouseDist;
var private float mouseX;
var private float mouseY;
var float multiClickTimeout;
var const int paintCycles;
var private float prevMouseX;
var private float prevMouseY;
var private float rawBackgroundHeight;
var private float rawBackgroundWidth;
var private color rawColor;
var private float renderHeight;
var private float renderWidth;
var private float renderX;
var private float renderY;
var private transient int rootFrame;
var private int snapshotHeight;
var private int snapshotWidth;
var const int tickCycles;
var private int vMultiplier;
event bool ClientMessage ( coerce string msg, optional name type,
optional bool bBeep) )
native(1519) final function EnablePositionalSound ( optional bool bEnable )
native(1512) final function EnableRendering ( optional bool bRender )
native(
1524)
final function Texture GenerateSnapshot (
optional bool bFilter )
function GrabKeyboardEvents ( ) )
function GrabMouseEvents ( ) )
function InitWindow ( ) )
function bool IsKeyboardGrabbed ( ) )
function bool IsMouseGrabbed ( ) )
IsPositionalSoundEnabled Source code
native(1520) final function bool IsPositionalSoundEnabled ( )
native(1513) final function Bool IsRenderingEnabled ( )
native(1521) final function LockMouse ( optional bool bLockMove, optional bool bLockButton )
native(1515) final function ResetRenderViewport ( )
native(
1510)
final function SetDefaultEditCursor (
optional texture newEditCursor )
SetDefaultMovementCursors Source code
native(
1511)
final function SetDefaultMovementCursors (
optional texture newMovementCursor,
optional texture newHorizontalMovementCursor,
optional texture newVerticalMovementCursor,
optional texture newTopLeftMovementCursor,
optional texture newTopRightMovementCursor )
native(
1516)
final function SetRawBackground (
optional texture newTexture,
optional color newColor )
native(1517) final function SetRawBackgroundSize ( float newWidth, float newHeight )
native(1514) final function SetRenderViewport ( float newX, float newY,
float newWidth, float newHeight )
native(1523) final function SetSnapshotSize ( float newWidth, float newHeight )
native(1522) final function ShowCursor ( optional bool bShow )
function ShowFrames ( bool bNewShowFrames) )
function ShowStats ( bool bNewShowStats) )
native(1518) final function StretchRawBackground ( optional bool bStretch )
function Tick ( float deltaSeconds) )
function UngrabKeyboardEvents ( ) )
function UngrabMouseEvents ( ) )
function bool VirtualKeyPressed (
EInputKey key,
bool bRepeat) )
defaultproperties
{
rawBackground=Texture'Extension.Solid'
debugTexture=Texture'Extension.Solid'
}
|
Creation time: Mon 8/11/2021 16:31:14.905 - Created with
UnCodeX