1#ifndef YAZE_APP_EMU_INPUT_INPUT_BACKEND_H_
2#define YAZE_APP_EMU_INPUT_INPUT_BACKEND_H_
37 return (
buttons & (1 <<
static_cast<uint8_t
>(button))) != 0;
42 buttons |= (1 <<
static_cast<uint8_t
>(button));
44 buttons &= ~(1 <<
static_cast<uint8_t
>(button));
Main namespace for the application.