]> git.tdb.fi Git - libs/gltk.git/commit
Implement touch interactions for List
authorMikko Rasa <tdb@tdb.fi>
Thu, 1 Sep 2016 16:46:44 +0000 (19:46 +0300)
committerMikko Rasa <tdb@tdb.fi>
Thu, 1 Sep 2016 16:46:44 +0000 (19:46 +0300)
commit7b555d7c7bd9d3236e251039be950358bf318393
tree32a2f1360097abc22082560cd9be863d04e188b3
parentebe746bdf670f3fc6366dab43051aa101f80bdd7
Implement touch interactions for List

It wasn't working on touchscreens at all because the touch events were
passed to the list items by Container and not converted into mouse events
for the list itself to process.
source/list.cpp
source/list.h