Flutter Engine
The Flutter Engine
Public Attributes | Friends | List of all members
bentleyottmann::Event Struct Reference

#include <EventQueue.h>

Public Attributes

Point where
 
EventType type
 

Friends

bool operator< (const Event &e0, const Event &e1)
 

Detailed Description

Definition at line 49 of file EventQueue.h.

Friends And Related Function Documentation

◆ operator<

bool operator< ( const Event e0,
const Event e1 
)
friend

Definition at line 53 of file EventQueue.h.

53 {
54 return std::tie(e0.where, e0.type) < std::tie(e1.where, e1.type);
55 }
float e1
float e0

Member Data Documentation

◆ type

EventType bentleyottmann::Event::type

Definition at line 51 of file EventQueue.h.

◆ where

Point bentleyottmann::Event::where

Definition at line 50 of file EventQueue.h.


The documentation for this struct was generated from the following file: