(final String strId)
| 641 | // BeginXXX function returned true. Begin and BeginChild are the only odd ones out. Will be fixed in a future update.] |
| 642 | |
| 643 | public static boolean beginChild(final String strId) { |
| 644 | return nBeginChild(strId); |
| 645 | } |
| 646 | |
| 647 | public static boolean beginChild(final String strId, final ImVec2 size) { |
| 648 | return nBeginChild(strId, size.x, size.y); |
no test coverage detected