coin3d / quarter

Coin GUI binding for Qt
BSD 3-Clause "New" or "Revised" License
36 stars 26 forks source link

Added function setupDefaultCursors() #64

Closed githubuser0xFFFF closed 2 months ago

githubuser0xFFFF commented 2 months ago

The pull request adds the public function setupDefaultCursors(). If somene provides its own navigation XML file via setNavigationModeFile(), that only has some small modifications, then the default cursors are not setup. Making this function public allows the user the setup all cursors quickly with a single function call.

VolkerEnderlein commented 2 months ago

Thanks for your contribution to coin (quarter) development it is highly appreciated.