luxlabs header browser preview


@class NSString, _GCGamepadEventKeyboardEventAdapterConfig, _GCGamepadEventKeyboardEventAdapter;
@protocol _GCKeyboardEventSourceDescription;

@interface _GCGamepadEventKeyboardEventAdapterDescription : NSObject <_GCGamepadEventSourceDescription> {
    _GCGamepadEventKeyboardEventAdapterConfig *_config;
    id<_GCKeyboardEventSourceDescription> _sourceDescription;
    _GCGamepadEventKeyboardEventAdapter *_materializedObject;
}

@property (class, readonly) BOOL supportsSecureCoding;

@property (readonly) unsigned long long hash;
@property (readonly) Class superclass;
@property (readonly, copy) NSString *description;
@property (readonly, copy) NSString *debugDescription;

- (id)init;
- (void)encodeWithCoder:(id)a0;
- (void).cxx_destruct;
- (id)initWithCoder:(id)a0;
- (id)initWithConfiguration:(id)a0 source:(id)a1;
- (id)materializeWithContext:(id)a0;

@end