|
|
@@ -10,7 +10,7 @@ ifdef::env-github,env-browser[:outfilesuffix: .adoc]
|
|
|
|
|
|
== The Screen Class
|
|
|
|
|
|
-You can create a screen using one of the two provided constructors as shown in the <<jme3/contributions/tonegodgui/quickstart#,Quick Start Guide>>.+
|
|
|
+You can create a screen using one of the two provided constructors as shown in the <<jme3/contributions/tonegodgui/quickstart#,Quick Start Guide>>.
|
|
|
|
|
|
[source,java]
|
|
|
----
|
|
|
@@ -41,8 +41,7 @@ screen.setUseCustomCursors(true);
|
|
|
|
|
|
----
|
|
|
|
|
|
-You can disable and re-enable custom cursors at any point, but they must be initialized with the screen to be loaded.+
|
|
|
-+
|
|
|
+You can disable and re-enable custom cursors at any point, but they must be initialized with the screen to be loaded.
|
|
|
|
|
|
Cursor Effects can be enabled/disabled at anytime by calling:
|
|
|
|
|
|
@@ -53,13 +52,6 @@ screen.setUseCursorEffects(boolean useCursorEffects);
|
|
|
|
|
|
----
|
|
|
|
|
|
-
|
|
|
-[NOTE]
|
|
|
-====
|
|
|
-More info on: <<jme3/contributions/tonegodgui/cursoreffects#,Cursor Effects>>.
|
|
|
-====
|
|
|
-
|
|
|
-
|
|
|
Tool Tips can be enabled/disabled at anytime by calling:
|
|
|
|
|
|
[source,java]
|
|
|
@@ -69,13 +61,6 @@ screen.setUseToolTips(boolean useToolTips);
|
|
|
|
|
|
----
|
|
|
|
|
|
-
|
|
|
-[NOTE]
|
|
|
-====
|
|
|
-More info on: <<jme3/contributions/tonegodgui/tooltips#,Tool Tips>>.
|
|
|
-====
|
|
|
-
|
|
|
-
|
|
|
Audio can be enabled/disabled at anytime by calling:
|
|
|
|
|
|
[source,java]
|
|
|
@@ -86,12 +71,6 @@ screen.setUseUIAudio(boolean useUIAudio);
|
|
|
----
|
|
|
|
|
|
|
|
|
-[NOTE]
|
|
|
-====
|
|
|
-More info on: <<jme3/contributions/tonegodgui/audio#,Audio Support>>.
|
|
|
-====
|
|
|
-
|
|
|
-
|
|
|
|
|
|
=== Application quick references methods:
|
|
|
|