![]() |
Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
|
#import <UIKit/UIKit.h>
#import <AVFoundation/AVAudioSession.h>
#import "XBMCApplication.h"
#import "XBMCController.h"
#import "IOSScreenManager.h"
#import "XBMCDebugHelpers.h"
#import <objc/runtime.h>
Macros | |
#define | GSEVENT_TYPE 2 |
#define | GSEVENT_FLAGS 12 |
#define | GSEVENTKEY_KEYCODE 15 |
#define | GSEVENTKEY_KEYCODE_IOS7 17 |
#define | GSEVENTKEY_KEYCODE_64_BIT 13 |
#define | GSEVENT_TYPE_KEYUP 11 |
#define | MSHookMessageEx(class, selector, replacement, result) (*(result) = method_setImplementation(class_getInstanceMethod((class), (selector)), (replacement))) |
Functions | |
void | handleKeyCode (UniChar keyCode) |
__attribute__ ((constructor)) static void HookKeyboard(void) | |
int | main (int argc, char *argv[]) |
Variables | |
XBMCController * | m_xbmcController |
#define GSEVENT_FLAGS 12 |
#define GSEVENT_TYPE 2 |
#define GSEVENT_TYPE_KEYUP 11 |
#define GSEVENTKEY_KEYCODE 15 |
#define GSEVENTKEY_KEYCODE_64_BIT 13 |
#define GSEVENTKEY_KEYCODE_IOS7 17 |
#define MSHookMessageEx | ( | class, | |
selector, | |||
replacement, | |||
result | |||
) | (*(result) = method_setImplementation(class_getInstanceMethod((class), (selector)), (replacement))) |
__attribute__ | ( | (constructor) | ) |
void handleKeyCode | ( | UniChar | keyCode | ) |
int main | ( | int | argc, |
char * | argv[] | ||
) |
XBMCController* m_xbmcController |