I’m a new student of openFrameworks with a question: is there a way to search the online documentation to find a specific function?
I’ve got CodeBlocks and OF working. The first example (graphics) compiled and ran with dazzling results. I noted I could highlight and click on a function in the editor and discover all the variant arguments for that name.
But while browsing documentation at http://www.openframeworks.cc/documentation (mountains of it, thanks!) I’m unable to quickly locate any specific function. My example is the ofRunApp() called in main.cpp: I don’t know which subset of the docs in which to start a manual search.
Is there a search tool I’ve overlooked?