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

#include <SocketConnection.h>

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

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.

Public Member Functions

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

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: