aboutsummaryrefslogtreecommitdiff
path: root/include/cru/platform/graph/base.hpp
blob: 0b011262c910c43c42dd25865863f966e0e40905 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#pragma once
#include "../graph_base.hpp"
#include "../matrix.hpp"
#include "../resource.hpp"

#include "fwd.hpp"

#include <memory>

namespace cru::platform::graph {
struct TextHitTestResult {
  int position;
  bool trailing;
  bool insideText;
};
}  // namespace cru::platform::graph