|
Sunshine master
Self-hosted game stream host for Moonlight.
|
Definitions for inputtino touch input handling. More...
#include <boost/locale.hpp>#include <inputtino/input.hpp>#include <libevdev/libevdev.h>#include "inputtino_common.h"#include "inputtino_touch.h"#include "src/config.h"#include "src/logging.h"#include "src/platform/common.h"#include "src/utility.h"Functions | |
| void | platf::touch::update (client_input_raw_t *raw, const touch_port_t &touch_port, const touch_input_t &touch) |
| Apply the supplied state update to the platform backend. | |
Definitions for inputtino touch input handling.
| void platf::touch::update | ( | client_input_raw_t * | raw, |
| const touch_port_t & | touch_port, | ||
| const touch_input_t & | touch ) |
Apply the supplied state update to the platform backend.
| raw | Platform-specific input backend state. |
| touch_port | Touch coordinate bounds used for scaling. |
| touch | Touch event data to apply to the virtual device. |