Epok Engine

EPOK RUNTIME

epok::Button

Enum

Enum

Button values match PsyQo's digital pad protocol.

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

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::Button::Circle;

Values