Show / Hide Table of Contents

Class DaggerfallUnityMouseControlsWindow

Implements mouse controls window.

Inheritance
Object
UserInterfaceWindow
DaggerfallBaseWindow
DaggerfallPopupWindow
DaggerfallUnityMouseControlsWindow
Implements
IUserInterfaceWindow
Inherited Members
DaggerfallPopupWindow.ScreenDimColor
DaggerfallPopupWindow.AllowCancel
DaggerfallPopupWindow.Cancelled
DaggerfallPopupWindow.PreviousWindow
DaggerfallPopupWindow.Draw()
DaggerfallPopupWindow.CancelWindow()
DaggerfallPopupWindow.OnCancel
DaggerfallBaseWindow.exitKey
DaggerfallBaseWindow.defaultToolTip
DaggerfallBaseWindow.allowFreeScaling
DaggerfallBaseWindow.DaggerfallUnity
DaggerfallBaseWindow.IsSetup
DaggerfallBaseWindow.NativePanel
UserInterfaceWindow.parentPanel
UserInterfaceWindow.uiManager
UserInterfaceWindow.enabled
UserInterfaceWindow.pauseWhileOpened
UserInterfaceWindow.focusControl
UserInterfaceWindow.Value
UserInterfaceWindow.Enabled
UserInterfaceWindow.ParentPanel
UserInterfaceWindow.FocusControl
UserInterfaceWindow.ProcessMessages()
UserInterfaceWindow.OnPop()
UserInterfaceWindow.CloseWindow()
UserInterfaceWindow.PopWindow()
UserInterfaceWindow.PauseWhileOpen
UserInterfaceWindow.SetFocus(BaseScreenComponent)
UserInterfaceWindow.OnClose
UserInterfaceWindow.RaiseOnCloseHandler()
Namespace: DaggerfallWorkshop.Game.UserInterfaceWindows
Assembly: Assembly-CSharp.dll
Syntax
public class DaggerfallUnityMouseControlsWindow : DaggerfallPopupWindow, IUserInterfaceWindow

Constructors

| Improve this Doc View Source

DaggerfallUnityMouseControlsWindow(IUserInterfaceManager, DaggerfallBaseWindow)

Declaration
public DaggerfallUnityMouseControlsWindow(IUserInterfaceManager uiManager, DaggerfallBaseWindow previous = null)
Parameters
Type Name Description
IUserInterfaceManager uiManager
DaggerfallBaseWindow previous

Fields

| Improve this Doc View Source

autoRunKeybindButton

Declaration
protected Button autoRunKeybindButton
Field Value
Type Description
Button
| Improve this Doc View Source

bowDrawbackCheckbox

Declaration
protected Checkbox bowDrawbackCheckbox
Field Value
Type Description
Checkbox
| Improve this Doc View Source

buttonGroup

Declaration
protected List<Button> buttonGroup
Field Value
Type Description
List<Button>
| Improve this Doc View Source

consoleKeybindButton

Declaration
protected Button consoleKeybindButton
Field Value
Type Description
Button
| Improve this Doc View Source

continueButton

Declaration
protected Button continueButton
Field Value
Type Description
Button
| Improve this Doc View Source

continueButtonBackgroundColor

Declaration
protected Color continueButtonBackgroundColor
Field Value
Type Description
Color
| Improve this Doc View Source

escapeKeybindButton

Declaration
protected Button escapeKeybindButton
Field Value
Type Description
Button
| Improve this Doc View Source

invertMouseVerticalCheckbox

Declaration
protected Checkbox invertMouseVerticalCheckbox
Field Value
Type Description
Checkbox
| Improve this Doc View Source

keybindButtonBackgroundColor

Declaration
protected Color keybindButtonBackgroundColor
Field Value
Type Description
Color
| Improve this Doc View Source

mainPanel

Declaration
protected Panel mainPanel
Field Value
Type Description
Panel
| Improve this Doc View Source

mainPanelBackgroundColor

Declaration
protected Color mainPanelBackgroundColor
Field Value
Type Description
Color
| Improve this Doc View Source

mouseSensitivitySlider

Declaration
protected HorizontalSlider mouseSensitivitySlider
Field Value
Type Description
HorizontalSlider
| Improve this Doc View Source

mouseSmoothingCheckbox

Declaration
protected Checkbox mouseSmoothingCheckbox
Field Value
Type Description
Checkbox
| Improve this Doc View Source

moveSpeedCheckbox

Declaration
protected Checkbox moveSpeedCheckbox
Field Value
Type Description
Checkbox
| Improve this Doc View Source

quickLoadKeybindButton

Declaration
protected Button quickLoadKeybindButton
Field Value
Type Description
Button
| Improve this Doc View Source

quickSaveKeybindButton

Declaration
protected Button quickSaveKeybindButton
Field Value
Type Description
Button
| Improve this Doc View Source

screenshotKeybindButton

Declaration
protected Button screenshotKeybindButton
Field Value
Type Description
Button
| Improve this Doc View Source

titleLabel

Declaration
protected TextLabel titleLabel
Field Value
Type Description
TextLabel
| Improve this Doc View Source

toggleSneakCheckbox

Declaration
protected Checkbox toggleSneakCheckbox
Field Value
Type Description
Checkbox
| Improve this Doc View Source

weaponAttackThresholdTextbox

Declaration
protected TextBox weaponAttackThresholdTextbox
Field Value
Type Description
TextBox
| Improve this Doc View Source

weaponSwingModeSlider

Declaration
protected HorizontalSlider weaponSwingModeSlider
Field Value
Type Description
HorizontalSlider

Methods

| Improve this Doc View Source

OnPush()

Declaration
public override void OnPush()
Overrides
UserInterfaceWindow.OnPush()
| Improve this Doc View Source

OnReturn()

Declaration
public override void OnReturn()
Overrides
UserInterfaceWindow.OnReturn()
| Improve this Doc View Source

Setup()

Declaration
protected override void Setup()
Overrides
DaggerfallPopupWindow.Setup()
| Improve this Doc View Source

Update()

Declaration
public override void Update()
Overrides
DaggerfallPopupWindow.Update()

Implements

IUserInterfaceWindow
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX