| 764 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void ui_layout_pop (); |
| 765 | |
| 766 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern BtnState ui_last_element_hand_used (Handed hand); |
| 767 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern BtnState ui_last_element_hand_active (Handed hand); |
| 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(); |