Pinned Loading
-
C# Style actions in C++
C# Style actions in C++ 1/**
2pxl::Action<int, int, bool> a;
34a += [](int p0, int p1, bool p3)
5{
-
ImGui enum selector in C#
ImGui enum selector in C# 1public static class ImGuiUtils
2{
3static bool EnumSelector<T>(string name, int idOffset, ref T selection)
4{
5bool change = false;
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.