()
| 3786 | Marshal.FreeHGlobal(pchOverlayToShowUtf8); |
| 3787 | } |
| 3788 | public uint GetPrimaryDashboardDevice() |
| 3789 | { |
| 3790 | uint result = FnTable.GetPrimaryDashboardDevice(); |
| 3791 | return result; |
| 3792 | } |
| 3793 | public EVROverlayError ShowKeyboard(int eInputMode,int eLineInputMode,uint unFlags,string pchDescription,uint unCharMax,string pchExistingText,ulong uUserValue) |
| 3794 | { |
| 3795 | IntPtr pchDescriptionUtf8 = Utils.ToUtf8(pchDescription); |
nothing calls this directly
no outgoing calls
no test coverage detected