Description
|
Retrieves the navigation and selection mode for the mouse. See also sim.setNavigationMode.
|
C/C++ synopsis
|
simInt simGetNavigationMode() |
C/C++ parameters |
|
C/C++ return value
|
|
Lua synopsis
|
int navigationMode=sim.getNavigationMode()
|
Lua parameters |
Similar to the C-function counterpart
|
Lua return values
|
Similar to the C-function counterpart.
|
Python synopsis |
int navigationMode=sim.getNavigationMode() |