Remmina - The GTK+ Remote Desktop Client  v1.4.2
Remmina is a remote desktop client written in GTK+, aiming to be useful for system administrators and travellers, who need to work with lots of remote computers in front of either large monitors or tiny netbooks. Remmina supports multiple network protocols in an integrated and consistent user interface. Currently RDP, VNC, NX, XDMCP and SSH are supported.
_RemminaPluginVncEvent Struct Reference

#include <vnc_plugin.h>

Data Fields

gint event_type
 
union {
   struct {
      guint   keyval
 
      gboolean   pressed
 
   }   key
 
   struct {
      gint   x
 
      gint   y
 
      gint   button_mask
 
   }   pointer
 
   struct {
      gchar *   text
 
   }   text
 
event_data
 

Detailed Description

Definition at line 100 of file vnc_plugin.h.

Field Documentation

◆ button_mask

gint _RemminaPluginVncEvent::button_mask

Definition at line 110 of file vnc_plugin.h.

◆ event_data

union { ... } _RemminaPluginVncEvent::event_data

◆ event_type

gint _RemminaPluginVncEvent::event_type

Definition at line 101 of file vnc_plugin.h.

◆ key

struct { ... } _RemminaPluginVncEvent::key

◆ keyval

guint _RemminaPluginVncEvent::keyval

Definition at line 104 of file vnc_plugin.h.

◆ pointer

struct { ... } _RemminaPluginVncEvent::pointer

◆ pressed

gboolean _RemminaPluginVncEvent::pressed

Definition at line 105 of file vnc_plugin.h.

◆ text [1/2]

gchar* _RemminaPluginVncEvent::text

Definition at line 113 of file vnc_plugin.h.

◆ text [2/2]

struct { ... } _RemminaPluginVncEvent::text

◆ x

gint _RemminaPluginVncEvent::x

Definition at line 108 of file vnc_plugin.h.

◆ y

gint _RemminaPluginVncEvent::y

Definition at line 109 of file vnc_plugin.h.


The documentation for this struct was generated from the following file: