On Fri, 5 Dec 2014 14:36:38 +0100
Marek Chalupa wrote:
> We need get wayland objects from toytoolkit display
> (there already are display_get_output, input_get_seat, ...),
> so that we can use them in the tests. This patch adds:
>
> display_get_input()
> input_get_wl_pointer()
> input_get
On 9 December 2014 at 21:33, Derek Foreman wrote:
> On 05/12/14 07:36 AM, Marek Chalupa wrote:
> > We need get wayland objects from toytoolkit display
> > (there already are display_get_output, input_get_seat, ...),
> > so that we can use them in the tests. This patch adds:
> >
> > display_get_
On 05/12/14 07:36 AM, Marek Chalupa wrote:
> We need get wayland objects from toytoolkit display
> (there already are display_get_output, input_get_seat, ...),
> so that we can use them in the tests. This patch adds:
>
> display_get_input()
> input_get_wl_pointer()
> input_get_wl_keyboard()
We need get wayland objects from toytoolkit display
(there already are display_get_output, input_get_seat, ...),
so that we can use them in the tests. This patch adds:
display_get_input()
input_get_wl_pointer()
input_get_wl_keyboard()
input_get_wl_touch()
Signed-off-by: Marek Chalupa
---