FreeRDP
|
#include <freerdp/config.h>
#include <winpr/crt.h>
#include <freerdp/freerdp.h>
#include <freerdp/log.h>
#include "android_freerdp.h"
#include "android_cliprdr.h"
Macros | |
#define | TAG CLIENT_TAG("android") |
#define TAG CLIENT_TAG("android") |
FreeRDP: A Remote Desktop Protocol Implementation Android Event System
Copyright 2010-2012 Marc-Andre Moreau marca Copyright 2013 Thincast Technologies GmbH, Author: Martin Fleisz ndre .more au@g mail. com
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
BOOL android_check_handle | ( | freerdp * | inst | ) |
|
static |
ANDROID_EVENT_CLIPBOARD* android_event_clipboard_new | ( | const void * | data, |
size_t | data_length | ||
) |
|
static |
ANDROID_EVENT_CURSOR* android_event_cursor_new | ( | UINT16 | flags, |
UINT16 | x, | ||
UINT16 | y | ||
) |
|
static |
ANDROID_EVENT* android_event_disconnect_new | ( | void | ) |
void android_event_free | ( | ANDROID_EVENT * | event | ) |
|
static |
ANDROID_EVENT_KEY* android_event_key_new | ( | int | flags, |
UINT16 | scancode | ||
) |
BOOL android_event_queue_init | ( | freerdp * | inst | ) |
void android_event_queue_uninit | ( | freerdp * | inst | ) |
|
static |
ANDROID_EVENT_KEY* android_event_unicodekey_new | ( | UINT16 | flags, |
UINT16 | key | ||
) |
HANDLE android_get_handle | ( | freerdp * | inst | ) |
|
static |
|
static |
|
static |
BOOL android_push_event | ( | freerdp * | inst, |
ANDROID_EVENT * | event | ||
) |