mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 05:19:56 +00:00
9 lines
285 B
Objective-C
9 lines
285 B
Objective-C
#pragma once
|
|
|
|
#import <GameController/GameController.h>
|
|
|
|
// Code extracted from ViewController.mm, in order to modularize
|
|
// and share it between multiple view controllers.
|
|
|
|
bool SetupController(GCController *controller);
|
|
void SendTouchEvent(float x, float y, int code, int pointerId); |