Bridges-C++  3.4.5-dev1-6-g935685a
Bridges(C++ API)
Public Member Functions | List of all members
bridges::game::KeypressListener Class Referenceabstract

This is meant to be an internal class, not something that the library user will use. Provides support for input handling for the Game API. More...

#include <SocketConnection.h>

Inheritance diagram for bridges::game::KeypressListener:
bridges::game::InputHelper

Public Member Functions

virtual void keyup (std::string JSONmessage)=0
 
virtual void keydown (std::string JSONmessage)=0
 

Detailed Description

This is meant to be an internal class, not something that the library user will use. Provides support for input handling for the Game API.

Member Function Documentation

◆ keydown()

virtual void bridges::game::KeypressListener::keydown ( std::string  JSONmessage)
pure virtual

Implemented in bridges::game::InputHelper.

◆ keyup()

virtual void bridges::game::KeypressListener::keyup ( std::string  JSONmessage)
pure virtual

Implemented in bridges::game::InputHelper.


The documentation for this class was generated from the following file: