diff options
author | Benji Dial <benji6283@gmail.com> | 2021-03-09 11:24:11 -0500 |
---|---|---|
committer | Benji Dial <benji6283@gmail.com> | 2021-03-09 11:24:11 -0500 |
commit | 0f2398d1f622cce37925f52d978d92e6cce1c7a9 (patch) | |
tree | 68435086d6375a6a5dab2106b1ecfdabb6340fa8 /src/user/include/cxx/raleigh/w/button.h | |
parent | fd4557c4adddf710979a42e9f9d470bc8b3f77bd (diff) | |
download | portland-os-0f2398d1f622cce37925f52d978d92e6cce1c7a9.tar.gz |
making mouse movements only reported to widgets in raleigh if they request it, and making it continue while the mouse is outside the widget (but inside the window)
Diffstat (limited to 'src/user/include/cxx/raleigh/w/button.h')
-rw-r--r-- | src/user/include/cxx/raleigh/w/button.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/user/include/cxx/raleigh/w/button.h b/src/user/include/cxx/raleigh/w/button.h index 0e40f81..71ccae2 100644 --- a/src/user/include/cxx/raleigh/w/button.h +++ b/src/user/include/cxx/raleigh/w/button.h @@ -14,7 +14,6 @@ namespace raleigh { void handle_click(coord window_coords, enum mouse_packet::mouse_button click_type, bool up) override; void notify_child_size_change(widget &child, coord old_size) override; void notify_has_opaque_parent(widget *parent) override; - void on_mouse_move(coord window_coords) override; private: widget &inner; void (*on_click)(button &); |