Exemplo n.º 1
0
 extern static IOReturn IOHIDDeviceGetValueWithCallback(
     IOHIDDeviceRef device,
     IOHIDElementRef element,
     ref IOHIDValueRef pValue,
     CFTimeInterval timeout,
     IOHIDValueCallback callback,
     IntPtr context);
Exemplo n.º 2
0
 public static extern void IOHIDDeviceRegisterInputValueCallback(
     IOHIDDeviceRef device,
     IOHIDValueCallback callback,
     IntPtr context);
Exemplo n.º 3
0
 public static extern void IOHIDDeviceRegisterInputValueCallback(
     IOHIDDeviceRef device,
     IOHIDValueCallback callback,
     IntPtr context);
Exemplo n.º 4
0
 extern static void IOHIDManagerRegisterInputValueCallback(
     IOHIDManagerRef manager,
     IOHIDValueCallback callback,
     IntPtr context);
Exemplo n.º 5
0
 internal static extern void IOHIDDeviceRegisterInputValueCallback(System.IntPtr device, IOHIDValueCallback callback, System.IntPtr context);
Exemplo n.º 6
0
		extern static void IOHIDManagerRegisterInputValueCallback (
			IOHIDManagerRef                 manager,
			IOHIDValueCallback              callback,
			IntPtr                          context);
Exemplo n.º 7
0
 internal static extern void IOHIDDeviceRegisterInputValueCallback(System.IntPtr device, IOHIDValueCallback callback, System.IntPtr context);
Exemplo n.º 8
0
		extern static IOReturn IOHIDDeviceGetValueWithCallback (
			    IOHIDDeviceRef                  device, 
			    IOHIDElementRef                 element, 
			ref IOHIDValueRef                   pValue,
			    CFTimeInterval                  timeout,
			    IOHIDValueCallback              callback, 
			    IntPtr                          context);