Classes | |
| struct | TouchInputState |
Functions | |
| float | Distance (ImVec2 a, ImVec2 b) |
| float | Angle (ImVec2 a, ImVec2 b) |
| ImVec2 | Midpoint (ImVec2 a, ImVec2 b) |
| double | GetTime () |
| TouchPoint * | FindTouchById (int id) |
| TouchPoint * | FindInactiveSlot () |
| void | CountActiveTouches () |
| std::array< TouchPoint *, 2 > | GetFirstTwoTouches () |
Variables | |
| TouchInputState | g_touch_state |
| float yaze::gui::anonymous_namespace{touch_input.cc}::Distance | ( | ImVec2 | a, |
| ImVec2 | b ) |
Definition at line 73 of file touch_input.cc.
References Distance().
Referenced by Distance().

| float yaze::gui::anonymous_namespace{touch_input.cc}::Angle | ( | ImVec2 | a, |
| ImVec2 | b ) |
Definition at line 79 of file touch_input.cc.
References Angle().
Referenced by Angle().

| ImVec2 yaze::gui::anonymous_namespace{touch_input.cc}::Midpoint | ( | ImVec2 | a, |
| ImVec2 | b ) |
Definition at line 83 of file touch_input.cc.
References Midpoint().
Referenced by Midpoint().

| double yaze::gui::anonymous_namespace{touch_input.cc}::GetTime | ( | ) |
Definition at line 87 of file touch_input.cc.
References GetTime().
Referenced by GetTime().

| TouchPoint * yaze::gui::anonymous_namespace{touch_input.cc}::FindTouchById | ( | int | id | ) |
Definition at line 97 of file touch_input.cc.
References FindTouchById(), g_touch_state, and yaze::gui::anonymous_namespace{touch_input.cc}::TouchInputState::touch_points.
Referenced by FindTouchById().

| TouchPoint * yaze::gui::anonymous_namespace{touch_input.cc}::FindInactiveSlot | ( | ) |
Definition at line 106 of file touch_input.cc.
References FindInactiveSlot(), g_touch_state, and yaze::gui::anonymous_namespace{touch_input.cc}::TouchInputState::touch_points.
Referenced by FindInactiveSlot().

| void yaze::gui::anonymous_namespace{touch_input.cc}::CountActiveTouches | ( | ) |
Definition at line 115 of file touch_input.cc.
References yaze::gui::anonymous_namespace{touch_input.cc}::TouchInputState::active_touch_count, CountActiveTouches(), g_touch_state, and yaze::gui::anonymous_namespace{touch_input.cc}::TouchInputState::touch_points.
Referenced by CountActiveTouches().

| std::array< TouchPoint *, 2 > yaze::gui::anonymous_namespace{touch_input.cc}::GetFirstTwoTouches | ( | ) |
Definition at line 125 of file touch_input.cc.
References g_touch_state, GetFirstTwoTouches(), and yaze::gui::anonymous_namespace{touch_input.cc}::TouchInputState::touch_points.
Referenced by GetFirstTwoTouches().

| TouchInputState yaze::gui::anonymous_namespace{touch_input.cc}::g_touch_state |
Definition at line 70 of file touch_input.cc.
Referenced by CountActiveTouches(), FindInactiveSlot(), FindTouchById(), and GetFirstTwoTouches().