Skip to content
Snippets Groups Projects
Select Git revision
  • 823949a7be87fa430dd51461857a0f726fdfbb55
  • develop default protected
  • master protected
  • 1.4.0
  • 1.3.0
  • 1.0.0
6 results

DisplayClusterKeys.h

Blame
  • DisplayClusterKeys.h 423 B
    #pragma once
    
    #include "InputCoreTypes.h"
    
    struct FDisplayClusterKeys
    {
      static const FKey Button0;
      static const FKey Button1;
      static const FKey Button2;
      static const FKey Button3;
      static const FKey Button4;
      static const FKey Button5;
      static const FKey Button6;
      static const FKey Button7;
      static const FKey Button8;
      static const FKey Button9;
    
      static const FKey Axis0  ;
      static const FKey Axis1  ;
    };