Searched refs:UpPressed (Results 1 – 5 of 5) sorted by relevance
38 virtual bool UpPressed() = 0;
210 bool UpPressed() {return window->manager->peripheral->UpPressed();} in UpPressed() function
60 int dY = peripheral->UpPressed() - peripheral->DownPressed(); in UpdateInput()