Searched refs:UsingPad (Results 1 – 7 of 7) sorted by relevance
64 if (!peripheral->UsingPad()) in UpdateInput()69 peripheral->UsingPad() = true; in UpdateInput()91 if (!peripheral->UsingPad()) in UpdateInput()123 peripheral->UsingPad() = true; in UpdateInput()136 peripheral->UsingPad() = true; in UpdateInput()
102 if (!TabIndex() && UsingPad()) in Update()
102 if (this->status >= 2 && !TabIndex() && UsingPad()) in Update()
55 virtual bool& UsingPad() = 0;
230 bool UsingPad() {return window->manager->peripheral->UsingPad();} in UsingPad() function