Brian Schott wrote:
> Question: Char
>       The key F4 is used in gldemo to snap the eye view
> back to the previously initialized position set by
> pressing F3. This works fine in opengl, but I have not
> found a way to detect the press of the F4 key so that

To detect F4, use an event handler like:

formid_f4_fkey=: 3 : 0
 smoutput 'you hit f4'
)

Replace formid with the id of your form.

The form editor should support this from the "Code"
window (hit the fkey button).

Question: Rotxyz
> ...

I'm not sure I understand this question.  Are you
asking "which variables store state information used
by the j,J,k,K,l and L keys"?  Or are you asking 
"what opengl statements are used to apply that state
information to the rendered image?  Or, something
else?

[p.s. please excuse me if I don't respond to further
messages in a timely fashion.  I'm about to drop off
the net till after Christmas.]

-- 
Raul

----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to