/**
* @namespace Phaser.Cameras.Controls
*/
module.exports = {
Fixed: require('./FixedKeyControl'),
Smoothed: require('./SmoothedKeyControl')
};