I am having a look at Toggle and I am wondering if there is a way to display a mouse cursor for when you don’t have a touch screen?
I did see a recent video Elias posted showing some Tabs in Toggle he was testing and looked like he was on a desktop using a mouse for testing.
You can apparently run Toggle on a standard desktop edition of ubuntu. Maybe try plugging in a simple USB mouse into the BBB and see if you can move a pointer around?
The problem is that there is no hardware cursor when running from the framebuffer. The Clutter people recommend making a software implementation for it!
@Elias_Bakken I thought that was the case. Do you have a link for how to go about implementing it? I did a quick search but nothing popped up.
I think the best way is to use a png, and fix it in the application. A simple mouse move event should suffice.
Well, I have a mouse pointer now. Thanks for the suggestions @Elias_Bakken Do you want me to raise a pull request? Or do you want to keep the screen free because it is intended for use with a touch interface?
Ill accept a pull if you make it configurable:)