mirror of
https://github.com/TomHarte/CLK.git
synced 2025-02-09 17:31:18 +00:00
Add note to self.
This commit is contained in:
parent
17f1f05064
commit
1125286b96
@ -41,6 +41,7 @@ void Mouse::perform_command(const Command &command) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void Mouse::move(int x, int y) {
|
void Mouse::move(int x, int y) {
|
||||||
|
// TODO: cap movement speed, feeding changes in slowly.
|
||||||
delta_x_ += int16_t(x);
|
delta_x_ += int16_t(x);
|
||||||
delta_y_ += int16_t(y);
|
delta_y_ += int16_t(y);
|
||||||
post_service_request();
|
post_service_request();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user