/* * Deskflow -- mouse and keyboard sharing utility * SPDX-FileCopyrightText: (C) 2016 Symless Ltd. * SPDX-License-Identifier: GPL-2.0-only WITH LicenseRef-OpenSSL-Exception */ #include "deskflow/IPlatformScreen.h" bool IPlatformScreen::fakeMediaKey(KeyID id) { return false; }