STemWin + 0/29 examples
CodeScope will show references to GUI_PID_STATE from the following samples and libraries:
Examples
STM32446E_EVAL
Demonstrations
Applications
STemWin
STM32469I-Discovery
Demonstrations
Applications
STemWin
STM32469I_EVAL
Demonstrations
Applications
STemWin
STM324xG_EVAL
Demonstrations
Applications
STemWin
STM32F412G-Discovery
Demonstrations
STM32F413H-Discovery
Demonstrations
STM32F429I-Discovery
Demonstrations
Applications
STemWin
STM324x9I_EVAL
Applications
STemWin
Demonstrations
STemWin
 
Symbols
loading...
Files
loading...

GUI_PID_STATE struct

Syntax

typedef struct {   int x,y;   U8  Pressed;   U8  Layer; } GUI_PID_STATE;

Fields

x

No summary provided. Read more...

y

No summary provided. Read more...

Pressed

No summary provided. Read more...

Layer

No summary provided. Read more...

Examples

GUI_PID_STATE is referenced by 29 libraries and example projects.

References

LocationReferrerScopeText
GUI_Type.h:132
typedef struct {
GUI_Type.h:136
GUI.h:1453GUI_JOYSTICK_StoreState()::pStateGUI_JOYSTICK_StoreState()
GUI.h:1459GUI_PID_StoreState()::pStateGUI_PID_StoreState()
GUI.h:1460GUI_PID_GetState()::pStateGUI_PID_GetState()
GUI.h:1461GUI_PID_GetCurrentState()::pStateGUI_PID_GetCurrentState()
GUI.h:1464#0
void GUI_PID_SetHook (void (* pfHook)( GUI_PID_STATE *)); // Public
GUI.h:1465#0
void GUI_PID__SetHook (void (* pfHook)(const GUI_PID_STATE *)); // Private
GUI.h:1471GUI_MOUSE_GetState()::pStateGUI_MOUSE_GetState()
GUI.h:1472GUI_MOUSE_StoreState()::pStateGUI_MOUSE_StoreState()
GUI.h:1479GUI_TOUCH_GetState()::pStateGUI_TOUCH_GetState()
GUI.h:1483GUI_TOUCH_StoreStateEx()::pStateGUI_TOUCH_StoreStateEx()
GUI_Type.h:136GUI_PID_STATE
WM.h:176WM_MOTION_INFO::pStateWM_MOTION_INFO
WM.h:521pState
void WM__SetMotionCallback (void(* cbMotion) (GUI_PID_STATE * pState, void * p));
WM.h:585pState
WM.h:722WM_SetCaptureMove()::pStateWM_SetCaptureMove()
void WM_SetCaptureMove(WM_HWIN hWin, const GUI_PID_STATE * pState, int MinVisibility, int LimitTop); /* Not yet documented */
WM_Intern.h:225WM_PID__GetPrevState()::pPrevStateWM_PID__GetPrevState()
WM_Intern.h:226WM_PID__SetPrevState()::pPrevStateWM_PID__SetPrevState()