[webkit-dev] Mouse pointer change on mouse over

Darin Adler darin at apple.com
Thu Feb 12 09:48:54 PST 2009


On Feb 12, 2009, at 4:43 AM, Braganza Roberts wrote:

> I wanted to know, how does the mouse pointer changes when the mouse  
> is moved over a link or a button in a Web page.

To see all the details look for calls to setCursor in the source file  
EventHandler.cpp.

The most interesting one is the one in  
EventHandler::handleMouseMoveEvent.

     -- Darin



More information about the webkit-dev mailing list