mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2025-12-24 08:14:34 +01:00
parent
5ec8d4dcfb
commit
2d93d45926
14 changed files with 6220 additions and 54 deletions
|
|
@ -31,7 +31,7 @@ NTSTATUS IVROverlayView_IVROverlayView_003_PostOverlayEvent( void *args )
|
|||
{
|
||||
struct IVROverlayView_IVROverlayView_003_PostOverlayEvent_params *params = (struct IVROverlayView_IVROverlayView_003_PostOverlayEvent_params *)args;
|
||||
struct u_IVROverlayView_IVROverlayView_003 *iface = (struct u_IVROverlayView_IVROverlayView_003 *)params->linux_side;
|
||||
u_VREvent_t_1168 u_pvrEvent;
|
||||
u_VREvent_t_2010 u_pvrEvent;
|
||||
if (params->pvrEvent) u_pvrEvent = *params->pvrEvent;
|
||||
iface->PostOverlayEvent( params->ulOverlayHandle, params->pvrEvent ? &u_pvrEvent : nullptr );
|
||||
return 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue