Documentation ¶
Overview ¶
* Copyright (C) 2019 ~ 2021 Uniontech Software Technology Co.,Ltd * * Author: zsien <i@zsien.cn> * * Maintainer: zsien <i@zsien.cn> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>.
* Copyright (C) 2019 ~ 2021 Uniontech Software Technology Co.,Ltd * * Author: zsien <i@zsien.cn> * * Maintainer: zsien <i@zsien.cn> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>.
* Copyright (C) 2019 ~ 2021 Uniontech Software Technology Co.,Ltd * * Author: zsien <i@zsien.cn> * * Maintainer: zsien <i@zsien.cn> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>.
* Copyright (C) 2019 ~ 2021 Uniontech Software Technology Co.,Ltd * * Author: zsien <i@zsien.cn> * * Maintainer: zsien <i@zsien.cn> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InputDevices ¶
type InputDevices struct { // dbusutil-gen: equal=touchscreenSliceEqual Touchscreens []dbus.ObjectPath // contains filtered or unexported fields }
func (*InputDevices) GetExportedMethods ¶
func (v *InputDevices) GetExportedMethods() dbusutil.ExportedMethods
func (*InputDevices) GetInterfaceName ¶
func (*InputDevices) GetInterfaceName() string
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