Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
sk_app::Message Struct Reference

#include <surface_glue_android.h>

Public Member Functions

 Message ()
 
 Message (MessageType t)
 

Public Attributes

MessageType fType = kUndefined
 
ANativeWindowfNativeWindow = nullptr
 
int fKeycode = 0
 
int fTouchOwner
 
int fTouchState
 
float fTouchX
 
float fTouchY
 
SkStringstateName
 
SkStringstateValue
 

Detailed Description

Definition at line 34 of file surface_glue_android.h.

Constructor & Destructor Documentation

◆ Message() [1/2]

sk_app::Message::Message ( )
inline

Definition at line 44 of file surface_glue_android.h.

44{}

◆ Message() [2/2]

sk_app::Message::Message ( MessageType  t)
inline

Definition at line 45 of file surface_glue_android.h.

45: fType(t) {}

Member Data Documentation

◆ fKeycode

int sk_app::Message::fKeycode = 0

Definition at line 37 of file surface_glue_android.h.

◆ fNativeWindow

ANativeWindow* sk_app::Message::fNativeWindow = nullptr

Definition at line 36 of file surface_glue_android.h.

◆ fTouchOwner

int sk_app::Message::fTouchOwner

Definition at line 38 of file surface_glue_android.h.

◆ fTouchState

int sk_app::Message::fTouchState

Definition at line 38 of file surface_glue_android.h.

◆ fTouchX

float sk_app::Message::fTouchX

Definition at line 39 of file surface_glue_android.h.

◆ fTouchY

float sk_app::Message::fTouchY

Definition at line 39 of file surface_glue_android.h.

◆ fType

MessageType sk_app::Message::fType = kUndefined

Definition at line 35 of file surface_glue_android.h.

◆ stateName

SkString* sk_app::Message::stateName

Definition at line 41 of file surface_glue_android.h.

◆ stateValue

SkString* sk_app::Message::stateValue

Definition at line 42 of file surface_glue_android.h.


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