FreeRDP
include/freerdp/event.h File Reference
#include <freerdp/api.h>
#include <winpr/collections.h>
This graph shows which files directly or indirectly include this file:

Macros

#define FREERDP_WINDOW_STATE_NORMAL   0
 
#define FREERDP_WINDOW_STATE_MINIMIZED   1
 
#define FREERDP_WINDOW_STATE_MAXIMIZED   2
 
#define FREERDP_WINDOW_STATE_FULLSCREEN   3
 
#define FREERDP_WINDOW_STATE_ACTIVE   4
 

Variables

int state
 
int width
 
int height
 
int dx
 
int dy
 
BOOL embed
 
void * handle
 
UINT32 code
 
BOOL firstActivation
 
BOOL active
 
int result
 
const char * name
 
void * pInterface
 
UINT16 flags
 
UINT16 x
 
UINT16 y
 
UINT64 now
 

Macro Definition Documentation

◆ FREERDP_WINDOW_STATE_ACTIVE

#define FREERDP_WINDOW_STATE_ACTIVE   4

◆ FREERDP_WINDOW_STATE_FULLSCREEN

#define FREERDP_WINDOW_STATE_FULLSCREEN   3

◆ FREERDP_WINDOW_STATE_MAXIMIZED

#define FREERDP_WINDOW_STATE_MAXIMIZED   2

◆ FREERDP_WINDOW_STATE_MINIMIZED

#define FREERDP_WINDOW_STATE_MINIMIZED   1

◆ FREERDP_WINDOW_STATE_NORMAL

#define FREERDP_WINDOW_STATE_NORMAL   0

FreeRDP: A Remote Desktop Protocol Implementation Event Definitions

Copyright 2013 Marc-Andre Moreau marca.nosp@m.ndre.nosp@m..more.nosp@m.au@g.nosp@m.mail..nosp@m.com

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.

Variable Documentation

◆ active

BOOL active

◆ code

int code

◆ dx

int dx

◆ dy

int dy

◆ embed

BOOL embed

◆ firstActivation

BOOL firstActivation

◆ flags

UINT16 flags

◆ handle

void* handle

◆ height

UINT32 height

◆ name

const char* name

◆ now

UINT64 now

◆ pInterface

void * pInterface

◆ result

int result

◆ state

int state

◆ width

UINT32 width

◆ x

int x

◆ y

int y