Re: [R] Getting Keypressed State in rgl

2008-02-29 Thread Duncan Murdoch
On 2/29/2008 7:16 AM, Duncan Murdoch wrote: > Dieter Menne wrote: >> Dear Rglers, >> >> when using a callback in rgl (Windows, if it matters) >> >> http://finzi.psych.upenn.edu/R/library/rgl/html/callbacks.html >> >> I would like to get the Asynchronous keyboard status (as least >> Shift/Control, b

Re: [R] Getting Keypressed State in rgl

2008-02-29 Thread Duncan Murdoch
Dieter Menne wrote: > Dear Rglers, > > when using a callback in rgl (Windows, if it matters) > > http://finzi.psych.upenn.edu/R/library/rgl/html/callbacks.html > > I would like to get the Asynchronous keyboard status (as least > Shift/Control, but preferably other key) to set markers in a plot. > >