LeviLamina
Loading...
Searching...
No Matches
WindowState.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated forward declare list
6
// clang-format off
7
class
WindowStatePlatform
;
8
class
WindowStateStorage
;
9
// clang-format on
10
11
class
WindowState {
12
public
:
13
// member variables
14
// NOLINTBEGIN
15
::ll::UntypedStorage<4, 16>
mUnk3c6aa9;
16
::ll::UntypedStorage<4, 4>
mUnkdf21d2;
17
::ll::UntypedStorage<8, 8>
mUnk8beb99;
18
::ll::UntypedStorage<8, 8>
mUnk57ddf0;
19
// NOLINTEND
20
21
public
:
22
// prevent constructor by default
23
WindowState& operator=(WindowState
const
&);
24
WindowState(WindowState
const
&);
25
WindowState();
26
27
public
:
28
// member functions
29
// NOLINTBEGIN
30
MCNAPI_C
bool
_fitToScreen();
31
32
MCNAPI_C
bool
readFromWindow(::HWND__*
window
);
33
// NOLINTEND
34
35
public
:
36
// constructor thunks
37
// NOLINTBEGIN
38
MCNAPI_C
void
* $ctor(
39
::tagRECT
const
& defaultRect,
40
::std::unique_ptr<::WindowStateStorage> storage,
41
::std::unique_ptr<::WindowStatePlatform> platform
42
);
43
// NOLINTEND
44
};
WindowStatePlatform
Definition
WindowStatePlatform.h:5
WindowStateStorage
Definition
WindowStateStorage.h:5
ll::UntypedStorage
Definition
Alias.h:14
window
Definition
window.h:5
src
mc
deps
application
win
win32
WindowState.h
Generated on
for LeviLamina by
1.16.1