CommonLibSSE NG
Loading...
Searching...
No Matches
BSInputDeviceFactory.h
Go to the documentation of this file.
1#pragma once
2
4#include "RE/I/InputDevices.h"
5
6namespace RE
7{
9 {
10 public:
12 static void DestroyInputDevice(BSIInputDevice* a_device);
13 };
14}
Definition BSIInputDevice.h:9
Definition BSInputDeviceFactory.h:9
static BSIInputDevice * CreateInputDevice(INPUT_DEVICE a_deviceType)
static void DestroyInputDevice(BSIInputDevice *a_device)
Definition AbsorbEffect.h:6
INPUT_DEVICE
Definition InputDevices.h:8