|
const char * | x11_event_string (int event) |
|
static BOOL | xf_action_script_append (xfContext *xfc, const char *buffer, size_t size, void *user, const char *what, const char *arg) |
|
BOOL | xf_event_action_script_init (xfContext *xfc) |
|
void | xf_event_action_script_free (xfContext *xfc) |
|
static BOOL | action_script_run (xfContext *xfc, const char *buffer, size_t size, void *user, const char *what, const char *arg) |
|
static BOOL | xf_event_execute_action_script (xfContext *xfc, const XEvent *event) |
|
void | xf_adjust_coordinates_to_screen (xfContext *xfc, UINT32 *x, UINT32 *y) |
|
void | xf_event_adjust_coordinates (xfContext *xfc, int *x, int *y) |
|
static BOOL | xf_event_Expose (xfContext *xfc, const XExposeEvent *event, BOOL app) |
|
static BOOL | xf_event_VisibilityNotify (xfContext *xfc, const XVisibilityEvent *event, BOOL app) |
|
BOOL | xf_generic_MotionNotify (xfContext *xfc, int x, int y, int state, Window window, BOOL app) |
|
BOOL | xf_generic_RawMotionNotify (xfContext *xfc, int x, int y, Window window, BOOL app) |
|
static BOOL | xf_event_MotionNotify (xfContext *xfc, const XMotionEvent *event, BOOL app) |
|
BOOL | xf_generic_ButtonEvent (xfContext *xfc, int x, int y, int button, Window window, BOOL app, BOOL down) |
|
static BOOL | xf_grab_mouse (xfContext *xfc) |
|
static BOOL | xf_grab_kbd (xfContext *xfc) |
|
static BOOL | xf_event_ButtonPress (xfContext *xfc, const XButtonEvent *event, BOOL app) |
|
static BOOL | xf_event_ButtonRelease (xfContext *xfc, const XButtonEvent *event, BOOL app) |
|
static BOOL | xf_event_KeyPress (xfContext *xfc, const XKeyEvent *event, BOOL app) |
|
static BOOL | xf_event_KeyRelease (xfContext *xfc, const XKeyEvent *event, BOOL app) |
|
static BOOL | xf_event_KeyReleaseOrIgnore (xfContext *xfc, const XKeyEvent *event, BOOL app) |
|
static BOOL | xf_event_FocusIn (xfContext *xfc, const XFocusInEvent *event, BOOL app) |
|
static BOOL | xf_event_FocusOut (xfContext *xfc, const XFocusOutEvent *event, BOOL app) |
|
static BOOL | xf_event_MappingNotify (xfContext *xfc, const XMappingEvent *event, BOOL app) |
|
static BOOL | xf_event_ClientMessage (xfContext *xfc, const XClientMessageEvent *event, BOOL app) |
|
static BOOL | xf_event_EnterNotify (xfContext *xfc, const XEnterWindowEvent *event, BOOL app) |
|
static BOOL | xf_event_LeaveNotify (xfContext *xfc, const XLeaveWindowEvent *event, BOOL app) |
|
static BOOL | xf_event_ConfigureNotify (xfContext *xfc, const XConfigureEvent *event, BOOL app) |
|
static BOOL | xf_event_MapNotify (xfContext *xfc, const XMapEvent *event, BOOL app) |
|
static BOOL | xf_event_UnmapNotify (xfContext *xfc, const XUnmapEvent *event, BOOL app) |
|
static BOOL | xf_event_PropertyNotify (xfContext *xfc, const XPropertyEvent *event, BOOL app) |
|
static BOOL | xf_event_suppress_events (xfContext *xfc, xfAppWindow *appWindow, const XEvent *event) |
|
BOOL | xf_event_process (freerdp *instance, const XEvent *event) |
|
BOOL | xf_generic_RawButtonEvent (xfContext *xfc, int button, BOOL app, BOOL down) |
|
FreeRDP: A Remote Desktop Protocol Implementation X11 Event Handling
Copyright 2011 Marc-Andre Moreau marca.nosp@m.ndre.nosp@m..more.nosp@m.au@g.nosp@m.mail..nosp@m.com Copyright 2023 HP Development Company, L.P.
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.
const char* x11_event_string |
( |
int |
event | ) |
|
FreeRDP: A Remote Desktop Protocol Implementation X11 Event Handling
Copyright 2011 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.