Searched refs:tool_active (Results 1 – 2 of 2) sorted by relevance
1582 report->tool_active |= !!value; in hidinput_hid_event()1607 report->tool_active |= !!value; in hidinput_hid_event()1614 else if (!report->tool_active) in hidinput_hid_event()1622 report->tool_active |= !!value; in hidinput_hid_event()1624 if (report->tool_active) { in hidinput_hid_event()1639 report->tool_active = false; in hidinput_hid_event()1645 report->tool_active |= !!value; in hidinput_hid_event()1660 report->tool_active = true; in hidinput_hid_event()
539 bool tool_active; /* whether the current tool is active */ member