dearimgui / dear_bindings

C header (and language binding metadata) generator for Dear ImGui
MIT License
221 stars 12 forks source link

Mark SDL gamepad typedefs as unmodified #67

Closed pharispharispharis closed 4 months ago

pharispharispharis commented 4 months ago

The SDL_Gamepad and _SDL_GameController typedefs were not marked as unmodified and so got the "_t" suffix which does not match SDL's actual types.

ShironekoBen commented 4 months ago

Great - that looks like a good fix. Thanks very much!