terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
Public Member Functions | |
void | BeginScreenDeviceChange (bool willBeFullScreen) |
void | EndScreenDeviceChange (string screenDeviceName) |
void | EndScreenDeviceChange (string screenDeviceName, int clientWidth, int clientHeight) |
Protected Member Functions | |
void | OnActivated () |
void | OnClientSizeChanged () |
void | OnDeactivated () |
void | OnPaint () |
void | OnScreenDeviceNameChanged () |
void | SetTitle (string title) |
GameWindow () | |
Properties | |
string | Title [get, set] |
bool | AllowUserResizing [get, set] |
Rectangle | ClientBounds [get] |
IntPtr | Handle [get] |
string | ScreenDeviceName [get] |
EventHandler | ClientSizeChanged [set] |
EventHandler | ScreenDeviceNameChanged [set] |
DisplayOrientation | CurrentOrientation [get, set] |
Private Attributes | |
string | title |
DisplayOrientation< CurrentOrientation > | k__BackingField |
Definition at line 11 of file GameWindow.cs.