Gainput  v1.0.0
GainputIos.h
1 
2 #ifndef GAINPUTIOS_H_
3 #define GAINPUTIOS_H_
4 
5 #import <UIKit/UIKit.h>
6 
7 namespace gainput
8 {
9  class InputManager;
10 }
11 
13 
19 @interface GainputView : UIView
20 
21 - (id)initWithFrame:(CGRect)frame inputManager:(gainput::InputManager&)inputManager;
22 
23 @end
24 
25 #endif
26 
[IOS ONLY] UIKit view that captures touch inputs.
Definition: GainputIos.h:19
Contains all Gainput related classes, types, and functions.
Definition: gainput.h:103