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