InputsChannel
Object Hierarchy:
Description:
[
CCode ( type_id =
"spice_inputs_channel_get_type ()" ) ]
public class InputsChannel :
Channel
The InputsChannel struct is opaque and should not be accessed directly.
Content:
Properties:
Creation methods:
Methods:
- public void button_press (int button, int button_state)
Press a mouse button.
- public void button_release (int button, int button_state)
Release a button.
- public void key_press (uint scancode)
Press a key.
- public void key_press_and_release (uint scancode)
Press and release a key event atomically (in the same message).
- public void key_release (uint scancode)
Release a key.
- public void motion (int dx, int dy, int button_state)
Change mouse position (used in SPICE_MOUSE_MODE_SERVER).
- public void position (int x, int y, int display, int button_state)
Change mouse position (used in SPICE_MOUSE_MODE_CLIENT).
- public void set_key_locks (uint locks)
Set the keyboard locks on the guest (Caps, Num, Scroll.
Signals:
Inherited Members:
All known members inherited from class Spice.Channel
All known members inherited from class GLib.Object
- @get
- @new
- @ref
- @set
- add_toggle_ref
- add_weak_pointer
- bind_property
- connect
- constructed
- disconnect
- dispose
- dup_data
- dup_qdata
- force_floating
- freeze_notify
- get_class
- get_data
- get_property
- get_qdata
- get_type
- getv
- interface_find_property
- interface_install_property
- interface_list_properties
- is_floating
- new_valist
- new_with_properties
- newv
- notify
- notify_property
- ref_count
- ref_sink
- remove_toggle_ref
- remove_weak_pointer
- replace_data
- replace_qdata
- set_data
- set_data_full
- set_property
- set_qdata
- set_qdata_full
- set_valist
- setv
- steal_data
- steal_qdata
- thaw_notify
- unref
- watch_closure
- weak_ref
- weak_unref