Versions in this module Expand all Collapse all v0 v0.0.6 Mar 29, 2026 Changes in this version + type HostUsiVersionClient struct + func NewHostUsiVersionClient(cc grpc.ClientConnInterface) *HostUsiVersionClient + func (c *HostUsiVersionClient) DescribeContents(ctx context.Context) (int32, error) + func (c *HostUsiVersionClient) Equals(ctx context.Context, arg0 int64) (bool, error) + func (c *HostUsiVersionClient) GetMajorVersion(ctx context.Context) (int32, error) + func (c *HostUsiVersionClient) GetMinorVersion(ctx context.Context) (int32, error) + func (c *HostUsiVersionClient) HashCode(ctx context.Context) (int32, error) + func (c *HostUsiVersionClient) ToString(ctx context.Context) (string, error) + func (c *HostUsiVersionClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error + type ManagerClient struct + func NewManagerClient(cc grpc.ClientConnInterface) *ManagerClient + func (c *ManagerClient) GetHostUsiVersion(ctx context.Context, arg0 int64) (int64, error) + func (c *ManagerClient) GetInputDevice(ctx context.Context, arg0 int32) (int64, error) + func (c *ManagerClient) GetInputDeviceIds(ctx context.Context) (int64, error) + func (c *ManagerClient) GetInputDeviceViewBehavior(ctx context.Context, arg0 int32) (int64, error) + func (c *ManagerClient) GetMaximumObscuringOpacityForTouch(ctx context.Context) (float32, error) + func (c *ManagerClient) IsStylusPointerIconEnabled(ctx context.Context) (bool, error) + func (c *ManagerClient) UnregisterInputDeviceListener(ctx context.Context, arg0 int64) error + func (c *ManagerClient) VerifyInputEvent(ctx context.Context, arg0 int64) (int64, error) + type ManagerInputDeviceListenerClient struct + func NewManagerInputDeviceListenerClient(cc grpc.ClientConnInterface) *ManagerInputDeviceListenerClient + func (c *ManagerInputDeviceListenerClient) OnInputDeviceAdded(ctx context.Context, arg0 int32) error + func (c *ManagerInputDeviceListenerClient) OnInputDeviceChanged(ctx context.Context, arg0 int32) error + func (c *ManagerInputDeviceListenerClient) OnInputDeviceRemoved(ctx context.Context, arg0 int32) error