Home
last modified time | relevance | path

Searched refs:inputs_channel (Results 1 – 4 of 4) sorted by relevance

/dports/devel/libspice-server/spice-0.15.0/server/
H A Dinputs-channel.cpp244 InputsChannel *inputs_channel = get_channel(); in handle_message() local
262 inputs_channel->sync_locks(code); in handle_message()
270 inputs_channel->sync_locks(code[i]); in handle_message()
326 } else if (inputs_channel->tablet) { in handle_message()
333 } else if (inputs_channel->mouse) { in handle_message()
349 } else if (inputs_channel->tablet) { in handle_message()
356 } else if (inputs_channel->mouse) { in handle_message()
360 sif->buttons(inputs_channel->mouse, in handle_message()
373 leds = inputs_channel->modifiers; in handle_message()
471 if (inputs_channel) { in spice_server_kbd_leds()
[all …]
H A Dinputs-channel-client.cpp84 InputsChannel *inputs_channel = get_channel(); in on_mouse_motion() local
87 !inputs_channel->is_src_during_migrate()) { in on_mouse_motion()
H A Dreds-private.h89 red::shared_ptr<InputsChannel> inputs_channel; member
H A Dreds.cpp609 (reds->inputs_channel && reds->inputs_channel->has_tablet() && in reds_update_mouse_mode()
906 if (reds->inputs_channel && reds->pending_mouse_event) { in on_free_self_token()
908 reds_handle_agent_mouse_event(reds, reds->inputs_channel->get_mouse_state()); in on_free_self_token()
932 if (!reds->inputs_channel || !reds->agent_dev->priv->agent_attached) { in reds_handle_agent_mouse_event()
3269 if (reds->inputs_channel->set_tablet(tablet) != 0) { in spice_server_add_interface()
3335 reds->inputs_channel->detach_tablet(tablet); in spice_server_remove_interface()
3409 reds->inputs_channel = inputs_channel_new(reds); in do_spice_init()
3726 if (reds->inputs_channel) { in spice_server_destroy()
3727 reds->inputs_channel->destroy(); in spice_server_destroy()
4334 if (reds->is_client_mouse_allowed && reds->inputs_channel && in reds_update_client_mouse_allowed()
[all …]