5#ifndef INCLUDE_FIFECHAN_KEY_HPP_
6#define INCLUDE_FIFECHAN_KEY_HPP_
10#include "fifechan/platform.hpp"
27 explicit Key(
int value = 0);
Key(int value=0)
Constructor.
int getValue() const
Gets the value of the key.
bool isLetter() const
Checks if a key is a letter.
int mValue
Holds the value of the key.
bool operator!=(Key const &key) const
Compares two keys.
bool isNumber() const
Checks if a key is a number.
bool isCharacter() const
Checks if a key is a character.
bool operator==(Key const &key) const
Compares two keys.