RenderAreaListenerOnKeyUp Method |
Triggered when a KeyUp event is received from the client.
Namespace: OIV.RemoteViz.Rendering
public virtual bool OnKeyUp( RenderArea renderArea, Connection sender, int x, int y, SoKeyboardEventKeys key )
: the OIV.RemoteViz.Rendering.RenderArea that will process the event
: the connection that sent the event
: horizontal coordinate
: vertical coordinate
: released key
true to process the event, this will apply an OIV.Inventor.Actions.SoHandleEventAction to the scene graph. This return value does not have any effect when the OIV.RemoteViz.Rendering.ServiceSettings.RunModes.INDEPENDENT_SERVICE mode is enabled. If there are many listeners, the logical operator OR will be applied on all the returned value of listeners. If there are no listeners to call, the event will be processed.
Default behavior : accept the event by returning true.