mirror of
https://github.com/m1k1o/neko.git
synced 2025-05-24 06:27:09 +02:00
Xorg input driver (#53)
* add xf86 input driver. * cleanup. * rewrite to unix socket PoC. * add input rebuild. * lint & docs. * add input driver struct. * comments, lint, socket name from config. * add touch events to webrtc. * switch to uint32. * misc update logging & linting, * fix screen size * set touchscreen as core pointer. * add touch to ws control. * SendCoreEvents. * extract to own xinput folder. * add debounce. * switch pressure to uint8. * check buffer size. * send touch events with system init.
This commit is contained in:
parent
4cb1b3e925
commit
ea5517b270
35 changed files with 1507 additions and 82 deletions
|
@ -47,6 +47,7 @@ func (h *MessageHandlerCtx) systemInit(session types.Session) error {
|
|||
ScreenSize: screenSize,
|
||||
Sessions: sessions,
|
||||
Settings: h.sessions.Settings(),
|
||||
TouchEvents: h.desktop.HasTouchSupport(),
|
||||
ScreencastEnabled: h.capture.Screencast().Enabled(),
|
||||
WebRTC: message.SystemWebRTC{
|
||||
Videos: h.capture.Video().IDs(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue