├── ALToastView.h ├── ALToastView.m ├── GSEvent.h ├── Layout ├── DEBIAN │ └── control └── Library │ └── MobileSubstrate │ └── DynamicLibraries │ └── ControlFreak.plist ├── Makefile ├── README ├── TapMapper.h ├── TapMapper.m ├── Tweak.xm ├── UIEvent+Synthesize.h ├── UIEvent+Synthesize.m ├── UITouch+Synthesize.h ├── UITouch+Synthesize.m └── toastviewlicense.txt /ALToastView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/n00neimp0rtant/ControlFreak/HEAD/ALToastView.h -------------------------------------------------------------------------------- /ALToastView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/n00neimp0rtant/ControlFreak/HEAD/ALToastView.m -------------------------------------------------------------------------------- /GSEvent.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/n00neimp0rtant/ControlFreak/HEAD/GSEvent.h -------------------------------------------------------------------------------- /Layout/DEBIAN/control: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/n00neimp0rtant/ControlFreak/HEAD/Layout/DEBIAN/control -------------------------------------------------------------------------------- /Layout/Library/MobileSubstrate/DynamicLibraries/ControlFreak.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/n00neimp0rtant/ControlFreak/HEAD/Layout/Library/MobileSubstrate/DynamicLibraries/ControlFreak.plist -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/n00neimp0rtant/ControlFreak/HEAD/Makefile -------------------------------------------------------------------------------- /README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/n00neimp0rtant/ControlFreak/HEAD/README -------------------------------------------------------------------------------- /TapMapper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/n00neimp0rtant/ControlFreak/HEAD/TapMapper.h -------------------------------------------------------------------------------- /TapMapper.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/n00neimp0rtant/ControlFreak/HEAD/TapMapper.m -------------------------------------------------------------------------------- /Tweak.xm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/n00neimp0rtant/ControlFreak/HEAD/Tweak.xm -------------------------------------------------------------------------------- /UIEvent+Synthesize.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/n00neimp0rtant/ControlFreak/HEAD/UIEvent+Synthesize.h -------------------------------------------------------------------------------- /UIEvent+Synthesize.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/n00neimp0rtant/ControlFreak/HEAD/UIEvent+Synthesize.m -------------------------------------------------------------------------------- /UITouch+Synthesize.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/n00neimp0rtant/ControlFreak/HEAD/UITouch+Synthesize.h -------------------------------------------------------------------------------- /UITouch+Synthesize.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/n00neimp0rtant/ControlFreak/HEAD/UITouch+Synthesize.m -------------------------------------------------------------------------------- /toastviewlicense.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/n00neimp0rtant/ControlFreak/HEAD/toastviewlicense.txt --------------------------------------------------------------------------------