From a41fb2fa3cf286290084af93b769658e0f074400 Mon Sep 17 00:00:00 2001 From: Pierre-Thomas Meisels Date: Tue, 8 Feb 2022 17:43:53 +0100 Subject: bugfix: bind core enums' none values --- doc/classes/@GlobalScope.xml | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'doc') diff --git a/doc/classes/@GlobalScope.xml b/doc/classes/@GlobalScope.xml index 4c0f89f14d..10fc615fe5 100644 --- a/doc/classes/@GlobalScope.xml +++ b/doc/classes/@GlobalScope.xml @@ -1273,6 +1273,9 @@ A bit mask for [code]INLINE_ALIGNMENT_TO_*[/code] alignment constants. + + Enum value which doesn't correspond to any key. This is used to initialize [enum Key] properties with a generic state. + Keycodes with this bit applied are non-printable. @@ -2029,6 +2032,9 @@ Group Switch key mask. + + Enum value which doesn't correspond to any mouse button. This is used to initialize [enum MouseButton] properties with a generic state. + Left mouse button. @@ -2173,6 +2179,9 @@ The maximum number of game controller axes: OpenVR supports up to 5 Joysticks making a total of 10 axes. + + Enum value which doesn't correspond to any MIDI message. This is used to initialize [enum MIDIMessage] properties with a generic state. + MIDI note OFF message. See the documentation of [InputEventMIDI] for information of how to use MIDI inputs. -- cgit v1.2.3