ablake
|
d11c3739d5
Changing utility method isInFocus() to hasFocus() and making it protected.
|
12 anni fa |
ablake
|
ebd5d0a92a
Adds Hover state to UI controls. Tweaks the handling of scroll wheels to scroll containers and manipulate sliders.
|
12 anni fa |
Adam Blake
|
d6ca220f86
Minimal modifications to ParticlesGame and RacerGame so that their menus are usable with a gamepad.
|
12 anni fa |
Adam Blake
|
a794910a70
Enables controlling UI forms with a gamepad. Adds a few things to the forms test in order to test
|
13 anni fa |
Adam Blake
|
bad067b854
Merge branch 'next' of https://github.com/blackberry/GamePlay into next
|
13 anni fa |
Adam Blake
|
95732ac4f4
Events will not be passed to forms / containers / controls that are not visible.
|
13 anni fa |
setaylor
|
9cc8a2514f
Updated gameplay-api for v1.6.0.
|
13 anni fa |
Adam Blake
|
c7e07e01b7
Sliders will automatically display their current value if "valueTextVisible" is set to true in the form.
|
13 anni fa |
setaylor
|
981308b80d
Minor fixes to gameplay-tests
|
13 anni fa |
Adam Blake
|
7b0be86838
Added isScrolling() to Container. This method is used by controls to determine whether they've been clicked, or merely grabbed as a means to scroll their parent container. This logic has been added to all controls. Slider in particular makes use of it. The form in sample04-particles has been modified to show this.
|
13 anni fa |
Darryl Gough
|
4e31ded1d5
Changed methods in ScriptController to pass vectors by reference instead of by value.
|
13 anni fa |
Kieran Cunney
|
91f0eb1561
Fixes scrolling issues (and mouse wheel support!)
|
13 anni fa |
Kieran Cunney
|
e137e948bb
Adds Gamepad class to gameplay.
|
13 anni fa |
Adam Blake
|
93c477d644
All controls now take focus in the same way.
|
13 anni fa |
Adam Blake
|
15aafb3c21
Fixes #476 (adding mouse event support to UI controls).
|
13 anni fa |
Adam Blake
|
e7a31afb79
Fixing issues with scrolling within multiple nested containers.
|
13 anni fa |
Adam Blake
|
1ee9150c0c
Removing elapsedTime param from Form::update so that scrolling doesn't require an API change.
|
13 anni fa |
Adam Blake
|
449f37eeae
Fixed bug in SpriteBatch::draw() method that rotates the quad in 2D.
|
13 anni fa |
Adam Blake
|
35c269ccf2
Merge branch 'next' of https://github.com/blackberry-gaming/GamePlay into next-ablake
|
13 anni fa |
Adam Blake
|
6192fd04b7
2D Forms now draw into a FrameBuffer. Controls are only redrawn when dirty.
|
13 anni fa |
Chris Culy
|
fe9e3c2870
Error handling improvements (1 of 7 - UI system and global macro rename).
|
13 anni fa |
Adam Blake
|
faf409a2d6
Adding FlowLayout, ScrollLayout.
|
13 anni fa |
Adam Blake
|
1b2da65d72
Optimizing drawImages() for all controls that use it.
|
13 anni fa |
Adam Blake
|
0865ad5a08
Adding setChecked() to CheckBox.
|
13 anni fa |
Adam Blake
|
8174491804
More comments and refactoring.
|
13 anni fa |
Adam Blake
|
f7fa5c1bb6
Refactoring of the UI API.
|
13 anni fa |
Adam Blake
|
ca4c205d21
Fixing slider math to handle negative values.
|
13 anni fa |
Adam Blake
|
f150ba812b
Refactoring of Theme, especially the way data about texture regions (images used by controls) is stored.
|
13 anni fa |
Adam Blake
|
985b27aec2
UI API refactoring:
|
14 anni fa |
Adam Blake
|
325ec380f9
Changing setCallback() to addListener() for UI controls.
|
14 anni fa |