Gainput  v1.0.0
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
 NgainputContains all Gainput related classes, types, and functions
 CAllocatorInterface used to pass custom allocators to the library
 CArrayA std::vector-like data container for POD-types
 CDebugRendererInterface for debug rendering of input device states
 CDefaultAllocatorThe default allocator used by the library
 CDeviceButtonSpecDescribes a device button on a specific device
 CDeviceStateModifierInterface for modifiers that change device input states after they have been updated
 CDoubleClickGestureA double-click gesture
 CHashMapA hash table mapping keys to POD-type values
 CNodeAn element of the hash table
 CHoldGestureA hold-to-trigger gesture
 CInputDeltaStateStores a list of input state changes
 CInputDeviceInterface for anything that provides device inputs
 CInputDeviceBuiltInAn input device for inputs that are directly built into the executing device (for example, sensors in a phone)
 CInputDeviceKeyboardA keyboard input device
 CInputDeviceMouseA mouse input device
 CInputDevicePadA pad input device
 CInputDeviceTouchA touch input device
 CInputGestureBase class for all input gestures
 CInputListenerListener interface that allows to receive notifications when device button states change
 CInputManagerManages all input devices and some other helpful stuff
 CDeviceInput
 CInputMapMaps user buttons to device buttons
 CInputPlayerPlays back a previously recorded sequence of device state changes
 CInputRecorderRecords a sequence of button state changes
 CInputRecordingA recorded sequence of input changes
 CInputStateState of an input device
 CMappedInputListenerListener interface that allows to receive notifications when user button states change
 CPinchGestureA multi-touch pinch-to-scale gesture
 CRecordedDeviceButtonChangeA single recorded change for a device button
 CRingBufferA ring buffer
 CRotateGestureA multi-touch rotate gesture
 CSimultaneouslyDownGestureA gesture that tracks if a number of buttons is down simultaneously
 CTapGestureA tap-to-trigger gesture
 CTrackingAllocatorAn allocator that tracks an allocations that were done
 CGainputView[IOS ONLY] UIKit view that captures touch inputs