Built-in drag-select?
Posted: Mon Apr 16, 2012 19:47
Is there support for drag selection (i.e. the way one can select multiple icons in Windows Explorer by moving the mouse while holding down the left mouse button) built in to CEGUI? I didn't find any documentation of such a feature, but maybe I am using the wrong search terms.
Edit: I should clarify that I am not looking for CEGUI to interact with my data and tell me which items were drag-selected. I'm only looking for the visual effect of drag-selecting.
Edit #2: I'm implementing the effect manually, and I've run into some trouble with transparency. If I have a parent window with child windows attached to it, how do I make it so the effective transparency at every pixel in the parent window is the same, regardless of how deep the stack of child windows at that pixel might be?
Edit: I should clarify that I am not looking for CEGUI to interact with my data and tell me which items were drag-selected. I'm only looking for the visual effect of drag-selecting.
Edit #2: I'm implementing the effect manually, and I've run into some trouble with transparency. If I have a parent window with child windows attached to it, how do I make it so the effective transparency at every pixel in the parent window is the same, regardless of how deep the stack of child windows at that pixel might be?