HID_Calibrator/IOHIDDeviceWindowCtrl.h
// |
// IOHIDDeviceWindowCtrl.h |
// HID_Calibrator |
// |
// Created by George Warner on 3/26/11. |
// Copyright 2011 Apple Inc. All rights reserved. |
// |
#import <Cocoa/Cocoa.h> |
#include "HID_Utilities_External.h" |
@interface IOHIDDeviceWindowCtrl : NSWindowController |
-(id)initWithIOHIDDeviceRef:(IOHIDDeviceRef)inIOHIDDeviceRef; |
@property (assign, nonatomic, readwrite) IOHIDDeviceRef _IOHIDDeviceRef; |
@property (unsafe_unretained, nonatomic, readwrite) NSArray * _IOHIDElementModels; |
@property (unsafe_unretained, readonly) NSString * name; |
@end |
Copyright © 2014 Apple Inc. All Rights Reserved. Terms of Use | Privacy Policy | Updated: 2014-02-17