ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra-Client/bin/pclient
(Generate patch)

Comparing deliantra/Deliantra-Client/bin/pclient (file contents):
Revision 1.54 by root, Sun Apr 9 22:24:43 2006 UTC vs.
Revision 1.55 by root, Sun Apr 9 22:27:52 2006 UTC

239 Crossfire::Client::Widget::feed_sdl_key_up_event ($SDL_EV); 239 Crossfire::Client::Widget::feed_sdl_key_up_event ($SDL_EV);
240 }, 240 },
241 SDL_MOUSEMOTION() => sub { 241 SDL_MOUSEMOTION() => sub {
242 my ($x, $y) = ($SDL_EV->motion_x, $SDL_EV->motion_y); 242 my ($x, $y) = ($SDL_EV->motion_x, $SDL_EV->motion_y);
243 $HOVER = $TOPLEVEL->find_widget ($x, $y); 243 $HOVER = $TOPLEVEL->find_widget ($x, $y);
244 $self->refresh;
244 245
245 warn "mouse $x, $y = $HOVER\n"; 246 warn "mouse $x, $y = $HOVER\n";
246 }, 247 },
247 SDL_MOUSEBUTTONDOWN() => sub { 248 SDL_MOUSEBUTTONDOWN() => sub {
248 Crossfire::Client::Widget::feed_sdl_button_down_event ($SDL_EV); 249 Crossfire::Client::Widget::feed_sdl_button_down_event ($SDL_EV);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines