CommonLibVR
BSInputDeviceFactory.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include "RE/B/BSIInputDevice.h"
4 #include "RE/I/InputDevices.h"
5 
6 namespace RE
7 {
9  {
10  public:
12  static void DestroyInputDevice(BSIInputDevice* a_device);
13 
14  private:
15  KEEP_FOR_RE()
16  };
17 }
#define KEEP_FOR_RE()
Definition: PCH.h:713
Definition: BSIInputDevice.h:9
Definition: BSInputDeviceFactory.h:9
static void DestroyInputDevice(BSIInputDevice *a_device)
static BSIInputDevice * CreateInputDevice(INPUT_DEVICE a_deviceType)
Definition: AbsorbEffect.h:6
INPUT_DEVICE
Definition: InputDevices.h:8