MCPcopy Create free account
hub / github.com/ValveSoftware/openvr / CVRNotifications

Method CVRNotifications

headers/openvr_api.cs:4095–4098  ·  view source on GitHub ↗
(IntPtr pInterface)

Source from the content-addressed store, hash-verified

4093{
4094 IVRNotifications FnTable;
4095 internal CVRNotifications(IntPtr pInterface)
4096 {
4097 FnTable = (IVRNotifications)Marshal.PtrToStructure(pInterface, typeof(IVRNotifications));
4098 }
4099 public EVRNotificationError CreateNotification(ulong ulOverlayHandle,ulong ulUserValue,EVRNotificationType type,string pchText,EVRNotificationStyle style,ref NotificationBitmap_t pImage,ref uint pNotificationId)
4100 {
4101 IntPtr pchTextUtf8 = Utils.ToUtf8(pchText);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected