| 
    FreeRDP
    
   | 
 
#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>
Data Structures | |
| struct | rdp_input_internal | 
Functions | |
| static INLINE rdp_input_internal * | input_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) | 
      
  | 
  static | 

| FREERDP_LOCAL void input_free | ( | rdpInput * | input | ) | 


| FREERDP_LOCAL rdpInput* input_new | ( | rdpRdp * | rdp | ) | 


| FREERDP_LOCAL int input_process_events | ( | rdpInput * | input | ) | 

| FREERDP_LOCAL BOOL input_recv | ( | rdpInput * | input, | 
| wStream * | s | ||
| ) | 


| FREERDP_LOCAL BOOL input_register_client_callbacks | ( | rdpInput * | input | ) | 

