Searched refs:tool_active (Results 1 – 2 of 2) sorted by relevance
1598 report->tool_active |= !!value; in hidinput_hid_event()1623 report->tool_active |= !!value; in hidinput_hid_event()1630 else if (!report->tool_active) in hidinput_hid_event()1638 report->tool_active |= !!value; in hidinput_hid_event()1640 if (report->tool_active) { in hidinput_hid_event()1655 report->tool_active = false; in hidinput_hid_event()1661 report->tool_active |= !!value; in hidinput_hid_event()1676 report->tool_active = true; in hidinput_hid_event()
577 bool tool_active; /* whether the current tool is active */ member