SpaiR / imgui-java

JNI based binding for Dear ImGui
MIT License
547 stars 90 forks source link

Missing Bindings: ImGui::TableGetHoveredColumn, ImGui::TableGetHoveredRow #230

Open zly2006 opened 1 month ago

zly2006 commented 1 month ago

Version

1.86.11

What part of the binding has gaps?

Dear ImGui

What is missing?

ImGui::TableGetHoveredColumn and ImGui::TableGetHoveredRow

Note: ImGui::TableGetHoveredRow is still not public for use as it documented -- it has a 1 frame latency but is quite useful, so I hope this could be added.