Graphics - Fix cross-window event coordinates
authorMatthew Dillon <dillon@apollo.backplane.com>
Fri, 9 May 2014 22:06:50 +0000 (15:06 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Fri, 9 May 2014 22:06:50 +0000 (15:06 -0700)
commitd2c24a5ad93198262144004f17e214be14714bf9
tree1f5f62dd29060210cda7aa6372a1d6a9c28d7717
parentbfd9909702732ca92cca682adeb877c57732eff2
Graphics - Fix cross-window event coordinates

* Fix slider handling in virtual sub-windows when the slider is held down.
  The coordinates were not being properly translated for the mouse focus.

* Using tests/gfxsliders.d to test.
classes/gadgets/slider.d
classes/gfx/event.d
classes/gfx/frame.d
classes/gfx/window.d