예제 #1
0
 extern static IOReturn IOHIDDeviceGetValueWithCallback(
     IOHIDDeviceRef device,
     IOHIDElementRef element,
     ref IOHIDValueRef pValue,
     CFTimeInterval timeout,
     IOHIDValueCallback callback,
     IntPtr context);
예제 #2
0
파일: HIDInput.cs 프로젝트: nagyist/opentk
 public static extern void IOHIDDeviceRegisterInputValueCallback(
     IOHIDDeviceRef device,
     IOHIDValueCallback callback,
     IntPtr context);
예제 #3
0
 public static extern void IOHIDDeviceRegisterInputValueCallback(
     IOHIDDeviceRef device,
     IOHIDValueCallback callback,
     IntPtr context);
예제 #4
0
 extern static void IOHIDManagerRegisterInputValueCallback(
     IOHIDManagerRef manager,
     IOHIDValueCallback callback,
     IntPtr context);
예제 #5
0
 internal static extern void IOHIDDeviceRegisterInputValueCallback(System.IntPtr device, IOHIDValueCallback callback, System.IntPtr context);
예제 #6
0
		extern static void IOHIDManagerRegisterInputValueCallback (
			IOHIDManagerRef                 manager,
			IOHIDValueCallback              callback,
			IntPtr                          context);
예제 #7
0
 internal static extern void IOHIDDeviceRegisterInputValueCallback(System.IntPtr device, IOHIDValueCallback callback, System.IntPtr context);
예제 #8
0
		extern static IOReturn IOHIDDeviceGetValueWithCallback (
			    IOHIDDeviceRef                  device, 
			    IOHIDElementRef                 element, 
			ref IOHIDValueRef                   pValue,
			    CFTimeInterval                  timeout,
			    IOHIDValueCallback              callback, 
			    IntPtr                          context);