2022-02-21 21:21:34 -10:00
|
|
|
//
|
|
|
|
// Use this file to import your target's public headers that you would like to expose to Swift.
|
|
|
|
//
|
|
|
|
|
|
|
|
#ifndef HAVE_COCOATOUCH
|
|
|
|
#define HAVE_COCOATOUCH
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifndef HAVE_IOS_CUSTOMKEYBOARD
|
|
|
|
#define HAVE_IOS_CUSTOMKEYBOARD
|
|
|
|
#endif
|
|
|
|
|
2022-03-07 08:09:49 -10:00
|
|
|
#ifndef HAVE_IOS_SWIFT
|
|
|
|
#define HAVE_IOS_SWIFT
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifndef HAVE_IOS_TOUCHMOUSE
|
|
|
|
#define HAVE_IOS_TOUCHMOUSE
|
|
|
|
#endif
|
|
|
|
|
2022-02-21 21:21:34 -10:00
|
|
|
#include "libretro-common/include/libretro.h"
|
|
|
|
#import "../ui/drivers/cocoa/cocoa_common.h"
|
|
|
|
#include "../../input/drivers_keyboard/keyboard_event_apple.h"
|
|
|
|
#include "../../input/input_keymaps.h"
|