libultraship
Reimplementations of libultra (N64 SDK) functions for modern hardware
Loading...
Searching...
No Matches
ControllerAxisDirectionMapping.h File Reference
#include <cstdint>
#include <string>
#include <memory>
#include "ControllerInputMapping.h"
Include dependency graph for ControllerAxisDirectionMapping.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Ship::ControllerAxisDirectionMapping
 Maps a physical input to a virtual analog stick direction. More...
 

Namespaces

namespace  Ship
 Core namespace for the libultraship engine framework.
 

Macros

#define MAX_AXIS_RANGE   85.0f
 

Enumerations

enum  Ship::StickIndex { Ship::LEFT_STICK , Ship::RIGHT_STICK }
 Identifies which analog stick an axis mapping applies to. More...
 
enum  Ship::Direction { Ship::LEFT , Ship::RIGHT , Ship::UP , Ship::DOWN }
 Identifies the direction component of an axis mapping. More...
 

Macro Definition Documentation

◆ MAX_AXIS_RANGE

#define MAX_AXIS_RANGE   85.0f