MCPcopy Create free account
hub / github.com/StereoKit/StereoKit / input_fire_event

Method input_fire_event

StereoKit/Native/NativeAPI.cs:652–652  ·  view source on GitHub ↗
(InputSource source, BtnState evt, IntPtr pointer)

Source from the content-addressed store, hash-verified

650 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void input_subscribe (InputSource source, BtnState evt, InputEventCallback event_callback);
651 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void input_unsubscribe(InputSource source, BtnState evt, InputEventCallback event_callback);
652 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void input_fire_event (InputSource source, BtnState evt, IntPtr pointer);
653
654 ///////////////////////////////////////////
655

Callers 1

FireEventMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected