wayvnc/include
Andri Yngvason e6b1ca8044 keyboard: Assign state to keys rather than symbols
The keys are pressed and released, not the symbols. This fixes tracking
of the state of a key through modifier changes. E.g. A capital 'A' may
be received from the client while the shift key is pressed, but if the
shift key is released before the 'a' key, the 'a' symbol is generated.
2020-01-25 13:19:08 +00:00
..
cfg.h Create a simple config loader 2020-01-18 17:58:40 +00:00
dmabuf.h dmabuf: Limit frame rate to 20 FPS 2020-01-04 15:05:15 +00:00
frame-capture.h frame-capture: Add license clause 2019-10-10 22:57:53 +00:00
intset.h Create an integer set data structure 2020-01-25 13:17:24 +00:00
keyboard.h keyboard: Assign state to keys rather than symbols 2020-01-25 13:19:08 +00:00
logging.h Add license and copyright notice 2019-10-08 18:41:23 +00:00
output.h output: Add function to find display by name 2020-01-24 20:18:37 +00:00
pointer.h pointer: Add output position to absolute coordinates 2020-01-24 21:14:29 +00:00
render.h Add some code for rendering screencopy frames 2019-10-10 21:28:07 +00:00
screencopy.h screencopy: Adjust rate limiting based on capturing delay 2020-01-14 20:40:57 +00:00
seat.h Handle seat removal 2020-01-14 19:18:33 +00:00
shm.h Working on screencopy backend for comparison width export-dmabuf 2019-10-08 22:16:26 +00:00
smooth.h smooth: Use integers rather than floats to store tme 2019-12-29 10:36:08 +00:00
strlcpy.h Add strlcpy 2019-10-06 18:49:57 +00:00
time-util.h time-util: Add #pragma once and copyright notice 2020-01-14 19:02:02 +00:00