Convert the SDL driver to use the input subsystem. This is specifically meant to emulate touchscreen drivers, so it's setup to send triplet of x, y, touch for touch-on events and just touch off on touch off events. Renamed the driver to input-sdl-touch since now we can also develop an sdl driver for simulating key events. Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
7 lines
172 B
YAML
7 lines
172 B
YAML
# Copyright (c) 2022 Kumar Gala <galak@kernel.org>
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
description: SDL based emulated touch panel
|
|
|
|
compatible: "zephyr,input-sdl-touch"
|