WoW Model Viewer
Your premiere tool for viewing, equipping and animating World of Warcraft models.
Loading...
Searching...
No Matches
InputAction.h File Reference
#include "imgui.h"
Include dependency graph for InputAction.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  InputBinding
 
struct  InputState
 

Enumerations

enum class  ViewportAction {
  Orbit , Pan , Zoom , OrbitYaw ,
  OrbitPitch , PanLateral , PanVertical , ResetCamera
}
 
enum class  TriggerType { MouseDrag , MouseScroll , KeyHold , KeyPress }
 

Enumeration Type Documentation

◆ TriggerType

enum class TriggerType
strong
Enumerator
MouseDrag 
MouseScroll 
KeyHold 
KeyPress 

Definition at line 31 of file InputAction.h.

◆ ViewportAction

enum class ViewportAction
strong
Enumerator
Orbit 
Pan 
Zoom 
OrbitYaw 
OrbitPitch 
PanLateral 
PanVertical 
ResetCamera 

Definition at line 15 of file InputAction.h.