NWengine 0.9
Loading...
Searching...
No Matches
Inputs.h File Reference

This file contains the declaration of the Inputs class and related input constants. More...

#include "Maths.h"

Go to the source code of this file.

Classes

class  Inputs
 The Inputs class represents the input state and provides methods to process and retrieve input. More...
 

Macros

#define INPUT_LEFT_X   0
 The constant representing the input for the left X-axis.
 
#define INPUT_LEFT_Y   1
 The constant representing the input for the left Y-axis.
 
#define INPUT_RIGHT_X   3
 The constant representing the input for the right X-axis.
 
#define INPUT_RIGHT_Y   4
 The constant representing the input for the right Y-axis.
 

Typedefs

typedef int Input_Number
 Alias for the input number type.
 
typedef int Input_Mode
 Alias for the input mode type.
 

Detailed Description

This file contains the declaration of the Inputs class and related input constants.