Cursor
Object Hierarchy:
Description:
[
CCode ( type_id =
"vnc_cursor_get_type ()" ) ]
public class Cursor :
Object
Content:
Properties:
- public void* data { get; set construct; }
- public int height { get; set construct; }
- public int hotx { get; set construct; }
- public int hoty { get; set construct; }
- public int width { get; set construct; }
Creation methods:
Methods:
- public unowned uint8[] get_data ()
Get the bitmap data representing the cursor
- public uint16 get_height ()
Get the height of the cursor bitmap
- public uint16 get_hotx ()
Get the horizontal position of the cursor hot point
- public uint16 get_hoty ()
Get the vertical position of the cursor hot point
- public uint16 get_width ()
Get the width of the cursor bitmap
- public bool is_visible ()
Determine whether the rendered cursor has any visible pixels
Inherited Members:
All known members inherited from class GLib.Object