The R Project SVN R

Rev

Rev 68948 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 68948 Rev 73574
Line 3... Line 3...
3
% Copyright 2012 R Core Team
3
% Copyright 2012 R Core Team
4
% Distributed under GPL 2 or later
4
% Distributed under GPL 2 or later
5
 
5
 
6
\name{process.events}
6
\name{process.events}
7
\alias{process.events}
7
\alias{process.events}
8
\title{
-
 
9
Trigger event handling
8
\title{Trigger Event Handling}
10
}
-
 
11
\description{
9
\description{
12
R front ends like the Windows GUI handle key presses and mouse clicks
10
R front ends like the Windows GUI handle key presses and mouse clicks
13
through \dQuote{events} generated by the OS. These are processed
11
through \dQuote{events} generated by the OS. These are processed
14
automatically by R at intervals during computations, but in some cases
12
automatically by R at intervals during computations, but in some cases
15
it may be desirable to trigger immediate event handling.  The
13
it may be desirable to trigger immediate event handling.  The