Table of Contents

Class InputRestrictions

Namespace
TaleWorlds.ScreenSystem
Assembly
TaleWorlds.ScreenSystem.dll
public class InputRestrictions
Inheritance
InputRestrictions
Inherited Members

Constructors

InputRestrictions(int)

public InputRestrictions(int order)

Parameters

order int

Properties

CanOverrideFocusOnHit

public bool CanOverrideFocusOnHit { get; }

Property Value

bool

Id

public Guid Id { get; }

Property Value

Guid

InputUsageMask

public InputUsageMask InputUsageMask { get; }

Property Value

InputUsageMask

MouseVisibility

public bool MouseVisibility { get; }

Property Value

bool

Order

public int Order { get; }

Property Value

int

Methods

ResetInputRestrictions()

public void ResetInputRestrictions()

SetCanOverrideFocusOnHit(bool)

public void SetCanOverrideFocusOnHit(bool canOverrideFocusOnHit)

Parameters

canOverrideFocusOnHit bool

SetInputRestrictions(bool, InputUsageMask)

public void SetInputRestrictions(bool isMouseVisible = true, InputUsageMask mask = InputUsageMask.All)

Parameters

isMouseVisible bool
mask InputUsageMask

SetMouseVisibility(bool)

public void SetMouseVisibility(bool isVisible)

Parameters

isVisible bool

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