[
Date Prev
][
Date Next
] [
Thread Prev
][
Thread Next
] [
Thread Index
] [
Date Index
] [
Author Index
]
How to control the mouse pointer movement?
From
: "Dhananjoy Chutia" <dhanrd gmail com>
To
: gtk-list gnome org
Subject
: How to control the mouse pointer movement?
Date
: Tue, 26 Aug 2008 09:34:08 +0530
Hi,
I need to restrict mouse pointer within a certain area of the window using DirectFB. I got one idea to use
void
gdk_display_warp_pointer
(
GdkDisplay
*display,
GdkScreen
*screen, gint x, gint y);
But, the function is not implemented for DirectFB, in any of the gtk distribution. I will be grateful enough for your suggestion regarding my query
Regards
Dhananjoy.
[
Date Prev
][
Date Next
] [
Thread Prev
][
Thread Next
] [
Thread Index
] [
Date Index
] [
Author Index
]