]> git.mdlowis.com Git - proto/labwc.git/commit
input: expose general cursor motion and button functions
authorJens Peters <jp7677@gmail.com>
Sat, 20 Apr 2024 09:33:04 +0000 (11:33 +0200)
committerConsolatis <35009135+Consolatis@users.noreply.github.com>
Mon, 27 May 2024 20:40:50 +0000 (22:40 +0200)
commit634a2beb319f6959b1b23b4189180317caf227b2
tree27548a85471faafd3ac11bba339530659ea18eb5
parentb1b48537a1f0c0a1264630ceb6a91cd8faaa537b
input: expose general cursor motion and button functions

Separate the general logic from the pointer notifications
to allow reuse of those function for other (e.g. tablet)
input sources.
include/input/cursor.h
src/input/cursor.c