You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to inpu...@chromium.org
Hi,
I am going to implement the linux chromium ozone porting, but got some errors in the mouse event, could you help to provide some doc. or the suggestion to enable the mouse.
I added the ozone platform egl type, and use the content_shell can loading the google page successfully.
Using the evdev to support keyboard, touch and mouse event.
I can use the KB event to type the webaddress, but can' use the mouse to send the location event
Could you provide how to enable the mouse cursor? or related document?
I can the the relative coordinate already, in the dispatchevent function
Do I need to translate the relative coordinates to absolute coordinate?
I tried many method but can't enable the mouse cursor.
My platform is embedded Linux not the X11 window, could you please share some information for this.