Re: [Dev] any API to hide the display of mouse cursor for app Window ?

2016-12-19 Thread Carsten Haitzler
On Tue, 20 Dec 2016 05:09:28 + 라빈드라 wrote: > Hi, > > > > Thanks for response. > > > > My app is a virtual machine solution; and the system running on this > VM has its own cursor for virtual mouse. Therefore, I should not show > the additional cursor coming from

Re: [Dev] any API to hide the display of mouse cursor for app Window ?

2016-12-19 Thread 라빈드라
Hi,   Thanks for response.   My app is a virtual machine solution; and the system running on this VM has its own cursor for virtual mouse. Therefore, I should not show the additional cursor coming from the tizen to the user.   Thanks for pointing about using elm_win_add() and related

Re: [Dev] any API to hide the display of mouse cursor for app Window ?

2016-12-19 Thread 박성진
>realistically though - your app shouldnt have to really do this in general. the>compositor itself likely should do this automatically. e.g. if you use a mouse>device, show the cursor, then when you go idle for a while, hide it. not the>policy you want on a pc, but the kind you'd want on a

Re: [Dev] any API to hide the display of mouse cursor for app Window ?

2016-12-19 Thread The Rasterman
On Mon, 19 Dec 2016 17:37:12 +0900 Ravindra Sande said: > Hi, > > I am creating window for my native Tizen application using the > ecore_wl_window_new() API. > I need to hide the display of mouse cursor within the window. first... use elm_win_*add(). ecore_evas is

[Dev] any API to hide the display of mouse cursor for app Window ?

2016-12-19 Thread Ravindra Sande
Hi, I am creating window for my native Tizen application using the ecore_wl_window_new() API. I need to hide the display of mouse cursor within the window. Is there any API to do this ? Regards, Ravindra Sande ___ Dev mailing list Dev@lists.tizen.org