Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

CTMirror

Library to mirror touches from one device to another device.

Usage

Simply drop into your project and call the start method on the player or recorder

#if TARGET_IPHONE_SIMULATOR
    [[CTMirror sharedInstance].player start];
#else
    [[CTMirror sharedInstance].recorder start];
#endif

Demo

Run the demo project MirrorDemo on a device and the iOS simulator. The touches will be mirrored from the device to the simulator.

About

Library to mirror touches from one device to another device.

Resources

Stars

62 stars

Watchers

4 watching

Forks

Releases

Packages

Contributors

Languages