Shows how to use own Fl_Use_Wait_cursor component or own fl_use_wait_cursor method.
To build this project, open "Terminal" and type following lines:
mkdir build && cd build
cmake ..
start Use_Wait_Cursor.slnSelect Use_Wait_Cursor project and type Ctrl+F5 to build and run it.
mkdir build && cd build
cmake .. -G "Xcode"
open ./Use_Wait_Cursor.xcodeprojSelect Use_Wait_Cursor project and type Cmd+R to build and run it.
mkdir build && cd build
cmake ..
cmake --build . --config Debug
./Use_Wait_Cursor