STemWin
GUI_CURSOR_ANIM
is only used within STemWin.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
STemWin
GUI_CURSOR_ANIM
GUI_CURSOR_ANIM struct
Syntax
Show:
Summary
Declaration
from
GUI.h:688
typedef
struct
{
const
GUI_BITMAP
*
*
ppBm
;
int
xHot
;
int
yHot
;
unsigned
Period
;
const
unsigned
*
pPeriod
;
int
NumItems
;
}
GUI_CURSOR_ANIM
;
Fields
Field
Declared as
GUI_CURSOR_ANIM::Period
unsigned
GUI_CURSOR_ANIM::pPeriod
const
unsigned
*
GUI_CURSOR_ANIM::NumItems
int
GUI_CURSOR_ANIM::ppBm
const
GUI_BITMAP
*
*
GUI_CURSOR_ANIM::xHot
int
GUI_CURSOR_ANIM::yHot
int
Related Functions
Found 2 other functions taking a
GUI_CURSOR_ANIM
argument:
Function
GUI_CURSOR_SelectAnim()
GUI_CURSOR_SelectAnimEx()
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out