CommonLibSSE (Parapets fork)
BSMouseDevice.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include "RE/B/BSInputDevice.h"
4 
5 namespace RE
6 {
7  class BSMouseDevice : public BSInputDevice
8  {
9  public:
10  inline static constexpr auto RTTI = RTTI_BSMouseDevice;
11 
12  ~BSMouseDevice() override; // 00
13 
14  // add
15  virtual void Unk_09(void); // 09 - { return; }
16 
17  // members
18  bool backgroundMouse; // 70
19  std::uint8_t unk71; // 71
20  std::uint16_t unk72; // 72
21  std::uint32_t unk74; // 74
22  };
23  static_assert(sizeof(BSMouseDevice) == 0x78);
24 }
Definition: BSInputDevice.h:11
Definition: BSMouseDevice.h:8
std::uint32_t unk74
Definition: BSMouseDevice.h:21
std::uint16_t unk72
Definition: BSMouseDevice.h:20
static constexpr auto RTTI
Definition: BSMouseDevice.h:10
~BSMouseDevice() override
virtual void Unk_09(void)
std::uint8_t unk71
Definition: BSMouseDevice.h:19
bool backgroundMouse
Definition: BSMouseDevice.h:18
Definition: AbsorbEffect.h:6
constexpr REL::ID RTTI_BSMouseDevice
Definition: Offsets_RTTI.h:1937