LeviLamina
Loading...
Searching...
No Matches
RemappingLayout.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/client/input/IconSize.h"
7#include "mc/deps/input/enums/RawInputType.h"
8
9// auto generated forward declare list
10// clang-format off
11class Keymapping;
12// clang-format on
13
15public:
16 // member variables
17 // NOLINTBEGIN
20 // NOLINTEND
21
22public:
23 // prevent constructor by default
24 RemappingLayout& operator=(RemappingLayout const&);
27
28public:
29 // virtual functions
30 // NOLINTBEGIN
31 // vIndex: 0
32 virtual ~RemappingLayout() = default;
33
34 // vIndex: 1
35 virtual void setMappingWithRawInput(::std::string const&, int, ::RawInputType);
36
37 // vIndex: 2
38 virtual int getAdjustedKey(int) const;
39
40 // vIndex: 3
41 virtual ::std::string getSaveString(::std::string const&) const;
42
43 // vIndex: 6
44 virtual ::std::string getMappedKeyName(int) const;
45
46 // vIndex: 5
47 virtual ::std::string getMappedKeyName(int, bool) const;
48
49 // vIndex: 4
50 virtual ::std::string getMappedKeyName(::Keymapping const&) const;
51
52 // vIndex: 8
53 virtual ::std::string getKeySpriteLocation(int, ::IconSize) const;
54
55 // vIndex: 7
56 virtual ::std::string getKeySpriteLocation(::Keymapping const&) const;
57
58 // vIndex: 9
59 virtual int _rawKeyToKey(int, ::RawInputType) const = 0;
60 // NOLINTEND
61
62public:
63 // destructor thunk
64 // NOLINTBEGIN
65
66 // NOLINTEND
67
68public:
69 // virtual function thunks
70 // NOLINTBEGIN
71
72 // NOLINTEND
73};
Definition Keymapping.h:5
Definition RemappingLayout.h:14
Definition Alias.h:14