|
@@ -5542,7 +5542,7 @@ Properties:
|
|
|
|
|
|
|
|
Methods:
|
|
Methods:
|
|
|
|
|
|
|
|
-- uint AddScreenJoystick(bool = false, XMLFile@ = null, XMLFile@ = null)
|
|
|
|
|
|
|
+- uint AddScreenJoystick(XMLFile@ = null, XMLFile@ = null)
|
|
|
- void CloseJoystick(uint)
|
|
- void CloseJoystick(uint)
|
|
|
- bool DetectJoysticks()
|
|
- bool DetectJoysticks()
|
|
|
- int GetKeyFromName(const String&) const
|
|
- int GetKeyFromName(const String&) const
|
|
@@ -5552,6 +5552,7 @@ Methods:
|
|
|
- int GetScancodeFromName(const String&) const
|
|
- int GetScancodeFromName(const String&) const
|
|
|
- String GetScancodeName(int) const
|
|
- String GetScancodeName(int) const
|
|
|
- bool OpenJoystick(uint)
|
|
- bool OpenJoystick(uint)
|
|
|
|
|
+- bool RemoveScreenJoystick(uint)
|
|
|
- void SendEvent(const String&, VariantMap& = VariantMap ( ))
|
|
- void SendEvent(const String&, VariantMap& = VariantMap ( ))
|
|
|
|
|
|
|
|
Properties:
|
|
Properties:
|
|
@@ -10202,6 +10203,7 @@ Properties:
|
|
|
- IntVector2 position
|
|
- IntVector2 position
|
|
|
- float pressure
|
|
- float pressure
|
|
|
- int touchID
|
|
- int touchID
|
|
|
|
|
+- WeakHandle touchedElement
|
|
|
|
|
|
|
|
|
|
|
|
|
### UI
|
|
### UI
|