openMSX
|
#include "BooleanInput.hh"
#include "Event.hh"
#include "SDLKey.hh"
#include "narrow.hh"
#include "one_of.hh"
#include "stl.hh"
#include "strCat.hh"
#include "StringOp.hh"
#include "unreachable.hh"
#include <tuple>
Go to the source code of this file.
Namespaces | |
namespace | openmsx |
This file implemented 3 utility functions: | |
Functions | |
std::string | openmsx::toString (const BooleanInput &input) |
std::optional< BooleanInput > | openmsx::parseBooleanInput (std::string_view text) |
std::optional< BooleanInput > | openmsx::captureBooleanInput (const Event &event, function_ref< int(JoystickId)> getJoyDeadZone) |
bool | openmsx::operator== (const BooleanInput &x, const BooleanInput &y) |
std::optional< bool > | openmsx::match (const BooleanInput &binding, const Event &event, function_ref< int(JoystickId)> getJoyDeadZone) |