FreeRDP
libfreerdp/core/input.h File Reference
#include "rdp.h"
#include "fastpath.h"
#include "message.h"
#include <freerdp/input.h>
#include <freerdp/freerdp.h>
#include <freerdp/api.h>
#include <winpr/stream.h>
This graph shows which files directly or indirectly include this file:

Data Structures

struct  rdp_input_internal
 

Functions

static INLINE rdp_input_internalinput_cast (rdpInput *input)
 
FREERDP_LOCAL BOOL input_recv (rdpInput *input, wStream *s)
 
FREERDP_LOCAL int input_process_events (rdpInput *input)
 
FREERDP_LOCAL BOOL input_register_client_callbacks (rdpInput *input)
 
FREERDP_LOCAL void input_free (rdpInput *input)
 
FREERDP_LOCAL rdpInput * input_new (rdpRdp *rdp)
 

Function Documentation

◆ input_cast()

static INLINE rdp_input_internal* input_cast ( rdpInput *  input)
static
Here is the caller graph for this function:

◆ input_free()

FREERDP_LOCAL void input_free ( rdpInput *  input)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ input_new()

FREERDP_LOCAL rdpInput* input_new ( rdpRdp *  rdp)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ input_process_events()

FREERDP_LOCAL int input_process_events ( rdpInput *  input)
Here is the call graph for this function:

◆ input_recv()

FREERDP_LOCAL BOOL input_recv ( rdpInput *  input,
wStream s 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ input_register_client_callbacks()

FREERDP_LOCAL BOOL input_register_client_callbacks ( rdpInput *  input)
Here is the call graph for this function:
Here is the caller graph for this function: