Discussion Board
-
virtual cursor
2002-06-02, 04:16
#1
Super Contributor
yes, i did find the virtualcursor method, but a piece of code clarifying the implementation will be useful.
regards,
ash.
Posted by sweety godbole, meet_ashwini@yahoo.com
on March 28, 2002 at 14:45
-
RE: virtual cursor
2002-06-02, 04:16
#2
Super Contributor
Posted by Forum Nokia Developer Support, communicator.developer@nokia.com
on March 28, 2002 at 16:22
Hi,
some code for you...
... switch the virtual cursor on...
TRect clientArea = ClientRect();
TBool iVCState = TEikVirtualCursor::EOn;
iEikonEnv->WsSession().SetPointerCursorArea(clientArea);
iEikonEnv->VirtualCursor().SetCursorStateL(iVCState,*iEikonEnv);
Regards,
FN Developer Support
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules