tbx
0.7.5
|
Event information for Drag started event. More...
#include <draggable.h>
Public Member Functions | |
DragStartedEvent (IdBlock &id_block, PollBlock &data) | |
Construct a drag started event from the information returned for the toolbox. More... | |
bool | adjust () const |
return true if adjust is held down | |
bool | select () const |
return true if select is held down | |
bool | shift () const |
return true if shift is held down | |
bool | control () const |
return true if control is held down | |
![]() | |
EventInfo (const IdBlock &id_block, PollBlock &data) | |
Contruct the event information from the id_block and data update by the toolbox. | |
const IdBlock & | id_block () const |
IdBlock for the current event. More... | |
Additional Inherited Members | |
![]() | |
PollBlock & | _data |
raw data from the event | |
Event information for Drag started event.
Construct a drag started event from the information returned for the toolbox.
id_block | Block containing objects/components for the event |
data | Additional data for the event. |