Searched refs:new_x (Results 1 – 3 of 3) sorted by relevance
263 Sint16 new_x = regs.r[0]; /* Initialy get as OS units */ in RISCOS_PollMouseHelper() local272 if (new_x != last_x || new_y != last_y || last_buttons != regs.r[2]) in RISCOS_PollMouseHelper()296 x = new_x - topLeftX; in RISCOS_PollMouseHelper()303 if (last_x != new_x || last_y != new_y) in RISCOS_PollMouseHelper()336 last_x = new_x; in RISCOS_PollMouseHelper()
50 point(const T & new_x, const T & new_y): x(new_x), y(new_y) in point() argument
1308 int new_x = 10; local1315 new_x = data.primary.left + (primary_w - this->screen->w)/2;1318 DIB_SetWinPos(this, new_x, new_y);