comparison Framework/Scene2D/IPointerTracker.h @ 728:8190213e2279 am-dev

Merged default into am-dev
author Alain Mazy <am@osimis.io>
date Tue, 21 May 2019 13:25:58 +0200
parents 059e1fd05fd6
children 2d8ab34c8c91
comparison
equal deleted inserted replaced
690:f185cfcb72a0 728:8190213e2279
18 * along with this program. If not, see <http://www.gnu.org/licenses/>. 18 * along with this program. If not, see <http://www.gnu.org/licenses/>.
19 **/ 19 **/
20 20
21 21
22 #pragma once 22 #pragma once
23
24 #if 0
23 25
24 #include "PointerEvent.h" 26 #include "PointerEvent.h"
25 27
26 namespace OrthancStone 28 namespace OrthancStone
27 { 29 {
42 before being destroyed. 44 before being destroyed.
43 */ 45 */
44 virtual void Release() = 0; 46 virtual void Release() = 0;
45 }; 47 };
46 } 48 }
49
50 #endif