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

Method input_subscribe

StereoKit/Native/NativeAPI.cs:650–650  ·  view source on GitHub ↗
(InputSource source, BtnState evt, InputEventCallback event_callback)

Source from the content-addressed store, hash-verified

648 ///////////////////////////////////////////
649
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

Callers 1

InitializeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected