nanogui@linuxhacker.org
nanogui@linuxhacker.org
Subject: Re: re:
From: Ben Pfaff
Date: 11 May 1999 21:31:51 -0400
Greg Haerr <greg@censoft.com> writes:
The correct answer is that no drawing routines should concern themselves
with the hotspot cursor location; this is not a draw issue, it's an intersection
issue
for events, etc. Thus, the bogl libraries should remove any hotspot offset adjustment
from the low-level bogl_pointer draw routine...
Okay, that shouldn't be a problem. I guess you're right, it is a bit
of a layering violation, but it worked well with my BOML mouse
interface. I'll make a change in newer versions.
nanogui@linuxhacker.org