| 768 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern BtnState ui_last_element_hand_focused(Handed hand); |
| 769 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern BtnState ui_last_element_active(); |
| 770 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern BtnState ui_last_element_focused(); |
| 771 | |
| 772 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern Vec2 ui_area_remaining(); |
| 773 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void ui_nextline (); |