Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func TouchpadEnable ¶
func TouchpadExist ¶
Types ¶
type InputDevices ¶
type InputDevices struct { // dbusutil-gen: equal=touchscreenSliceEqual Touchscreens []dbus.ObjectPath SupportWakeupDevices map[string]string `prop:"access:rw"` //保存所有支持usbhid设备的power/wakeup状态 // contains filtered or unexported fields }
func (*InputDevices) GetExportedMethods ¶
func (v *InputDevices) GetExportedMethods() dbusutil.ExportedMethods
func (*InputDevices) GetInterfaceName ¶
func (*InputDevices) GetInterfaceName() string
func (*InputDevices) SetWakeupDevices ¶
func (m *InputDevices) SetWakeupDevices(sender dbus.Sender, path string, value string) *dbus.Error
type Touchpad ¶
func (*Touchpad) GetExportedMethods ¶
func (v *Touchpad) GetExportedMethods() dbusutil.ExportedMethods
func (*Touchpad) GetInterfaceName ¶
func (*Touchpad) SetTouchpadEnable ¶
type Touchscreen ¶
type Touchscreen struct { UUID string Name string Phys string DevNode string BusType string Serial string OutputName string Width float64 Height float64 // contains filtered or unexported fields }
func (*Touchscreen) GetInterfaceName ¶
func (t *Touchscreen) GetInterfaceName() string
Click to show internal directories.
Click to hide internal directories.