/SundanceVail10A5376e.K66DeveloperOS/PrivateFrameworks/Celestial.framework/Headers/EventSystemManager.h
https://github.com/zsh-tony/appletv-private-headers · C Header · 35 lines · 23 code · 4 blank · 8 comment · 0 complexity · 3d52b2bc183282f4f5bdec765d82da68 MD5 · raw file
- /**
- * This header is generated by class-dump-z 0.2a.
- * class-dump-z is Copyright (C) 2009 by KennyTM~, licensed under GPLv3.
- *
- * Source: /System/Library/PrivateFrameworks/Celestial.framework/Celestial
- */
- #import "Celestial-Structs.h"
- #import <NSObject.h> // Unknown library
- @class NSMutableArray;
- @interface EventSystemManager : NSObject {
- IOHIDEventSystemClientRef eventSystemClient; // 4 = 0x4
- NSMutableArray *clientList; // 8 = 0x8
- CFRunLoopRef runLoop; // 12 = 0xc
- BOOL manageAccel; // 16 = 0x10
- int accelEventIndex; // 20 = 0x14
- int accelUpdateInternalUS; // 24 = 0x18
- }
- @property(readonly, retain) NSMutableArray *clientList; // G=0x32a35071; converted property
- @property(readonly, assign) IOHIDEventSystemClientRef eventSystemClient; // G=0x32a34fa9; converted property
- + (id)sharedEventSystem; // 0x32a34e91
- - (id)init; // 0x32a34ed9
- - (void)addClient:(id)client; // 0x32a354b9
- // converted property getter: - (id)clientList; // 0x32a35071
- - (void)dealloc; // 0x32a34f5d
- // converted property getter: - (IOHIDEventSystemClientRef)eventSystemClient; // 0x32a34fa9
- - (BOOL)managingAccel; // 0x32a35081
- - (void)refreshEventSystem; // 0x32a35171
- - (void)removeClient:(id)client; // 0x32a35541
- - (void)setAccelUpdateInterval:(double)interval; // 0x32a35091
- - (void)updateClientState; // 0x32a34fdd
- @end