Show / Hide Table of Contents

Class DaggerfallJoystickControlsWindow

Implements joystick controls window.

Inheritance
Object
UserInterfaceWindow
DaggerfallBaseWindow
DaggerfallPopupWindow
DaggerfallJoystickControlsWindow
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.CloseWindow()
UserInterfaceWindow.PopWindow()
UserInterfaceWindow.PauseWhileOpen
UserInterfaceWindow.SetFocus(BaseScreenComponent)
UserInterfaceWindow.OnClose
UserInterfaceWindow.RaiseOnCloseHandler()
Namespace: DaggerfallWorkshop.Game.UserInterfaceWindows
Assembly: Assembly-CSharp.dll
Syntax
public class DaggerfallJoystickControlsWindow : DaggerfallPopupWindow, IUserInterfaceWindow

Constructors

| Improve this Doc View Source

DaggerfallJoystickControlsWindow(IUserInterfaceManager, IUserInterfaceWindow)

Declaration
public DaggerfallJoystickControlsWindow(IUserInterfaceManager uiManager, IUserInterfaceWindow previousWindow = null)
Parameters
Type Name Description
IUserInterfaceManager uiManager
IUserInterfaceWindow previousWindow

Fields

| Improve this Doc View Source

continueButton

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

enableControllerCheckbox

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

invertLookHorizontalCheckbox

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

invertLookVerticalCheckbox

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

invertMovementHorizontalCheckbox

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

invertMovementVerticalCheckbox

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

joystickCameraSensitivitySlider

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

joystickDeadzoneSlider

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

joystickMovementThresholdSlider

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

joystickUIMouseSensitivitySlider

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

leftClickKeybindButton

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

lookHorizontalAxisKeybindButton

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

lookVerticalAxisKeybindButton

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

mainPanel

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

middleClickKeybindButton

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

movementHorizontalAxisKeybindButton

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

movementVerticalAxisKeybindButton

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

rightClickKeybindButton

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

titleLabel

Declaration
protected TextLabel titleLabel
Field Value
Type Description
TextLabel

Methods

| Improve this Doc View Source

OnPop()

Declaration
public override void OnPop()
Overrides
UserInterfaceWindow.OnPop()
| 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

ResetUnsavedSettings()

Declaration
public static void ResetUnsavedSettings()
| Improve this Doc View Source

SaveSettings()

Declaration
public static void SaveSettings()
| 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