CursorChannel
Object Hierarchy:
Description:
[
CCode ( type_id =
"spice_cursor_channel_get_type ()" ) ]
public class CursorChannel :
Channel
The CursorChannel struct is opaque and should not be accessed directly.
Content:
Properties:
Creation methods:
Signals:
- public virtual signal void cursor_hide ()
The cursor_hide signal is emitted to hide the
cursor/pointer on the display area.
- public virtual signal void cursor_move (int x, int y)
The cursor_move signal is emitted to update the
cursor position on the display area.
- public virtual signal void cursor_reset ()
The cursor_reset signal is emitted to reset the
cursor to its default context.
- public virtual signal void cursor_set (int width, int height, int hot_x, int hot_y, void* rgba)
The cursor_set signal is emitted to modify
cursor aspect and position on the display area.
Inherited Members:
All known members inherited from class Spice.Channel
All known members inherited from class GLib.Object