Gainput
v1.0.0
lib
include
gainput
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
GainputView
[IOS ONLY] UIKit view that captures touch inputs.
Definition:
GainputIos.h:19
gainput
Contains all Gainput related classes, types, and functions.
Definition:
gainput.h:103
Generated on Wed Sep 6 2017 20:47:59 for Gainput by
1.8.13