FreeRDP
|
#include <freerdp/config.h>
#include <stdio.h>
#include <stdlib.h>
#include <winpr/crt.h>
#include <winpr/assert.h>
#include <winpr/stream.h>
#include <winpr/sysinfo.h>
#include "ainput_main.h"
#include <freerdp/channels/log.h>
#include <freerdp/client/channels.h>
#include <freerdp/client/ainput.h>
#include <freerdp/channels/ainput.h>
#include "../common/ainput_common.h"
Macros | |
#define | TAG CHANNELS_TAG("ainput.client") |
Functions | |
static UINT | ainput_on_data_received (IWTSVirtualChannelCallback *pChannelCallback, wStream *data) |
static UINT | ainput_send_input_event (AInputClientContext *context, UINT64 flags, INT32 x, INT32 y) |
static UINT | ainput_on_close (IWTSVirtualChannelCallback *pChannelCallback) |
static UINT | init_plugin_cb (GENERIC_DYNVC_PLUGIN *base, rdpContext *rcontext, rdpSettings *settings) |
static void | terminate_plugin_cb (GENERIC_DYNVC_PLUGIN *base) |
Variables | |
static const IWTSVirtualChannelCallback | ainput_functions |
#define TAG CHANNELS_TAG("ainput.client") |
FreeRDP: A Remote Desktop Protocol Implementation Advanced Input Virtual Channel Extension
Copyright 2022 Armin Novak anova Copyright 2022 Thincast Technologies GmbH k@th incas t.co m
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
|
static |
Function description
|
static |
Function description
|
static |
|
static |
|
static |
|
static |