![]() |
![]() |
![]() |
Buzztard Bt-Ic Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Properties |
#include <libbtic/ic.h> BtIcInputDevice; BtIcInputDevice * btic_input_device_new (const gchar *udi
,const gchar *name
,const gchar *devnode
);
typedef struct _BtIcInputDevice BtIcInputDevice;
buzztards interaction controller registry
BtIcInputDevice * btic_input_device_new (const gchar *udi
,const gchar *name
,const gchar *devnode
);
Create a new instance
|
the udi of the device |
|
human readable name |
|
device node in filesystem |
Returns : |
the new instance or NULL in case of an error
|