File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -127,9 +127,10 @@ Copy all the piKam files to this folder.
127
127
The PiKam client user interface can be run directly on the Raspberry Pi, but
128
128
due to bugs in the port of Kivy to the Raspberry Pi you probably need a
129
129
monitor with touch-screen support for it to be of much use:
130
- * Although the mouse works, the mouse cursor is not visible, which makes
130
+ * Although the mouse works, the mouse cursor is not visible. This makes
131
131
doing almost anything quite difficult - a touch screen would
132
- work around this issue. As a temporary measure, I've added code
132
+ work around this issue because the pointer location would always
133
+ be under your finger. As a temporary measure I've added code
133
134
that draws a small white square under the mouse location while the mouse is clicked (kivy
134
135
does not seem to have a mouse motion event that I can use to continuously
135
136
plot the location of an unclicked mouse).
You can’t perform that action at this time.
0 commit comments