Skip to content

InputPlumberInstance

Inherits: Resource

Properties

Type Name Default
int intercept_mode
String intercept_target
PackedStringArray intercept_triggers
bool manage_all_devices

Methods

Returns Signature
CompositeDevice get_composite_device(dbus_path: String)
CompositeDevice[] get_composite_devices()
DBusDevice get_dbus_device(dbus_path: String)
DBusDevice[] get_dbus_devices()
bool is_running()
void process()
void set_intercept_activation(triggers: PackedStringArray, target_event: String)

Property Descriptions

intercept_mode

int intercept_mode

Note

There is currently no description for this property. Please help us by contributing one!

intercept_target

String intercept_target

Note

There is currently no description for this property. Please help us by contributing one!

intercept_triggers

PackedStringArray intercept_triggers

Note

There is currently no description for this property. Please help us by contributing one!

manage_all_devices

bool manage_all_devices

Note

There is currently no description for this property. Please help us by contributing one!


Method Descriptions

get_composite_device()

CompositeDevice get_composite_device(dbus_path: String)

Note

There is currently no description for this method. Please help us by contributing one!

get_composite_devices()

CompositeDevice[] get_composite_devices()

Note

There is currently no description for this method. Please help us by contributing one!

get_dbus_device()

DBusDevice get_dbus_device(dbus_path: String)

Note

There is currently no description for this method. Please help us by contributing one!

get_dbus_devices()

DBusDevice[] get_dbus_devices()

Note

There is currently no description for this method. Please help us by contributing one!

is_running()

bool is_running()

Note

There is currently no description for this method. Please help us by contributing one!

process()

void process()

Note

There is currently no description for this method. Please help us by contributing one!

set_intercept_activation()

void set_intercept_activation(triggers: PackedStringArray, target_event: String)

Note

There is currently no description for this method. Please help us by contributing one!