mirror of
git://projects.qi-hardware.com/vido.git
synced 2024-12-22 09:23:19 +02:00
adjust pointer reference
Signed-off-by: Mirko Lindner <mirko@sharism.cc>
This commit is contained in:
parent
d1a53711e7
commit
445393accc
@ -159,7 +159,7 @@ void main_window::move_cursor(int direction){
|
||||
|
||||
// Gdk::ModifierType mask;
|
||||
// if ((x==-1) && (y==-1)){
|
||||
display->get_pointer(x, y, mask);
|
||||
this->get_pointer(x, y, mask);
|
||||
// }
|
||||
|
||||
log_debug("pointer x: " << x << "pointer y: " << y );
|
||||
|
Loading…
Reference in New Issue
Block a user