ImVec2MouseDelta;// Mouse delta. Note that this is zero if either current or previous position are negative to allow mouse enabling/disabling.
boolMouseClicked[5];// Mouse button went from !Down to Down
ImVec2MouseClickedPos[5];// Position at time of clicking
floatMouseClickedTime[5];// Time of last click (used to figure out double-click)
boolMouseDoubleClicked[5];// Has mouse button been double-clicked?
boolMouseDownOwned[5];// Track if button was clicked inside a window. We don't request mouse capture from the application if click started outside ImGui bounds.
floatMouseDownTime[5];// Time the mouse button has been down
floatKeysDownTime[512];// Time the keyboard key has been down