Table of Contents

Class MouseManager

Namespace
TaleWorlds.Engine
Assembly
TaleWorlds.Engine.dll
public static class MouseManager
Inheritance
MouseManager
Inherited Members

Methods

ActivateMouseCursor(CursorType)

public static void ActivateMouseCursor(CursorType mouseId)

Parameters

mouseId CursorType

LockCursorAtCurrentPosition(bool)

public static void LockCursorAtCurrentPosition(bool lockCursor)

Parameters

lockCursor bool

LockCursorAtPosition(float, float)

public static void LockCursorAtPosition(float x, float y)

Parameters

x float
y float

SetMouseCursor(CursorType, string)

public static void SetMouseCursor(CursorType mouseId, string mousePath)

Parameters

mouseId CursorType
mousePath string

ShowCursor(bool)

public static void ShowCursor(bool show)

Parameters

show bool

UnlockCursor()

public static void UnlockCursor()

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