Method
platform_keyboard_show
([MarshalAs(UnmanagedType.Bool)] bool show, TextContext inputType)
Source from the content-addressed store, hash-verified
| 556 | [return: MarshalAs(UnmanagedType.Bool)] |
| 557 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern bool platform_keyboard_visible (); |
| 558 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void platform_keyboard_show ([MarshalAs(UnmanagedType.Bool)] bool show, TextContext inputType); |
| 559 | |
| 560 | /////////////////////////////////////////// |
| 561 | |
Tested by
no test coverage detected