Table of Contents

Interface IScreenManagerEngineConnection

Namespace
TaleWorlds.ScreenSystem
Assembly
TaleWorlds.ScreenSystem.dll
public interface IScreenManagerEngineConnection

Properties

AspectRatio

float AspectRatio { get; }

Property Value

float

DesktopResolution

Vec2 DesktopResolution { get; }

Property Value

Vec2

RealScreenResolutionHeight

float RealScreenResolutionHeight { get; }

Property Value

float

RealScreenResolutionWidth

float RealScreenResolutionWidth { get; }

Property Value

float

Methods

ActivateMouseCursor(CursorType)

void ActivateMouseCursor(CursorType mouseId)

Parameters

mouseId CursorType

BeginDebugPanel(string)

void BeginDebugPanel(string panelTitle)

Parameters

panelTitle string

DrawDebugText(string)

void DrawDebugText(string text)

Parameters

text string

DrawDebugTreeNode(string)

bool DrawDebugTreeNode(string text)

Parameters

text string

Returns

bool

EndDebugPanel()

void EndDebugPanel()

GetIsEnterButtonRDown()

bool GetIsEnterButtonRDown()

Returns

bool

GetMouseVisible()

bool GetMouseVisible()

Returns

bool

PopDebugTreeNode()

void PopDebugTreeNode()

SetMouseVisible(bool)

void SetMouseVisible(bool value)

Parameters

value bool

This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).