FreeRDP
|
Data Fields | |
rdpContext | _p |
mfInfo * | mfi |
rdpSettings * | settings |
BOOL | clipboardSync |
wClipboard * | clipboard |
UINT32 | numServerFormats |
UINT32 | requestedFormatId |
HANDLE | clipboardRequestEvent |
CLIPRDR_FORMAT * | serverFormats |
CliprdrClientContext * | cliprdr |
UINT32 | clipboardCapabilities |
pServerCutText | ServerCutText |
rdpClientContext | common |
void * | view |
BOOL | view_ownership |
int | width |
int | height |
int | offset_x |
int | offset_y |
int | fs_toggle |
int | fullscreen |
int | percentscreen |
char | window_title [64] |
int | client_x |
int | client_y |
int | client_width |
int | client_height |
HANDLE | stopEvent |
HANDLE | keyboardThread |
enum APPLE_KEYBOARD_TYPE | appleKeyboardType |
DWORD | mainThreadId |
DWORD | keyboardThreadId |
rdpFile * | connectionRdpFile |
BOOL | disablewindowtracking |
BOOL | updating_scrollbars |
BOOL | xScrollVisible |
int | xMinScroll |
int | xCurrentScroll |
int | xMaxScroll |
BOOL | yScrollVisible |
int | yMinScroll |
int | yCurrentScroll |
int | yMaxScroll |
CGEventFlags | kbdFlags |
Definition at line 27 of file ios_freerdp.h.
rdpContext mfContext::_p |
Definition at line 29 of file ios_freerdp.h.
enum APPLE_KEYBOARD_TYPE mfContext::appleKeyboardType |
Definition at line 50 of file client/Mac/mfreerdp.h.
int mfContext::client_height |
Definition at line 47 of file client/Mac/mfreerdp.h.
int mfContext::client_width |
Definition at line 46 of file client/Mac/mfreerdp.h.
int mfContext::client_x |
Definition at line 44 of file client/Mac/mfreerdp.h.
int mfContext::client_y |
Definition at line 45 of file client/Mac/mfreerdp.h.
wClipboard * mfContext::clipboard |
Definition at line 35 of file ios_freerdp.h.
UINT32 mfContext::clipboardCapabilities |
Definition at line 41 of file ios_freerdp.h.
HANDLE mfContext::clipboardRequestEvent |
Definition at line 38 of file ios_freerdp.h.
BOOL mfContext::clipboardSync |
Definition at line 34 of file ios_freerdp.h.
CliprdrClientContext * mfContext::cliprdr |
Definition at line 40 of file ios_freerdp.h.
rdpClientContext mfContext::common |
Definition at line 31 of file client/Mac/mfreerdp.h.
rdpFile* mfContext::connectionRdpFile |
Definition at line 65 of file client/Mac/mfreerdp.h.
BOOL mfContext::disablewindowtracking |
Definition at line 68 of file client/Mac/mfreerdp.h.
int mfContext::fs_toggle |
Definition at line 40 of file client/Mac/mfreerdp.h.
int mfContext::fullscreen |
Definition at line 41 of file client/Mac/mfreerdp.h.
int mfContext::height |
Definition at line 37 of file client/Mac/mfreerdp.h.
CGEventFlags mfContext::kbdFlags |
Definition at line 83 of file client/Mac/mfreerdp.h.
HANDLE mfContext::keyboardThread |
Definition at line 50 of file client/Mac/mfreerdp.h.
DWORD mfContext::keyboardThreadId |
Definition at line 54 of file client/Mac/mfreerdp.h.
DWORD mfContext::mainThreadId |
Definition at line 53 of file client/Mac/mfreerdp.h.
mfInfo* mfContext::mfi |
Definition at line 31 of file ios_freerdp.h.
UINT32 mfContext::numServerFormats |
Definition at line 36 of file ios_freerdp.h.
int mfContext::offset_x |
Definition at line 38 of file client/Mac/mfreerdp.h.
int mfContext::offset_y |
Definition at line 39 of file client/Mac/mfreerdp.h.
int mfContext::percentscreen |
Definition at line 42 of file client/Mac/mfreerdp.h.
UINT32 mfContext::requestedFormatId |
Definition at line 37 of file ios_freerdp.h.
pServerCutText mfContext::ServerCutText |
Definition at line 42 of file ios_freerdp.h.
CLIPRDR_FORMAT * mfContext::serverFormats |
Definition at line 39 of file ios_freerdp.h.
rdpSettings* mfContext::settings |
Definition at line 32 of file ios_freerdp.h.
HANDLE mfContext::stopEvent |
Definition at line 49 of file client/Mac/mfreerdp.h.
BOOL mfContext::updating_scrollbars |
Definition at line 71 of file client/Mac/mfreerdp.h.
void* mfContext::view |
Definition at line 33 of file client/Mac/mfreerdp.h.
BOOL mfContext::view_ownership |
Definition at line 34 of file client/Mac/mfreerdp.h.
int mfContext::width |
Definition at line 36 of file client/Mac/mfreerdp.h.
char mfContext::window_title[64] |
Definition at line 43 of file client/Mac/mfreerdp.h.
int mfContext::xCurrentScroll |
Definition at line 74 of file client/Mac/mfreerdp.h.
int mfContext::xMaxScroll |
Definition at line 75 of file client/Mac/mfreerdp.h.
int mfContext::xMinScroll |
Definition at line 73 of file client/Mac/mfreerdp.h.
BOOL mfContext::xScrollVisible |
Definition at line 72 of file client/Mac/mfreerdp.h.
int mfContext::yCurrentScroll |
Definition at line 80 of file client/Mac/mfreerdp.h.
int mfContext::yMaxScroll |
Definition at line 81 of file client/Mac/mfreerdp.h.
int mfContext::yMinScroll |
Definition at line 79 of file client/Mac/mfreerdp.h.
BOOL mfContext::yScrollVisible |
Definition at line 78 of file client/Mac/mfreerdp.h.