Skip to content

tablet: Show a default cursor when the cursor has not been set

Aleix Pol Gonzalez requested to merge work/fix-tablet-default-cursor into master

In this context, the cursor will (almost) always be defined as we set it as soon as an application is bound to it. We need to show the default cursor if set_cursor hasn't been called yet. The way to do that is to check whether the serial is still.

Merge request reports