imgui icon indicating copy to clipboard operation
imgui copied to clipboard

Use of `static` in package identifier can cause Java interoperability problems

Open tasgon opened this issue 3 years ago • 0 comments

One of the packages in core is imgui.static, however static is a reserved keyword and trying to refer to it from Java results in a compile-time error. Would it be possible to change the naming here?

If you'd rather, I can try to submit a PR for this change later today.

tasgon avatar Dec 26 '21 12:12 tasgon