[
Date Prev
][
Date Next
] [
Thread Prev
][
Thread Next
] [
Thread Index
] [
Date Index
] [
Author Index
]
How to restrict mouse pointer movement within a certain area using DirectFB?
From
: "Dhananjoy Chutia" <dhanrd gmail com>
To
: gnome-list gnome org
Subject
: How to restrict mouse pointer movement within a certain area using DirectFB?
Date
: Mon, 25 Aug 2008 17:38:20 +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.
Follow-Ups
:
Re: How to restrict mouse pointer movement within a certain area using DirectFB?
From:
sriramn
[
Date Prev
][
Date Next
] [
Thread Prev
][
Thread Next
] [
Thread Index
] [
Date Index
] [
Author Index
]