Pioneer
Loading...
Searching...
No Matches
Classes | Namespaces | Enumerations | Functions
InputBindings.h File Reference
#include "DeleteEmitter.h"
#include <SDL_events.h>
#include <SDL_keycode.h>
#include <sigc++/sigc++.h>
#include <cstdint>
#include <iostream>
#include <string_view>
Include dependency graph for InputBindings.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  InputBindings::KeyBinding
 
struct  InputBindings::JoyAxis
 
struct  InputBindings::KeyChord
 
struct  InputBindings::Action
 
struct  InputBindings::Axis
 

Namespaces

namespace  InputBindings
 

Enumerations

enum class  InputBindings::Response { InputBindings::Ignored = 0 , InputBindings::Pressed , InputBindings::Released }
 

Functions

std::string_view & InputBindings::operator>> (std::string_view &, KeyBinding &)
 
std::ostream & InputBindings::operator<< (std::ostream &, const KeyBinding &)
 
std::string_view & InputBindings::operator>> (std::string_view &, JoyAxis &)
 
std::ostream & InputBindings::operator<< (std::ostream &, const JoyAxis &)
 
std::string_view & InputBindings::operator>> (std::string_view &, KeyChord &)
 
std::ostream & InputBindings::operator<< (std::ostream &, const KeyChord &)
 
std::string_view & InputBindings::operator>> (std::string_view &, Action &)
 
std::ostream & InputBindings::operator<< (std::ostream &, const Action &)
 
std::string_view & InputBindings::operator>> (std::string_view &, Axis &)
 
std::ostream & InputBindings::operator<< (std::ostream &, const Axis &)