VoK.Sdk
Doxygen generated documentation for the Dungeon Helper SDK
AltInputActions

AltInputActions

enum  AltInputActions : uint {
  AltInputActions.Invalid = 0x00000000 ,
  AltInputActions.PointerX = 0x00000001 ,
  AltInputActions.PointerY = 0x00000002 ,
  AltInputActions.Scroll = 0x00000003 ,
  AltInputActions.ScrollUp = 0x00000004 ,
  AltInputActions.ScrollDown = 0x00000005 ,
  AltInputActions.SelectLeft = 0x00000006 ,
  AltInputActions.SelectRight = 0x00000007 ,
  AltInputActions.SelectMid = 0x00000008 ,
  AltInputActions.SelectDblLeft = 0x00000009 ,
  AltInputActions.SelectDblRight = 0x0000000A ,
  AltInputActions.SelectDblMid = 0x0000000B ,
  AltInputActions.ToggleDebugConsole = 0x0000002C ,
  AltInputActions.ToggleProfiler = 0x0000002D ,
  AltInputActions.CameraMoveToward = 0x0000002E ,
  AltInputActions.CameraMoveAway = 0x0000002F ,
  AltInputActions.CameraInstantMoveToward = 0x00000030 ,
  AltInputActions.CameraInstantMoveAway = 0x00000031 ,
  AltInputActions.CameraRotateLeft = 0x00000032 ,
  AltInputActions.CameraRotateRight = 0x00000033 ,
  AltInputActions.CameraRotateDown = 0x00000034 ,
  AltInputActions.CameraRotateUp = 0x00000035 ,
  AltInputActions.CameraReset = 0x00000036 ,
  AltInputActions.CameraFirstPerson = 0x00000037 ,
  AltInputActions.CameraInstantMouseLook = 0x00000038 ,
  AltInputActions.CameraToggleMouseLook = 0x00000039 ,
  AltInputActions.PreprocExit = 0x0000003A ,
  AltInputActions.PreprocSkip = 0x0000003B ,
  AltInputActions.PreprocMoreDetail = 0x0000003C ,
  AltInputActions.PreprocLessDetail = 0x0000003D ,
  AltInputActions.PreprocDrawNormals = 0x0000003E ,
  AltInputActions.PreprocDrawSolid = 0x0000003F ,
  AltInputActions.PreprocDrawGrid = 0x00000040 ,
  AltInputActions.PreprocDrawHighlight = 0x00000041 ,
  AltInputActions.TestMoveTo = 0x00000095 ,
  AltInputActions.TestInterpolation = 0x00000096 ,
  AltInputActions.TestFX = 0x00000097 ,
  AltInputActions.WEENIE_ATTACK_ONE = 0x00000098 ,
  AltInputActions.WEENIE_ATTACK_TWO = 0x00000099 ,
  AltInputActions.WEENIE_ATTACK_THREE = 0x0000009A ,
  AltInputActions.WEENIE_EMOTE_ONE = 0x0000009B ,
  AltInputActions.WEENIE_EMOTE_TWO = 0x0000009C ,
  AltInputActions.WEENIE_EMOTE_THREE = 0x0000009D ,
  AltInputActions.MovementBackup = 0x0000009F ,
  AltInputActions.FocusNext = 0x000000A0 ,
  AltInputActions.CursorCharLeft = 0x000000A1 ,
  AltInputActions.MovementHighJump = 0x000000A2 ,
  AltInputActions.MovementRunLock = 0x000000A3 ,
  AltInputActions.CursorWordLeft = 0x000000A4 ,
  AltInputActions.FocusPrevious = 0x000000A5 ,
  AltInputActions.MovementTurnAround = 0x000000A6 ,
  AltInputActions.CursorPreviousPage = 0x000000A7 ,
  AltInputActions.CursorPreviousLine = 0x000000A8 ,
  AltInputActions.MovementDodgeRight = 0x000000A9 ,
  AltInputActions.MovementFlipLeft = 0x000000AA ,
  AltInputActions.MovementStop = 0x000000AB ,
  AltInputActions.AcceptInput = 0x000000AC ,
  AltInputActions.FocusMoveUp = 0x000000AD ,
  AltInputActions.CursorEndOfDocument = 0x000000AE ,
  AltInputActions.FocusMoveDown = 0x000000AF ,
  AltInputActions.MovementDodgeLeft = 0x000000B0 ,
  AltInputActions.CursorEndOfLine = 0x000000B1 ,
  AltInputActions.CursorWordRight = 0x000000B2 ,
  AltInputActions.MovementLongJump = 0x000000B3 ,
  AltInputActions.CursorStartOfLine = 0x000000B4 ,
  AltInputActions.MovementWalkMode = 0x000000B5 ,
  AltInputActions.MovementForward = 0x000000B6 ,
  AltInputActions.MovementStrafeRight = 0x000000B7 ,
  AltInputActions.CursorNextLine = 0x000000B8 ,
  AltInputActions.CursorCharRight = 0x000000B9 ,
  AltInputActions.CursorStartOfDocument = 0x000000BA ,
  AltInputActions.MovementFlipRight = 0x000000BB ,
  AltInputActions.FocusMoveLeft = 0x000000BC ,
  AltInputActions.FocusMoveRight = 0x000000BD ,
  AltInputActions.MovementStrafeLeft = 0x000000BE ,
  AltInputActions.MovementSidestepRight = 0x000000BF ,
  AltInputActions.CursorNextPage = 0x000000C0 ,
  AltInputActions.MovementTurnRight = 0x000000C1 ,
  AltInputActions.MovementTurnLeft = 0x000000C2 ,
  AltInputActions.MovementSidestepLeft = 0x000000C3 ,
  AltInputActions.PreprocScrollCamera = 0x000000C4 ,
  AltInputActions.PreprocRotateCamera = 0x000000C5 ,
  AltInputActions.PreprocZoomCamera = 0x000000C6 ,
  AltInputActions.PreprocMouseLookCamera = 0x000000C7 ,
  AltInputActions.CopyText = 0x000000C8 ,
  AltInputActions.PasteText = 0x000000C9 ,
  AltInputActions.CutText = 0x000000CA ,
  AltInputActions.PreprocKeypadTurnRight = 0x000000CC ,
  AltInputActions.PreprocKeypadBack = 0x000000CD ,
  AltInputActions.PreprocOriginLook = 0x000000CE ,
  AltInputActions.PreprocKeypadStrafeDown = 0x000000CF ,
  AltInputActions.DoNothing = 0x000000D0 ,
  AltInputActions.ToggleDebugHUD = 0x000000D1 ,
  AltInputActions.PreprocKeypadOrbitRight = 0x000000D2 ,
  AltInputActions.PreprocKeypadPitchDownFast = 0x000000D3 ,
  AltInputActions.PreprocKeypadTurnLeft = 0x000000D4 ,
  AltInputActions.PreprocKeypadForward = 0x000000D5 ,
  AltInputActions.PreprocKeypadTurnLeftSlow = 0x000000D6 ,
  AltInputActions.PreprocKeypadTurnRightFast = 0x000000D7 ,
  AltInputActions.BackspaceKey = 0x000000D8 ,
  AltInputActions.PreprocKeypadTurnLeftFast = 0x000000D9 ,
  AltInputActions.PreprocKeypadBackSlow = 0x000000DA ,
  AltInputActions.PreprocKeypadPitchUpFast = 0x000000DB ,
  AltInputActions.PreprocKeypadPitchDownSlow = 0x000000DC ,
  AltInputActions.PreprocKeypadStrafeRightFast = 0x000000DD ,
  AltInputActions.PreprocKeypadTurnRightSlow = 0x000000DE ,
  AltInputActions.PreprocKeypadStrafeLeftFast = 0x000000DF ,
  AltInputActions.EmoteWave = 0x000000E1 ,
  AltInputActions.PreprocKeypadStrafeUpFast = 0x000000E2 ,
  AltInputActions.PreprocKeypadStrafeUp = 0x000000E3 ,
  AltInputActions.PreprocKeypadStrafeDownFast = 0x000000E4 ,
  AltInputActions.PreprocKeypadStrafeUpSlow = 0x000000E5 ,
  AltInputActions.PreprocKeypadOrbitLeftFast = 0x000000E6 ,
  AltInputActions.EscapeKey = 0x000000E7 ,
  AltInputActions.PreprocKeypadStrafeDownSlow = 0x000000E8 ,
  AltInputActions.PreprocKeypadBackFast = 0x000000E9 ,
  AltInputActions.PreprocKeypadPitchUp = 0x000000EA ,
  AltInputActions.PreprocKeypadOrbitLeftSlow = 0x000000EB ,
  AltInputActions.PreprocKeypadOrbitRightFast = 0x000000EC ,
  AltInputActions.DeleteKey = 0x000000ED ,
  AltInputActions.PreprocKeypadStrafeRightSlow = 0x000000EE ,
  AltInputActions.PreprocResetCamera = 0x000000EF ,
  AltInputActions.PreprocKeypadStrafeRight = 0x000000F0 ,
  AltInputActions.PreprocKeypadForwardSlow = 0x000000F1 ,
  AltInputActions.CaptureScreenshot = 0x000000F2 ,
  AltInputActions.PreprocKeypadPitchUpSlow = 0x000000F3 ,
  AltInputActions.PreprocKeypadOrbitLeft = 0x000000F4 ,
  AltInputActions.PreprocKeypadStrafeLeftSlow = 0x000000F5 ,
  AltInputActions.PreprocKeypadOrbitRightSlow = 0x000000F6 ,
  AltInputActions.PreprocKeypadForwardFast = 0x000000F7 ,
  AltInputActions.AltTab = 0x000000F8 ,
  AltInputActions.PreprocResetPitch = 0x000000F9 ,
  AltInputActions.PreprocKeypadPitchDown = 0x000000FA ,
  AltInputActions.PreprocKeypadStrafeLeft = 0x000000FB ,
  AltInputActions.CameraInstantMouseSteer = 0x000000FC ,
  AltInputActions.CameraToggleMouseSteer = 0x000000FD ,
  AltInputActions.CameraFlightMode = 0x000000FE ,
  AltInputActions.CameraIncreaseFOV = 0x000000FF ,
  AltInputActions.CameraDecreaseFOV = 0x00000100 ,
  AltInputActions.CameraMoveRight = 0x00000101 ,
  AltInputActions.CameraMoveDown = 0x00000102 ,
  AltInputActions.CameraMoveUp = 0x00000103 ,
  AltInputActions.CameraMoveLeft = 0x00000104 ,
  AltInputActions.TapLeft = 0x00000105 ,
  AltInputActions.TapMid = 0x00000106 ,
  AltInputActions.TapRight = 0x00000107 ,
  AltInputActions.MovementTurnOrStrafeRight = 0x00000108 ,
  AltInputActions.MovementTurnOrStrafeLeft = 0x00000109 ,
  AltInputActions.AlternateSelectLeft = 0x0000010A ,
  AltInputActions.AbsPointerX = 0x0000010B ,
  AltInputActions.AbsPointerY = 0x0000010C ,
  AltInputActions.RelPointerX = 0x0000010D ,
  AltInputActions.RelPointerY = 0x0000010E ,
  AltInputActions.AlternateTapRight = 0x0000010F ,
  AltInputActions.AlternateTapMid = 0x00000110 ,
  AltInputActions.AlternateSelectDblRight = 0x00000111 ,
  AltInputActions.AlternateSelectMid = 0x00000112 ,
  AltInputActions.AlternateTapLeft = 0x00000113 ,
  AltInputActions.AlternateSelectDblMid = 0x00000114 ,
  AltInputActions.AlternateScrollDown = 0x00000115 ,
  AltInputActions.AlternateSelectDblLeft = 0x00000116 ,
  AltInputActions.AlternateSelectRight = 0x00000117 ,
  AltInputActions.AlternateScrollUp = 0x00000118 ,
  AltInputActions.AbsPointerUp = 0x00000119 ,
  AltInputActions.AbsPointerRight = 0x0000011A ,
  AltInputActions.AbsPointerLeft = 0x0000011B ,
  AltInputActions.AbsPointerDown = 0x0000011C ,
  AltInputActions.AcceptKey = 0x0000011D ,
  AltInputActions.ToggleStringTokenDebugger = 0x0000011E ,
  AltInputActions.InstantStringTokenDebugger = 0x0000011F ,
  AltInputActions.MovementForwardCameraMovement = 0x00000121 ,
  AltInputActions.TogglePerfGraph = 0x00000122 ,
  AltInputActions.ToggleBlockUI = 0x00000123 ,
  AltInputActions.ToggleEntityNodeLabels = 0x00000124 ,
  AltInputActions.MovementForwardCameraMovementToggleMouseSteer = 0x00000125 ,
  AltInputActions.CameraRotateRollRight = 0x0000012F ,
  AltInputActions.CameraRotateRollLeft = 0x00000130 ,
  AltInputActions.ScrollDownCtrl = 0x00000133 ,
  AltInputActions.ScrollUpCtrl = 0x00000134 ,
  AltInputActions.CameraRotateRollReset = 0x00000135
}
 

Detailed Description

Exported from client_gamelogic.dat: 0x230000DA