The Wayback Machine - http://web.archive.org/web/20200831034512/https://github.com/topics/libgdx
Skip to content
#

libgdx

Here are 974 public repositories matching this topic...

Dakror
Dakror commented Oct 12, 2017

Issue details

Tooltips broken on Android. They do not show but cause an exception instead.
Also referenced in #4921

Reproduction steps/code

Run the UITest on android (i used a Huawei P8, Android 5)

Version of LibGDX and/or relevant dependencies

1.9.6

Stacktrace

10-12 18:23:17.610 571-761/com.badlogic.gdx.tests.android W/System.err: java.lang.NullPointerE
ktx
limbusdev
limbusdev commented Jan 24, 2019

Hi,
great extension to libGDX :) thank you for that.

My question: how can square brackets be used with libKTX ArrayMaps?

what I wanted to to:

val myMap : ArrayMap<String, Label>
myMap = ArrayMap()
myMap["one"] = new Label(...)

But there is no Set operator defined. Am I doing something wrong, or isn't it just implemented yet?

Cheers

Improve this page

Add a description, image, and links to the libgdx topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the libgdx topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.