Lines Matching refs:third
510 - 2015/05/27 (1.40) - removed the third 'repeat_if_held' parameter from Button() - sorry! it was rarely used and inconsistent. Use PushButtonRepeat(true) / PopButtonRepeat() to enable repeat on desired buttons.
889 - You may also use a third party solution such as Remote ImGui (https://github.com/JordiRos/remoteimgui) which sends
2449 float third = sz / 3.0f;
2450 float bx = pos.x + third;
2451 float by = pos.y + sz - third*0.5f;
2452 window->DrawList->PathLineTo(ImVec2(bx - third, by - third));
2454 window->DrawList->PathLineTo(ImVec2(bx + third*2, by - third*2));
3230 g.IO.MouseClickedTime[i] = -FLT_MAX; // so the third click isn't turned into a double-click