/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

  1. /**
  2. * This header is generated by class-dump-z 0.2a.
  3. * class-dump-z is Copyright (C) 2009 by KennyTM~, licensed under GPLv3.
  4. *
  5. * Source: /System/Library/PrivateFrameworks/Celestial.framework/Celestial
  6. */
  7. #import "Celestial-Structs.h"
  8. #import <NSObject.h> // Unknown library
  9. @class NSMutableArray;
  10. @interface EventSystemManager : NSObject {
  11. IOHIDEventSystemClientRef eventSystemClient; // 4 = 0x4
  12. NSMutableArray *clientList; // 8 = 0x8
  13. CFRunLoopRef runLoop; // 12 = 0xc
  14. BOOL manageAccel; // 16 = 0x10
  15. int accelEventIndex; // 20 = 0x14
  16. int accelUpdateInternalUS; // 24 = 0x18
  17. }
  18. @property(readonly, retain) NSMutableArray *clientList; // G=0x32a35071; converted property
  19. @property(readonly, assign) IOHIDEventSystemClientRef eventSystemClient; // G=0x32a34fa9; converted property
  20. + (id)sharedEventSystem; // 0x32a34e91
  21. - (id)init; // 0x32a34ed9
  22. - (void)addClient:(id)client; // 0x32a354b9
  23. // converted property getter: - (id)clientList; // 0x32a35071
  24. - (void)dealloc; // 0x32a34f5d
  25. // converted property getter: - (IOHIDEventSystemClientRef)eventSystemClient; // 0x32a34fa9
  26. - (BOOL)managingAccel; // 0x32a35081
  27. - (void)refreshEventSystem; // 0x32a35171
  28. - (void)removeClient:(id)client; // 0x32a35541
  29. - (void)setAccelUpdateInterval:(double)interval; // 0x32a35091
  30. - (void)updateClientState; // 0x32a34fdd
  31. @end