By default, the mouse cursor is hidden. The following instructions provide a method to expose the mouse cursor on Raspberry Pi that's running Menuboard Manager.
Ctrl + alt + tto open the terminalIn the Terminal type
pm2 stop 0to stop the appTo show the mouse cursor, you must habilitate it: In the Terminal, type
sudo nano /etc/lightdm/lightdm.confto open the text editorScroll down until you find a line that says
[Seat:*]Comment out the line that says
xserver-command=X -s 0 -dpms -nocursorby adding a#at the beginning of the lineUncomment the next line
xserver-command=X -S 0 -dpmsby removing the#Ctrl Othen Enter to saveCtrl Xto exit the text editorBack in the terminal
sudo reboot