LeviLamina
Loading...
Searching...
No Matches
RealKeyboardProxy.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/input/IKeyboardProxy.h"
7
9public:
10 // virtual functions
11 // NOLINTBEGIN
12 virtual void feedText(::std::string const& text) /*override*/;
13 // NOLINTEND
14
15public:
16 // virtual function thunks
17 // NOLINTBEGIN
18 MCAPI void $feedText(::std::string const& text);
19 // NOLINTEND
20
21public:
22 // vftables
23 // NOLINTBEGIN
24 MCNAPI static void** $vftable();
25 // NOLINTEND
26};
Definition IKeyboardProxy.h:5
Definition RealKeyboardProxy.h:5
static MCAPI void ** $vftable()