comparison Applications/Samples/Sdl/SingleFrameViewer/SdlSimpleViewer.cpp @ 1809:79a5838739a6

starting the integration of AnnotationsSceneLayer into Stone Web viewer
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 20 May 2021 18:52:02 +0200
parents 0840a25c6d41
children 36430d73e36c
comparison
equal deleted inserted replaced
1808:797633f48a9c 1809:79a5838739a6
312 break; 312 break;
313 #endif 313 #endif
314 314
315 #if SAMPLE_USE_ANNOTATIONS_LAYER == 1 315 #if SAMPLE_USE_ANNOTATIONS_LAYER == 1
316 case SDLK_d: 316 case SDLK_d:
317 annotations.SetActiveTool(OrthancStone::AnnotationsSceneLayer::Tool_Erase); 317 annotations.SetActiveTool(OrthancStone::AnnotationsSceneLayer::Tool_Remove);
318 break; 318 break;
319 #endif 319 #endif
320 320
321 case SDLK_l: 321 case SDLK_l:
322 #if SAMPLE_USE_ANNOTATIONS_LAYER == 1 322 #if SAMPLE_USE_ANNOTATIONS_LAYER == 1