I think it has to do with multitouch emulation: Check it here:
Apparently you can do the following to disable it:
from kivy.config import Config Config.set('input', 'mouse', 'mouse,multitouch_on_demand')