Modernized code in guisan objects, improved GUI layout

This commit is contained in:
Dimitris Panokostas 2020-05-15 00:27:51 +02:00
parent ed31f6849d
commit ecb56ef5be
94 changed files with 7326 additions and 7347 deletions

View file

@ -104,21 +104,21 @@ namespace gcn
*
* @return the type of the event.
*/
unsigned int getType() const;
[[nodiscard]] unsigned int getType() const;
/**
* Checks whether the key event occured on the numeric pad.
*
* @return true if key event occured on the numeric pad.
*/
bool isNumericPad() const;
[[nodiscard]] bool isNumericPad() const;
/**
* Gets the key of the event.
*
* @return the key of the event.
*/
const Key& getKey() const;
[[nodiscard]] const Key& getKey() const;
/**
* Key event types.