Elliot Smith
|
f9d2310b72
|
cookbook: Make example code C90 compliant
Modified all cookbook example code to prevent ISO C90 compliance
warnings occurring during compilation.
|
2010-11-12 10:18:31 +00:00 |
|
Elliot Smith
|
a74d585fc5
|
cookbook: Mentioned the animation in the sample code
Put in comments to make it clear where the animation
for the mouse scroll is coming from in the sample code.
|
2010-08-11 18:16:07 +01:00 |
|
Elliot Smith
|
1cfa87853a
|
cookbook: Made stage slightly smaller for scroll event example
Reduced the size of the stage to make for a smaller video.
|
2010-08-11 18:16:07 +01:00 |
|
Elliot Smith
|
f568a68ee1
|
cookbook: Added walk through of code example for mouse scroll
Modified the mouse scroll example to fit better with the tutorial
walkthrough.
Added a stepped walkthrough of the scrollable actor code
example.
|
2010-08-11 18:16:07 +01:00 |
|
Elliot Smith
|
5e0bc919c3
|
cookbook: Simplified full scroll example
Removed the layout and box to simplify the scrollable
actor example.
|
2010-08-11 18:16:07 +01:00 |
|
Elliot Smith
|
0f919fcbe3
|
cookbook: Handle all possible mouse scroll directions
Added empty cases for MOUSE_SCROLL_LEFT and MOUSE_SCROLL_RIGHT
to the scroll-event signal handler in the example code.
|
2010-08-11 18:16:07 +01:00 |
|
Elliot Smith
|
241ceab73c
|
cookbook: Cleaned up redundant comments in code example
Removed comments which are only relevant in my local build
environment.
|
2010-08-11 18:16:07 +01:00 |
|
Elliot Smith
|
ec71866277
|
cookbook: Added basic mouse scroll recipe
Added a recipe explaining the basics of mouse scroll events.
|
2010-08-11 18:16:06 +01:00 |
|