Conquer Chess
Chess and Starcraft combined
Loading...
Searching...
No Matches
Classes | Functions
mouse_bindings.h File Reference
#include "ccfwd.h"
#include "action_number.h"
#include <SFML/Window/Mouse.hpp>
#include <iosfwd>
#include <map>
Include dependency graph for mouse_bindings.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  mouse_bindings
 The mouse bindings. More...
 

Functions

void test_mouse_bindings ()
 Test this class and its free functions.
 
bool operator== (const mouse_bindings &lhs, const mouse_bindings &rhs) noexcept
 
std::ostream & operator<< (std::ostream &os, const mouse_bindings &keys) noexcept
 

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream &  os,
const mouse_bindings keys 
)
noexcept

◆ operator==()

bool operator== ( const mouse_bindings lhs,
const mouse_bindings rhs 
)
noexcept

◆ test_mouse_bindings()

void test_mouse_bindings ( )

Test this class and its free functions.