Sunshine master
Self-hosted game stream host for Moonlight.
inputtino_seat.h
Go to the documentation of this file.
1
5#pragma once
6
7#include <string>
8
9namespace platf::inputtino_seat {
10
15 std::string get_target_seat();
16
17} // namespace platf::inputtino_seat
std::string get_target_seat()
Definition inputtino_seat.cpp:13