libultraship
Reimplementations of libultra (N64 SDK) functions for modern hardware
Loading...
Searching...
No Matches
ControllerMapping.h File Reference
Include dependency graph for ControllerMapping.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Ship::ControllerMapping
 Base class for all controller mappings. More...
 

Namespaces

namespace  Ship
 Core namespace for the libultraship engine framework.
 

Macros

#define MAPPING_TYPE_UNKNOWN   -1
 
#define MAPPING_TYPE_GAMEPAD   0
 
#define MAPPING_TYPE_KEYBOARD   1
 
#define MAPPING_TYPE_MOUSE   2
 

Macro Definition Documentation

◆ MAPPING_TYPE_GAMEPAD

#define MAPPING_TYPE_GAMEPAD   0

◆ MAPPING_TYPE_KEYBOARD

#define MAPPING_TYPE_KEYBOARD   1

◆ MAPPING_TYPE_MOUSE

#define MAPPING_TYPE_MOUSE   2

◆ MAPPING_TYPE_UNKNOWN

#define MAPPING_TYPE_UNKNOWN   -1