Epok Engine

EPOK RUNTIME

epok::Axis

Enum

Enum

Q12 axes: positive X is right; positive Y is up.

Namespace
epok
Header
input.hpp
Include
#include "input.hpp"
Module
input
Source
runtime/input.hpp:11

Basic usage

This minimal snippet shows the normal syntax for reaching the type. Open a member below for an operation-specific example.

C++ example
#include "input.hpp"

auto value = epok::Axis::LeftX;

Values