lite-xl/src/api
Francesco Abbate 704a8dea09 Group mouse move events from C API function
Groups together consecutive mouse move events like done in core.step()
lua function but on the C side.

It does not introduce any meaningful speedup but it theory is more efficient and
simplifies the Lua code.

The simplification of the Lua code alone is enough to justify this change?
2021-06-17 23:31:44 +02:00
..
api.c Initial commit 2019-12-28 11:17:56 +00:00
api.h Implement unicode character replacements 2021-04-01 18:05:59 +02:00
cp_replace.c Implement unicode character replacements 2021-04-01 18:05:59 +02:00
renderer.c Fix crash problem with rencache and font access 2021-05-21 23:38:54 +02:00
renderer_font.c Fix crash problem with rencache and font access 2021-05-21 23:38:54 +02:00
system.c Group mouse move events from C API function 2021-06-17 23:31:44 +02:00