BtIcTriggerControl

BtIcTriggerControl — buzztards interaction controller single trigger control

Synopsis

#include <libbtic/ic.h>

struct              BtIcTriggerControl;
BtIcTriggerControl * btic_trigger_control_new           (const BtIcDevice *device,
                                                         const gchar *name,
                                                         guint id);

Object Hierarchy

  GObject
   +----BtIcControl
         +----BtIcTriggerControl

Properties

  "value"                    gboolean              : Read / Write

Description

Trigger control. The state of the hardware control can be read from BtIcTriggerControl:value.

Details

struct BtIcTriggerControl

struct BtIcTriggerControl;

buzztards interaction controller single trigger control


btic_trigger_control_new ()

BtIcTriggerControl * btic_trigger_control_new           (const BtIcDevice *device,
                                                         const gchar *name,
                                                         guint id);

Create a new instance

device :

the device it belongs to

name :

human readable name

id :

unique identifier per device

Returns :

the new instance or NULL in case of an error

Property Details

The "value" property

  "value"                    gboolean              : Read / Write

control value.

Default value: FALSE