Epok Engine

EPOK RUNTIME

epok::Axis::RightX

Enum value

Enum value

Named value `RightX` in `epok::Axis`.

Belongs to
epok::Axis
Header
input.hpp

Declaration

Declaration
RightX = 2

Named value `RightX` in `epok::Axis`.

Type
epok::Axis
Value
2
Storage
Per instance

Example

C++ example
#include "input.hpp"

auto value = epok::Axis::RightX;

When it helps

Use this named value instead of a raw number so intent stays visible in game code and debugger output.

Trade-offs and warnings

Treat the numeric value as an implementation detail unless a file or hardware format explicitly requires it.

Declared in runtime/input.hpp:11