Bug 48985 - [task] Protocol: Input protocol restructuring
Summary: [task] Protocol: Input protocol restructuring
Status: RESOLVED FIXED
Alias: None
Product: Wayland
Classification: Unclassified
Component: wayland (show other bugs)
Version: unspecified
Hardware: Other All
: medium normal
Assignee: Wayland bug list
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 48976
  Show dependency treegraph
 
Reported: 2012-04-20 11:03 UTC by Darxus
Modified: 2012-05-17 14:28 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Darxus 2012-04-20 11:03:25 UTC
break up events into wl_pointer (enter/leave/motion/button/axis events, set_pointer_surface request), wl_keyboard (enter/leave/key events... what else... unicode event, set_map request? pending kb work), and wl_touch (down/up/motion/cancel events) interfaces.  Rename wl_input_device to wl_seat.  wl_seat has zero or one of each, and will announce this at bind time.  Raw devices are also tied to a wl_seat, but we may not do that for 1.0, we just need to make sure wl_seat has a forward compatible way to announce them.
Comment 1 Kristian Høgsberg 2012-05-17 14:28:50 UTC
This is done now.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.