Versions in this module Expand all Collapse all v0 v0.0.6 Mar 29, 2026 Changes in this version + type ManagerServer struct + Ctx *app.Context + Handles *handlestore.HandleStore + func (s *ManagerServer) GetHostUsiVersion(_ context.Context, req *pb.GetHostUsiVersionRequest) (*pb.GetHostUsiVersionResponse, error) + func (s *ManagerServer) GetInputDevice(_ context.Context, req *pb.GetInputDeviceRequest) (*pb.GetInputDeviceResponse, error) + func (s *ManagerServer) GetInputDeviceIds(_ context.Context, req *pb.GetInputDeviceIdsRequest) (*pb.GetInputDeviceIdsResponse, error) + func (s *ManagerServer) GetInputDeviceViewBehavior(_ context.Context, req *pb.GetInputDeviceViewBehaviorRequest) (*pb.GetInputDeviceViewBehaviorResponse, error) + func (s *ManagerServer) GetMaximumObscuringOpacityForTouch(_ context.Context, req *pb.GetMaximumObscuringOpacityForTouchRequest) (*pb.GetMaximumObscuringOpacityForTouchResponse, error) + func (s *ManagerServer) IsStylusPointerIconEnabled(_ context.Context, req *pb.IsStylusPointerIconEnabledRequest) (*pb.IsStylusPointerIconEnabledResponse, error) + func (s *ManagerServer) UnregisterInputDeviceListener(_ context.Context, req *pb.UnregisterInputDeviceListenerRequest) (*pb.UnregisterInputDeviceListenerResponse, error) + func (s *ManagerServer) VerifyInputEvent(_ context.Context, req *pb.VerifyInputEventRequest) (*pb.VerifyInputEventResponse, error)