Open Inventor Release 2024.1.0
 
Loading...
Searching...
No Matches
SoRemoteVizClient::KeyboardEventArg Struct Reference

Structure given when a keyboard event is raised. More...

#include <RemoteViz/Clients/nodes/SoRemoteVizClient.h>

+ Inheritance diagram for SoRemoteVizClient::KeyboardEventArg:

Public Member Functions

 KeyboardEventArg (SoRemoteVizClient *source, SoKeyboardEvent *keyboardEvent)
 Default constructor.
 
SoRemoteVizClientgetSource () const
 Returns the SoRemoteVizClient node that triggered the event.
 
SoKeyboardEventgetKeyboardEvent () const
 Returns the keyboard event.
 

Detailed Description

Structure given when a keyboard event is raised.

Please refer to onKeyboardEvent event.

Definition at line 541 of file SoRemoteVizClient.h.

Constructor & Destructor Documentation

◆ KeyboardEventArg()

SoRemoteVizClient::KeyboardEventArg::KeyboardEventArg ( SoRemoteVizClient source,
SoKeyboardEvent keyboardEvent 
)
inline

Default constructor.

Definition at line 544 of file SoRemoteVizClient.h.

Member Function Documentation

◆ getKeyboardEvent()

SoKeyboardEvent * SoRemoteVizClient::KeyboardEventArg::getKeyboardEvent ( ) const
inline

Returns the keyboard event.

Definition at line 551 of file SoRemoteVizClient.h.

◆ getSource()

SoRemoteVizClient * SoRemoteVizClient::KeyboardEventArg::getSource ( ) const
inline

Returns the SoRemoteVizClient node that triggered the event.

Definition at line 548 of file SoRemoteVizClient.h.


The documentation for this struct was generated from the following file: