CommonLibSSE (Parapets fork)
Loading...
Searching...
No Matches
BSPCGamepadDeviceDelegate.h
Go to the documentation of this file.
1#pragma once
2
4
5namespace RE
6{
7 class BSPCGamepadDeviceHandler;
8
10 {
11 public:
12 inline static constexpr auto RTTI = RTTI_BSPCGamepadDeviceDelegate;
13
15
16 // override (BSGamepadDevice)
17 void Initialize() override; // 01 - { return; }
18 void Process(float a_arg1) override; // 02 - { return; }
19 void Unk_03(void) override; // 03 - { return; }
20 void Reset() override; // 08 - { return; }
21 void Unk_09(void) override; // 09 - { return; }
22
23 // members
25 };
26 static_assert(sizeof(BSPCGamepadDeviceDelegate) == 0xD8);
27}
Definition: BSGamepadDevice.h:13
Definition: BSPCGamepadDeviceDelegate.h:10
void Process(float a_arg1) override
void Unk_03(void) override
static constexpr auto RTTI
Definition: BSPCGamepadDeviceDelegate.h:12
BSPCGamepadDeviceHandler * gamepadDeviceHandler
Definition: BSPCGamepadDeviceDelegate.h:24
void Unk_09(void) override
Definition: BSPCGamepadDeviceHandler.h:10
Definition: AbsorbEffect.h:6
constexpr REL::ID RTTI_BSPCGamepadDeviceDelegate
Definition: Offsets_RTTI.h:1978