Searched refs:tool_active (Results 1 – 2 of 2) sorted by relevance
1498 report->tool_active |= !!value; in hidinput_hid_event()1514 report->tool_active |= !!value; in hidinput_hid_event()1521 else if (!report->tool_active) in hidinput_hid_event()1529 report->tool_active |= !!value; in hidinput_hid_event()1531 if (report->tool_active) { in hidinput_hid_event()1546 report->tool_active = false; in hidinput_hid_event()1552 report->tool_active |= !!value; in hidinput_hid_event()1567 report->tool_active = true; in hidinput_hid_event()
512 bool tool_active; /* whether the current tool is active */ member