diff --git a/moonlight.hpp b/moonlight.hpp index 27f3dd3..12c41e8 100644 --- a/moonlight.hpp +++ b/moonlight.hpp @@ -50,6 +50,10 @@ class MoonlightInstance : public pp::Instance, public pp::MouseLock { bool Init(uint32_t argc, const char* argn[], const char* argv[]); void HandleMessage(const pp::Var& var_message); + void handlePair(std::string pairMessage); + void handleShowGames(std::string showGamesMessage); + void handleStartStream(std::string startStreamMessage); + void handleStopStream(std::string stopStreamMessage); void UpdateModifiers(PP_InputEvent_Type eventType, short keyCode); bool HandleInputEvent(const pp::InputEvent& event);