User:Kulagin/Structs

From Wavu Wiki, the 🌊 wavy Tekken wiki
Revision as of 16:32, 30 June 2021 by Kulagin (talk | contribs) (Created page with "===== VideoMode ===== <syntaxhighlight lang="c++"> enum class VideoModeType : __int32 { Fullscreen = 0, Borderless = 1, Windowed = 2 }; cl...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
VideoMode
    enum class VideoModeType : __int32 {
        Fullscreen = 0,
        Borderless = 1,
        Windowed = 2
    };

    class VideoMode {
    public:
        int Width;
        int Height;
        VideoModeType VideoModeType;
    };

Video mode at address 0x143478DE0 on 4.20 patch.