Searched refs:tool_active (Results 1 – 2 of 2) sorted by relevance
1506 report->tool_active |= !!value; in hidinput_hid_event()1522 report->tool_active |= !!value; in hidinput_hid_event()1529 else if (!report->tool_active) in hidinput_hid_event()1537 report->tool_active |= !!value; in hidinput_hid_event()1539 if (report->tool_active) { in hidinput_hid_event()1554 report->tool_active = false; in hidinput_hid_event()1560 report->tool_active |= !!value; in hidinput_hid_event()1575 report->tool_active = true; in hidinput_hid_event()
512 bool tool_active; /* whether the current tool is active */ member