|
|
|
GraphOnChar agraph commands
This command sets the Logo event handler for a char event of the Graph agraph. A char event is generated when a key is pressed or held down longer.
Example:
GraphOnChar GraphCurrent [pr KeyboardValue] ;activate the graph and type something! GraphOnChar GraphCurrent [] ;reset |
|
|
|