commit dbe5afa0a97e7775a2aea8586fda71048362d86e Author: Martin White Date: Sun Jul 26 01:47:05 2020 +0100 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..09b2ac1 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*.c \ No newline at end of file diff --git a/docs/abstractclass.png b/docs/abstractclass.png new file mode 100644 index 0000000..6fd13c8 Binary files /dev/null and b/docs/abstractclass.png differ diff --git a/docs/abstractmethod.png b/docs/abstractmethod.png new file mode 100644 index 0000000..a4d7869 Binary files /dev/null and b/docs/abstractmethod.png differ diff --git a/docs/abstractproperty.png b/docs/abstractproperty.png new file mode 100644 index 0000000..e0a9397 Binary files /dev/null and b/docs/abstractproperty.png differ diff --git a/docs/class.png b/docs/class.png new file mode 100644 index 0000000..a44cb83 Binary files /dev/null and b/docs/class.png differ diff --git a/docs/coll_close.png b/docs/coll_close.png new file mode 100644 index 0000000..612e32a Binary files /dev/null and b/docs/coll_close.png differ diff --git a/docs/coll_open.png b/docs/coll_open.png new file mode 100644 index 0000000..35b3f36 Binary files /dev/null and b/docs/coll_open.png differ diff --git a/docs/constant.png b/docs/constant.png new file mode 100644 index 0000000..7bb049d Binary files /dev/null and b/docs/constant.png differ diff --git a/docs/constructor.png b/docs/constructor.png new file mode 100644 index 0000000..df41c7f Binary files /dev/null and b/docs/constructor.png differ diff --git a/docs/delegate.png b/docs/delegate.png new file mode 100644 index 0000000..3a51ed8 Binary files /dev/null and b/docs/delegate.png differ diff --git a/docs/devhelpstyle.css b/docs/devhelpstyle.css new file mode 100644 index 0000000..1fb803d --- /dev/null +++ b/docs/devhelpstyle.css @@ -0,0 +1,578 @@ +* { + font-family: 'Times New Roman'; + font-size: 12pt; +} + +ul.external_link { +} + +.main_optional_parameter { + font-style: italic; +} + +.main_diagram { + border-style: none; + display: block; + margin: 0px auto; +} + + +.main_notification { + padding-right: 10px; + padding-left: 60px; + padding-bottom: 5px; + padding-top: 5px; + border-color: #aaaaff; + background-color: #eeeeff; + border-style: solid; + border-width: 1px; + margin: 10px; + min-height: 48px; + background-position: 6px 0.5em; + background-repeat: no-repeat; + background-image: url(warning.png); +} + +.main_table { + border-collapse: collapse; + border: 1px solid #aaaaff; + background: #eeeeff; + margin-right:auto; + margin-left:auto; +} + +.main_source, .main_sourcesample { + padding-right: 10px; + padding-left: 5px; + padding-bottom: 5px; + padding-top: 5px; + margin: 10px; + + border-color: #aaaaff; + background-color: #eeeeff; + border-style: solid; + border-width: 1px; +} + + +input { + border-color: #aaaaff; + border-style: solid; + border-width: 1px; +} + + + + +.site_header { + font-size: 25px; + padding-bottom: 10px; + padding-top: 10px; + background-color: #aaaaff; + width: 100%; +} + + +div { + font-family:'Verdana'; + font-size: 12; +} + + +.site_title { + text-align: left; + font-size: 40; +} + +div.site_footer { + text-align: center; + background-color: #aaaaff; + padding-bottom: 5px; + padding-top: 5px; + width: 100%; + clear: left; +} + + +div.site_body { + font-size: 10; +} + + +.site_content { + font-size: 12px; + margin-left: 5px; + margin-right: 5px; + text-align: left; +} + + +.main_type { + text-decoration: none; + font-style: italic; + color: #000000; +} + +.main_basic_type { + text-decoration: none; + font-weight: bold; + color: #2e8b57; +} + +.main_keyword { + text-decoration: none; + font-weight: bold; + color: #a52a2a; +} + +.main_source .main_literal { + text-decoration: none; + color: #ff0000; +} + +.main_comment { + text-decoration: none; + color: #888a85; +} + +.main_preprocessor { + text-decoration: none; + color: #ad7fa8; +} + +div.main_code_definition { + padding-right: 10px; + padding-left: 10px; + padding-bottom: 5px; + padding-top: 5px; + + font-family: monospace; + border-color: #aaaaff; + background-color: #eeeeff; + border-style: solid; + border-width: 1px; + margin: 10px; +} + +div.main_notification_block { + padding-right: 10px; + padding-left: 10px; + padding-bottom: 5px; + padding-top: 5px; + + border-color: #d08717; + background-color: #fbf2c3; + border-style: solid; + border-width: 1px; + margin: 10px; +} + +span.main_block_headline { + background-image:url(tip.png); + background-repeat:no-repeat; + background-position:center right; + font-weight:bold; + display:block; +} + +div.main_block_content { + margin-left:15px; +} + +span.leaf_code_definition { + font-family: monospace; +} + + +div.leaf_brief_description { + display: block; + margin-left: 40px; +} + + +h1.main_title { + font-size: 20px; + margin-bottom: 0px; +} + +h2.main_title { + margin-bottom: 0px; +} + +h3.main_title { + margin-bottom: 0px; +} + +.main_hr { + border: 0; + color: #aaaaff; + background-color: #aaaaff; + height: 1px; + margin-top: 5px; + margin-bottom: 5px; +} + + + +.main_parameter_table_text, .main_errordomain_table_text, .main_enum_table_text { +} + +.main_parameter_table_unknown_parameter { + color: GREY; +} + +.main_parameter_table_name, .main_errordomain_table_name, .main_enum_table_name { + vertical-align: top; + text-align: right; + font-weight: bold; + width: 120px; + padding-right: 10px; +} + +.main_parameter_table, .main_errordomain_table, .main_enum_table { + margin-weight: 20px; + margin-left: 20px; +} + + + +.description a.constant, .brief_description a.constant { + background-image:url(constant.png); + display:inline-block; + padding-right:17px; + background-repeat:no-repeat; + background-position:center right; + border:0px; +} +.description a.namespace, .brief_description a.namespace { + background-image:url(namespace.png); + display:inline-block; + padding-right:17px; + background-repeat:no-repeat; + background-position:center right; + border:0px; +} +.description a.struct, .brief_description a.struct { + background-image:url(struct.png); + display:inline-block; + padding-right:17px; + background-repeat:no-repeat; + background-position:center right; + border:0px; +} +.description a.interface, .brief_description a.interface { + background-image:url(interface.png); + display:inline-block; + padding-right:17px; + background-repeat:no-repeat; + background-position:center right; + border:0px; +} +.description a.enum, .brief_description a.enum { + background-image:url(enum.png); + display:inline-block; + padding-right:17px; + background-repeat:no-repeat; + background-position:center right; + border:0px; +} +.description a.errordomain, .brief_description a.errordomain { + background-image:url(errordomain.png); + display:inline-block; + padding-right:17px; + background-repeat:no-repeat; + background-position:center right; + border:0px; +} +.description a.delegate, .brief_description a.delegate { + background-image:url(delegate.png); + display:inline-block; + padding-right:17px; + background-repeat:no-repeat; + background-position:center right; + border:0px; +} +.description a.signal, .brief_description a.signal { + background-image:url(signal.png); + display:inline-block; + padding-right:17px; + background-repeat:no-repeat; + background-position:center right; + border:0px; +} +.description a.field, .brief_description a.field { + background-image:url(field.png); + display:inline-block; + padding-right:17px; + background-repeat:no-repeat; + background-position:center right; + border:0px; +} +.description a.enumvalue, .brief_description a.enumvalue { + background-image:url(enumvalue.png); + display:inline-block; + padding-right:17px; + background-repeat:no-repeat; + background-position:center right; + border:0px; +} +.description a.errorcode, .brief_description a.errorcode { + background-image:url(errorcode.png); + display:inline-block; + padding-right:17px; + background-repeat:no-repeat; + background-position:center right; + border:0px; +} +.description a.class, .brief_description a.class { + background-image:url(class.png); + display:inline-block; + padding-right:17px; + background-repeat:no-repeat; + background-position:center right; + border:0px; +} +.description a.abstract_class, .brief_description a.abstract_class { + background-image:url(abstractclass.png); + display:inline-block; + padding-right:17px; + background-repeat:no-repeat; + background-position:center right; + border:0px; + font-style: italic; +} +.description a.property, .brief_description a.property { + background-image:url(property.png); + display:inline-block; + padding-right:17px; + background-repeat:no-repeat; + background-position:center right; + border:0px; +} +.description a.virtual_property, .brief_description a.virtual_property { + background-image:url(virtualproperty.png); + display:inline-block; + padding-right:17px; + background-repeat:no-repeat; + background-position:center right; + border:0px; +} +.description a.abstract_property, .brief_description a.abstract_property { + background-image:url(abstractproperty.png); + display:inline-block; + padding-right:17px; + background-repeat:no-repeat; + background-position:center right; + border:0px; +} +.description a.method, .brief_description a.method { + background-image:url(method.png); + display:inline-block; + padding-right:17px; + background-repeat:no-repeat; + background-position:center right; + border:0px; +} +.description a.static_method, .brief_description a.static_method { + background-image:url(staticmethod.png); + display:inline-block; + padding-right:17px; + background-repeat:no-repeat; + background-position:center right; + border:0px; +} +.description a.virtual_method, .brief_description a.virtual_method { + background-image:url(virtualmethod.png); + display:inline-block; + padding-right:17px; + background-repeat:no-repeat; + background-position:center right; + border:0px; +} +.description a.abstract_method, .brief_description a.abstract_method { + background-image:url(abstractmethod.png); + display:inline-block; + padding-right:17px; + background-repeat:no-repeat; + background-position:center right; + border:0px; +} +.description a.creation_method, .brief_description a.creation_method { + background-image:url(constructor.png); + display:inline-block; + padding-right:17px; + background-repeat:no-repeat; + background-position:center right; + border:0px; +} + +.navi_main .errorcode, .navi_inline .errorcode { + list-style-image:url(errorcode.png); +} +.navi_main .enumvalue, .navi_inline .enumvalue { + list-style-image:url(enumvalue.png); +} +.navi_main .abstract_class, .navi_inline .abstract_class { + list-style-image: url(abstractclass.png); +} +.navi_main .abstract_method, .navi_inline .abstract_method { + list-style-image: url( abstractmethod.png ); +} +.navi_main .creation_method, .navi_inline .creation_method, .main_list_m { + list-style-image: url(constructor.png); +} +.navi_main .static_method, .navi_inline .static_method { + list-style-image: url(staticmethod.png); +} +.navi_main .package_index { + list-style-image: url(packages.png); +} +.navi_main .virtual_method, .navi_inline .virtual_method { + list-style-image: url(virtualmethod.png); +} +.navi_main .errordomain, .navi_inline .errordomain, .main_list_errdom { + list-style-image: url(errordomain.png); +} +.navi_main .namespace, .navi_inline .namespace, .main_list_ns { + list-style-image: url(namespace.png); +} +.navi_main .method, .navi_inline .method { + list-style-image: url(method.png); +} +.navi_main .struct, .navi_inline .struct, .main_list_stru { + list-style-image: url(struct.png); +} +.navi_main .interface, .navi_inline .interface, .main_list_iface { + list-style-image: url(interface.png); +} +.navi_main .field, .navi_inline .field, .main_list_field { + list-style-image: url(field.png); +} +.navi_main .class, .navi_inline .class, .main_list_cl { + list-style-image: url(class.png); +} +.navi_main .enum, .navi_inline .enum, .main_list_en { + list-style-image: url(enum.png); +} +.navi_main .property, .navi_inline .property, .main_list_prop { + list-style-image: url(property.png); +} +.navi_main .abstract_property, .navi_inline .abstract_property { + list-style-image: url(abstractproperty.png); +} +.navi_main .virtual_property, .navi_inline .virtual_property { + list-style-image: url(virtualproperty.png); +} +.navi_main .delegate, .navi_inline .delegate, .main_list_del { + list-style-image: url(delegate.png); +} +.navi_main .signal, .navi_inline .signal, .main_list_sig { + list-style-image: url(signal.png); +} +.navi_main .package, .navi_inline .package { + list-style-image: url(package.png); +} +.navi_main .constant, .navi_inline .constant { + list-style-image: url(constant.png); +} + + +.navi_main { + margin-top: 10px; + margin-bottom: 10px; + padding-left: 30px; +} + +.navi_hr { + border: 0; + color: #aaaaff; + background-color: #aaaaff; + height: 1px; + margin-left: 10px; + margin-right: 10px; + margin-top: 5px; + margin-bottom: 5px; +} + + + +.navi_main a, .navi_inline a, +a.external_link +{ + text-decoration: none; + color: #214b87; +} + +.navi_main .abstract_class > a, .navi_inline .abstract_class > a { + font-style: italic; +} + +a.navi_link:hover, a.external_link:hover { + text-decoration: underline; +} + +ul.no_bullet li { + list-style-type: none; +} + +.main_see_list { +} + +.navi_inline { +} + +.css_content_literal { + font-family: monospace; + color: #ff01ff; +} + +code { + font-family: monospace; +} + +.main_code_definition a, .leaf_code_definition a { + text-decoration: none; + color: inherit; +} + +.main_code_definition a:hover, .leaf_code_definition a:hover { + text-decoration: underline; +} + +.box { +} +.box .headline { + background-image: url("coll_open.png"); + background-position: calc(100% - 1px) center; + background-repeat: no-repeat; + background-color: #eeeeff; + border-color: #aaaaff; + border-style: solid; + border-width: 1px; + margin: auto; + width: 90%; + margin-top: 20px; + font-weight: bold; +} +.box .content { + border-color: #aaaaff; + border-width: 0 1 1 1; + border-style: solid; + overflow: auto; + display: none; + margin: auto; + width: 90%; +} +.box .column { + float: left; + width: 33%; +} + +.namespace_note { +} +.package_note { +} + +.deprecated { + text-decoration:line-through; +} diff --git a/docs/enum.png b/docs/enum.png new file mode 100644 index 0000000..c5852d1 Binary files /dev/null and b/docs/enum.png differ diff --git a/docs/enumvalue.png b/docs/enumvalue.png new file mode 100644 index 0000000..b43bbd1 Binary files /dev/null and b/docs/enumvalue.png differ diff --git a/docs/errorcode.png b/docs/errorcode.png new file mode 100644 index 0000000..43a5bce Binary files /dev/null and b/docs/errorcode.png differ diff --git a/docs/errordomain.png b/docs/errordomain.png new file mode 100644 index 0000000..638783b Binary files /dev/null and b/docs/errordomain.png differ diff --git a/docs/field.png b/docs/field.png new file mode 100644 index 0000000..bd98ee7 Binary files /dev/null and b/docs/field.png differ diff --git a/docs/index.html b/docs/index.html new file mode 100644 index 0000000..5d4c62b --- /dev/null +++ b/docs/index.html @@ -0,0 +1,34 @@ + + + + + raylib – Vala Binding Reference + + + + +
+ +
+

Packages:

+
+

Content:

+

Packages:

+ +
+

+ + + \ No newline at end of file diff --git a/docs/interface.png b/docs/interface.png new file mode 100644 index 0000000..c20f309 Binary files /dev/null and b/docs/interface.png differ diff --git a/docs/method.png b/docs/method.png new file mode 100644 index 0000000..a011ac0 Binary files /dev/null and b/docs/method.png differ diff --git a/docs/namespace.png b/docs/namespace.png new file mode 100644 index 0000000..8c24d56 Binary files /dev/null and b/docs/namespace.png differ diff --git a/docs/package.png b/docs/package.png new file mode 100644 index 0000000..0cf8623 Binary files /dev/null and b/docs/package.png differ diff --git a/docs/packages.png b/docs/packages.png new file mode 100644 index 0000000..f64e844 Binary files /dev/null and b/docs/packages.png differ diff --git a/docs/property.png b/docs/property.png new file mode 100644 index 0000000..b9f3774 Binary files /dev/null and b/docs/property.png differ diff --git a/docs/raylib/Raylib.AndroidButton.KEY_BACK.html b/docs/raylib/Raylib.AndroidButton.KEY_BACK.html new file mode 100644 index 0000000..c55be5a --- /dev/null +++ b/docs/raylib/Raylib.AndroidButton.KEY_BACK.html @@ -0,0 +1,47 @@ + + + + + Raylib.AndroidButton.KEY_BACK – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_BACK

+
+

Description:

+
KEY_BACK +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.AndroidButton.KEY_MENU.html b/docs/raylib/Raylib.AndroidButton.KEY_MENU.html new file mode 100644 index 0000000..1ac8545 --- /dev/null +++ b/docs/raylib/Raylib.AndroidButton.KEY_MENU.html @@ -0,0 +1,47 @@ + + + + + Raylib.AndroidButton.KEY_MENU – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_MENU

+
+

Description:

+
KEY_MENU +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.AndroidButton.KEY_VOLUME_DOWN.html b/docs/raylib/Raylib.AndroidButton.KEY_VOLUME_DOWN.html new file mode 100644 index 0000000..081732d --- /dev/null +++ b/docs/raylib/Raylib.AndroidButton.KEY_VOLUME_DOWN.html @@ -0,0 +1,47 @@ + + + + + Raylib.AndroidButton.KEY_VOLUME_DOWN – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_VOLUME_DOWN

+
+

Description:

+
KEY_VOLUME_DOWN +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.AndroidButton.KEY_VOLUME_UP.html b/docs/raylib/Raylib.AndroidButton.KEY_VOLUME_UP.html new file mode 100644 index 0000000..d6b1275 --- /dev/null +++ b/docs/raylib/Raylib.AndroidButton.KEY_VOLUME_UP.html @@ -0,0 +1,47 @@ + + + + + Raylib.AndroidButton.KEY_VOLUME_UP – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_VOLUME_UP

+
+

Description:

+
KEY_VOLUME_UP +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.AndroidButton.html b/docs/raylib/Raylib.AndroidButton.html new file mode 100644 index 0000000..db4c83e --- /dev/null +++ b/docs/raylib/Raylib.AndroidButton.html @@ -0,0 +1,62 @@ + + + + + Raylib.AndroidButton – raylib – Vala Binding Reference + + + + +
+ +
+

AndroidButton

+
+

Description:

+
[ CCode ( has_type_id = false ) ]
public enum AndroidButton +
+
+

Android buttons

+

+
Namespace: Raylib +
+
Package: raylib +
+

Content:

+

Enum values:

+ +
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.BEIGE.html b/docs/raylib/Raylib.BEIGE.html new file mode 100644 index 0000000..6b7db17 --- /dev/null +++ b/docs/raylib/Raylib.BEIGE.html @@ -0,0 +1,153 @@ + + + + + Raylib.BEIGE – raylib – Vala Binding Reference + + + + +
+ +
+

BEIGE

+
+

Description:

+
[ CCode ( cname = "BEIGE" ) ]
public const Color BEIGE +

+
Namespace: Raylib +
+
Package: raylib +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.BLACK.html b/docs/raylib/Raylib.BLACK.html new file mode 100644 index 0000000..9abb16e --- /dev/null +++ b/docs/raylib/Raylib.BLACK.html @@ -0,0 +1,153 @@ + + + + + Raylib.BLACK – raylib – Vala Binding Reference + + + + +
+ +
+

BLACK

+
+

Description:

+
[ CCode ( cname = "BLACK" ) ]
public const Color BLACK +

+
Namespace: Raylib +
+
Package: raylib +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.BLANK.html b/docs/raylib/Raylib.BLANK.html new file mode 100644 index 0000000..693b6bd --- /dev/null +++ b/docs/raylib/Raylib.BLANK.html @@ -0,0 +1,153 @@ + + + + + Raylib.BLANK – raylib – Vala Binding Reference + + + + +
+ +
+

BLANK

+
+

Description:

+
[ CCode ( cname = "BLANK" ) ]
public const Color BLANK +

+
Namespace: Raylib +
+
Package: raylib +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.BLUE.html b/docs/raylib/Raylib.BLUE.html new file mode 100644 index 0000000..e772a51 --- /dev/null +++ b/docs/raylib/Raylib.BLUE.html @@ -0,0 +1,153 @@ + + + + + Raylib.BLUE – raylib – Vala Binding Reference + + + + +
+ +
+

BLUE

+
+

Description:

+
[ CCode ( cname = "BLUE" ) ]
public const Color BLUE +

+
Namespace: Raylib +
+
Package: raylib +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.BROWN.html b/docs/raylib/Raylib.BROWN.html new file mode 100644 index 0000000..d788a4f --- /dev/null +++ b/docs/raylib/Raylib.BROWN.html @@ -0,0 +1,153 @@ + + + + + Raylib.BROWN – raylib – Vala Binding Reference + + + + +
+ +
+

BROWN

+
+

Description:

+
[ CCode ( cname = "BROWN" ) ]
public const Color BROWN +

+
Namespace: Raylib +
+
Package: raylib +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.BlendMode.BLEND_ADDITIVE.html b/docs/raylib/Raylib.BlendMode.BLEND_ADDITIVE.html new file mode 100644 index 0000000..560fa10 --- /dev/null +++ b/docs/raylib/Raylib.BlendMode.BLEND_ADDITIVE.html @@ -0,0 +1,47 @@ + + + + + Raylib.BlendMode.BLEND_ADDITIVE – raylib – Vala Binding Reference + + + + +
+ +
+

BLEND_ADDITIVE

+
+

Description:

+
BLEND_ADDITIVE +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.BlendMode.BLEND_ALPHA.html b/docs/raylib/Raylib.BlendMode.BLEND_ALPHA.html new file mode 100644 index 0000000..f6d9124 --- /dev/null +++ b/docs/raylib/Raylib.BlendMode.BLEND_ALPHA.html @@ -0,0 +1,47 @@ + + + + + Raylib.BlendMode.BLEND_ALPHA – raylib – Vala Binding Reference + + + + +
+ +
+

BLEND_ALPHA

+
+

Description:

+
BLEND_ALPHA = 0 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.BlendMode.BLEND_MULTIPLIED.html b/docs/raylib/Raylib.BlendMode.BLEND_MULTIPLIED.html new file mode 100644 index 0000000..45273a4 --- /dev/null +++ b/docs/raylib/Raylib.BlendMode.BLEND_MULTIPLIED.html @@ -0,0 +1,47 @@ + + + + + Raylib.BlendMode.BLEND_MULTIPLIED – raylib – Vala Binding Reference + + + + +
+ +
+

BLEND_MULTIPLIED

+
+

Description:

+
BLEND_MULTIPLIED +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.BlendMode.html b/docs/raylib/Raylib.BlendMode.html new file mode 100644 index 0000000..74e0cd6 --- /dev/null +++ b/docs/raylib/Raylib.BlendMode.html @@ -0,0 +1,57 @@ + + + + + Raylib.BlendMode – raylib – Vala Binding Reference + + + + +
+ +
+

BlendMode

+
+

Description:

+
[ CCode ( cprefix = "" , has_type_id = false ) ]
public enum BlendMode +

+
Namespace: Raylib +
+
Package: raylib +
+

Content:

+

Enum values:

+ +
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.CameraMode.CAMERA_CUSTOM.html b/docs/raylib/Raylib.CameraMode.CAMERA_CUSTOM.html new file mode 100644 index 0000000..0c6871b --- /dev/null +++ b/docs/raylib/Raylib.CameraMode.CAMERA_CUSTOM.html @@ -0,0 +1,47 @@ + + + + + Raylib.CameraMode.CAMERA_CUSTOM – raylib – Vala Binding Reference + + + + +
+ +
+

CAMERA_CUSTOM

+
+

Description:

+
CAMERA_CUSTOM = 0 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.CameraMode.CAMERA_FIRST_PERSON.html b/docs/raylib/Raylib.CameraMode.CAMERA_FIRST_PERSON.html new file mode 100644 index 0000000..fd328b7 --- /dev/null +++ b/docs/raylib/Raylib.CameraMode.CAMERA_FIRST_PERSON.html @@ -0,0 +1,47 @@ + + + + + Raylib.CameraMode.CAMERA_FIRST_PERSON – raylib – Vala Binding Reference + + + + +
+ +
+

CAMERA_FIRST_PERSON

+
+

Description:

+
CAMERA_FIRST_PERSON +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.CameraMode.CAMERA_FREE.html b/docs/raylib/Raylib.CameraMode.CAMERA_FREE.html new file mode 100644 index 0000000..232ce89 --- /dev/null +++ b/docs/raylib/Raylib.CameraMode.CAMERA_FREE.html @@ -0,0 +1,47 @@ + + + + + Raylib.CameraMode.CAMERA_FREE – raylib – Vala Binding Reference + + + + +
+ +
+

CAMERA_FREE

+
+

Description:

+
CAMERA_FREE +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.CameraMode.CAMERA_ORBITAL.html b/docs/raylib/Raylib.CameraMode.CAMERA_ORBITAL.html new file mode 100644 index 0000000..61b9f45 --- /dev/null +++ b/docs/raylib/Raylib.CameraMode.CAMERA_ORBITAL.html @@ -0,0 +1,47 @@ + + + + + Raylib.CameraMode.CAMERA_ORBITAL – raylib – Vala Binding Reference + + + + +
+ +
+

CAMERA_ORBITAL

+
+

Description:

+
CAMERA_ORBITAL +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.CameraMode.CAMERA_THIRD_PERSON.html b/docs/raylib/Raylib.CameraMode.CAMERA_THIRD_PERSON.html new file mode 100644 index 0000000..f89d923 --- /dev/null +++ b/docs/raylib/Raylib.CameraMode.CAMERA_THIRD_PERSON.html @@ -0,0 +1,47 @@ + + + + + Raylib.CameraMode.CAMERA_THIRD_PERSON – raylib – Vala Binding Reference + + + + +
+ +
+

CAMERA_THIRD_PERSON

+
+

Description:

+
CAMERA_THIRD_PERSON +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.CameraMode.html b/docs/raylib/Raylib.CameraMode.html new file mode 100644 index 0000000..56d64dc --- /dev/null +++ b/docs/raylib/Raylib.CameraMode.html @@ -0,0 +1,61 @@ + + + + + Raylib.CameraMode – raylib – Vala Binding Reference + + + + +
+ +
+

CameraMode

+
+

Description:

+
[ CCode ( cprefix = "" , has_type_id = false ) ]
public enum CameraMode +

+
Namespace: Raylib +
+
Package: raylib +
+

Content:

+

Enum values:

+ +
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.CameraType.CAMERA_ORTHOGRAPHIC.html b/docs/raylib/Raylib.CameraType.CAMERA_ORTHOGRAPHIC.html new file mode 100644 index 0000000..95ba716 --- /dev/null +++ b/docs/raylib/Raylib.CameraType.CAMERA_ORTHOGRAPHIC.html @@ -0,0 +1,47 @@ + + + + + Raylib.CameraType.CAMERA_ORTHOGRAPHIC – raylib – Vala Binding Reference + + + + +
+ +
+

CAMERA_ORTHOGRAPHIC

+
+

Description:

+
CAMERA_ORTHOGRAPHIC +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.CameraType.CAMERA_PERSPECTIVE.html b/docs/raylib/Raylib.CameraType.CAMERA_PERSPECTIVE.html new file mode 100644 index 0000000..7c1db24 --- /dev/null +++ b/docs/raylib/Raylib.CameraType.CAMERA_PERSPECTIVE.html @@ -0,0 +1,47 @@ + + + + + Raylib.CameraType.CAMERA_PERSPECTIVE – raylib – Vala Binding Reference + + + + +
+ +
+

CAMERA_PERSPECTIVE

+
+

Description:

+
CAMERA_PERSPECTIVE = 0 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.CameraType.html b/docs/raylib/Raylib.CameraType.html new file mode 100644 index 0000000..398bfd5 --- /dev/null +++ b/docs/raylib/Raylib.CameraType.html @@ -0,0 +1,55 @@ + + + + + Raylib.CameraType – raylib – Vala Binding Reference + + + + +
+ +
+

CameraType

+
+

Description:

+
[ CCode ( cprefix = "" , has_type_id = false ) ]
public enum CameraType +

+
Namespace: Raylib +
+
Package: raylib +
+

Content:

+

Enum values:

+ +
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Color.a.html b/docs/raylib/Raylib.Color.a.html new file mode 100644 index 0000000..752bbaa --- /dev/null +++ b/docs/raylib/Raylib.Color.a.html @@ -0,0 +1,47 @@ + + + + + Raylib.Color.a – raylib – Vala Binding Reference + + + + +
+ +
+

a

+
+

Description:

+
public uint8 a +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Color.b.html b/docs/raylib/Raylib.Color.b.html new file mode 100644 index 0000000..789fdf4 --- /dev/null +++ b/docs/raylib/Raylib.Color.b.html @@ -0,0 +1,47 @@ + + + + + Raylib.Color.b – raylib – Vala Binding Reference + + + + +
+ +
+

b

+
+

Description:

+
public uint8 b +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Color.g.html b/docs/raylib/Raylib.Color.g.html new file mode 100644 index 0000000..95ffd39 --- /dev/null +++ b/docs/raylib/Raylib.Color.g.html @@ -0,0 +1,47 @@ + + + + + Raylib.Color.g – raylib – Vala Binding Reference + + + + +
+ +
+

g

+
+

Description:

+
public uint8 g +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Color.html b/docs/raylib/Raylib.Color.html new file mode 100644 index 0000000..8034db6 --- /dev/null +++ b/docs/raylib/Raylib.Color.html @@ -0,0 +1,78 @@ + + + + + Raylib.Color – raylib – Vala Binding Reference + + + + +
+ +
+

Color

+
+

Object Hierarchy:

+ Object hierarchy for Color + + + + + +

Description:

+
[ CCode ( cname = "struct Color" , has_type_id = false ) ]
[ SimpleType ]
public struct Color +

+
Namespace: Raylib +
+
Package: raylib +
+

Content:

+

Fields:

+ +
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Color.r.html b/docs/raylib/Raylib.Color.r.html new file mode 100644 index 0000000..ccbc675 --- /dev/null +++ b/docs/raylib/Raylib.Color.r.html @@ -0,0 +1,47 @@ + + + + + Raylib.Color.r – raylib – Vala Binding Reference + + + + +
+ +
+

r

+
+

Description:

+
public uint8 r +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.ConfigFlag.FLAG_FULLSCREEN_MODE.html b/docs/raylib/Raylib.ConfigFlag.FLAG_FULLSCREEN_MODE.html new file mode 100644 index 0000000..4f85e25 --- /dev/null +++ b/docs/raylib/Raylib.ConfigFlag.FLAG_FULLSCREEN_MODE.html @@ -0,0 +1,47 @@ + + + + + Raylib.ConfigFlag.FLAG_FULLSCREEN_MODE – raylib – Vala Binding Reference + + + + +
+ +
+

FLAG_FULLSCREEN_MODE

+
+

Description:

+
FLAG_FULLSCREEN_MODE +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.ConfigFlag.FLAG_MSAA_4X_HINT.html b/docs/raylib/Raylib.ConfigFlag.FLAG_MSAA_4X_HINT.html new file mode 100644 index 0000000..63bafe4 --- /dev/null +++ b/docs/raylib/Raylib.ConfigFlag.FLAG_MSAA_4X_HINT.html @@ -0,0 +1,47 @@ + + + + + Raylib.ConfigFlag.FLAG_MSAA_4X_HINT – raylib – Vala Binding Reference + + + + +
+ +
+

FLAG_MSAA_4X_HINT

+
+

Description:

+
FLAG_MSAA_4X_HINT +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.ConfigFlag.FLAG_RESERVED.html b/docs/raylib/Raylib.ConfigFlag.FLAG_RESERVED.html new file mode 100644 index 0000000..622e0cc --- /dev/null +++ b/docs/raylib/Raylib.ConfigFlag.FLAG_RESERVED.html @@ -0,0 +1,47 @@ + + + + + Raylib.ConfigFlag.FLAG_RESERVED – raylib – Vala Binding Reference + + + + +
+ +
+

FLAG_RESERVED

+
+

Description:

+
FLAG_RESERVED +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.ConfigFlag.FLAG_VSYNC_HINT.html b/docs/raylib/Raylib.ConfigFlag.FLAG_VSYNC_HINT.html new file mode 100644 index 0000000..bfe1826 --- /dev/null +++ b/docs/raylib/Raylib.ConfigFlag.FLAG_VSYNC_HINT.html @@ -0,0 +1,47 @@ + + + + + Raylib.ConfigFlag.FLAG_VSYNC_HINT – raylib – Vala Binding Reference + + + + +
+ +
+

FLAG_VSYNC_HINT

+
+

Description:

+
FLAG_VSYNC_HINT +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.ConfigFlag.FLAG_WINDOW_ALWAYS_RUN.html b/docs/raylib/Raylib.ConfigFlag.FLAG_WINDOW_ALWAYS_RUN.html new file mode 100644 index 0000000..b4435bc --- /dev/null +++ b/docs/raylib/Raylib.ConfigFlag.FLAG_WINDOW_ALWAYS_RUN.html @@ -0,0 +1,47 @@ + + + + + Raylib.ConfigFlag.FLAG_WINDOW_ALWAYS_RUN – raylib – Vala Binding Reference + + + + +
+ +
+

FLAG_WINDOW_ALWAYS_RUN

+
+

Description:

+
FLAG_WINDOW_ALWAYS_RUN +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.ConfigFlag.FLAG_WINDOW_HIDDEN.html b/docs/raylib/Raylib.ConfigFlag.FLAG_WINDOW_HIDDEN.html new file mode 100644 index 0000000..b5d10ff --- /dev/null +++ b/docs/raylib/Raylib.ConfigFlag.FLAG_WINDOW_HIDDEN.html @@ -0,0 +1,47 @@ + + + + + Raylib.ConfigFlag.FLAG_WINDOW_HIDDEN – raylib – Vala Binding Reference + + + + +
+ +
+

FLAG_WINDOW_HIDDEN

+
+

Description:

+
FLAG_WINDOW_HIDDEN +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.ConfigFlag.FLAG_WINDOW_RESIZABLE.html b/docs/raylib/Raylib.ConfigFlag.FLAG_WINDOW_RESIZABLE.html new file mode 100644 index 0000000..adde491 --- /dev/null +++ b/docs/raylib/Raylib.ConfigFlag.FLAG_WINDOW_RESIZABLE.html @@ -0,0 +1,47 @@ + + + + + Raylib.ConfigFlag.FLAG_WINDOW_RESIZABLE – raylib – Vala Binding Reference + + + + +
+ +
+

FLAG_WINDOW_RESIZABLE

+
+

Description:

+
FLAG_WINDOW_RESIZABLE +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.ConfigFlag.FLAG_WINDOW_TRANSPARENT.html b/docs/raylib/Raylib.ConfigFlag.FLAG_WINDOW_TRANSPARENT.html new file mode 100644 index 0000000..44f80a1 --- /dev/null +++ b/docs/raylib/Raylib.ConfigFlag.FLAG_WINDOW_TRANSPARENT.html @@ -0,0 +1,47 @@ + + + + + Raylib.ConfigFlag.FLAG_WINDOW_TRANSPARENT – raylib – Vala Binding Reference + + + + +
+ +
+

FLAG_WINDOW_TRANSPARENT

+
+

Description:

+
FLAG_WINDOW_TRANSPARENT +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.ConfigFlag.FLAG_WINDOW_UNDECORATED.html b/docs/raylib/Raylib.ConfigFlag.FLAG_WINDOW_UNDECORATED.html new file mode 100644 index 0000000..552a753 --- /dev/null +++ b/docs/raylib/Raylib.ConfigFlag.FLAG_WINDOW_UNDECORATED.html @@ -0,0 +1,47 @@ + + + + + Raylib.ConfigFlag.FLAG_WINDOW_UNDECORATED – raylib – Vala Binding Reference + + + + +
+ +
+

FLAG_WINDOW_UNDECORATED

+
+

Description:

+
FLAG_WINDOW_UNDECORATED +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.ConfigFlag.html b/docs/raylib/Raylib.ConfigFlag.html new file mode 100644 index 0000000..c1870b7 --- /dev/null +++ b/docs/raylib/Raylib.ConfigFlag.html @@ -0,0 +1,72 @@ + + + + + Raylib.ConfigFlag – raylib – Vala Binding Reference + + + + +
+ +
+

ConfigFlag

+
+

Description:

+
[ Flags ]
[ CCode ( cprefix = "" , has_type_id = false ) ]
public enum ConfigFlag +
+
+

System config flags NOTE: Used for bit masks

+

+
Namespace: Raylib +
+
Package: raylib +
+

Content:

+

Enum values:

+ +
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.CubemapLayoutType.CUBEMAP_AUTO_DETECT.html b/docs/raylib/Raylib.CubemapLayoutType.CUBEMAP_AUTO_DETECT.html new file mode 100644 index 0000000..f29d515 --- /dev/null +++ b/docs/raylib/Raylib.CubemapLayoutType.CUBEMAP_AUTO_DETECT.html @@ -0,0 +1,47 @@ + + + + + Raylib.CubemapLayoutType.CUBEMAP_AUTO_DETECT – raylib – Vala Binding Reference + + + + +
+ +
+

CUBEMAP_AUTO_DETECT

+
+

Description:

+
CUBEMAP_AUTO_DETECT = 0 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.CubemapLayoutType.CUBEMAP_CROSS_FOUR_BY_THREE.html b/docs/raylib/Raylib.CubemapLayoutType.CUBEMAP_CROSS_FOUR_BY_THREE.html new file mode 100644 index 0000000..36e0f0e --- /dev/null +++ b/docs/raylib/Raylib.CubemapLayoutType.CUBEMAP_CROSS_FOUR_BY_THREE.html @@ -0,0 +1,47 @@ + + + + + Raylib.CubemapLayoutType.CUBEMAP_CROSS_FOUR_BY_THREE – raylib – Vala Binding Reference + + + + +
+ +
+

CUBEMAP_CROSS_FOUR_BY_THREE

+
+

Description:

+
CUBEMAP_CROSS_FOUR_BY_THREE +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.CubemapLayoutType.CUBEMAP_CROSS_THREE_BY_FOUR.html b/docs/raylib/Raylib.CubemapLayoutType.CUBEMAP_CROSS_THREE_BY_FOUR.html new file mode 100644 index 0000000..fd4e89e --- /dev/null +++ b/docs/raylib/Raylib.CubemapLayoutType.CUBEMAP_CROSS_THREE_BY_FOUR.html @@ -0,0 +1,47 @@ + + + + + Raylib.CubemapLayoutType.CUBEMAP_CROSS_THREE_BY_FOUR – raylib – Vala Binding Reference + + + + +
+ +
+

CUBEMAP_CROSS_THREE_BY_FOUR

+
+

Description:

+
CUBEMAP_CROSS_THREE_BY_FOUR +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.CubemapLayoutType.CUBEMAP_LINE_HORIZONTAL.html b/docs/raylib/Raylib.CubemapLayoutType.CUBEMAP_LINE_HORIZONTAL.html new file mode 100644 index 0000000..c440d07 --- /dev/null +++ b/docs/raylib/Raylib.CubemapLayoutType.CUBEMAP_LINE_HORIZONTAL.html @@ -0,0 +1,47 @@ + + + + + Raylib.CubemapLayoutType.CUBEMAP_LINE_HORIZONTAL – raylib – Vala Binding Reference + + + + +
+ +
+

CUBEMAP_LINE_HORIZONTAL

+
+

Description:

+
CUBEMAP_LINE_HORIZONTAL +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.CubemapLayoutType.CUBEMAP_LINE_VERTICAL.html b/docs/raylib/Raylib.CubemapLayoutType.CUBEMAP_LINE_VERTICAL.html new file mode 100644 index 0000000..537e1f5 --- /dev/null +++ b/docs/raylib/Raylib.CubemapLayoutType.CUBEMAP_LINE_VERTICAL.html @@ -0,0 +1,47 @@ + + + + + Raylib.CubemapLayoutType.CUBEMAP_LINE_VERTICAL – raylib – Vala Binding Reference + + + + +
+ +
+

CUBEMAP_LINE_VERTICAL

+
+

Description:

+
CUBEMAP_LINE_VERTICAL +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.CubemapLayoutType.CUBEMAP_PANORAMA.html b/docs/raylib/Raylib.CubemapLayoutType.CUBEMAP_PANORAMA.html new file mode 100644 index 0000000..f7f81fe --- /dev/null +++ b/docs/raylib/Raylib.CubemapLayoutType.CUBEMAP_PANORAMA.html @@ -0,0 +1,47 @@ + + + + + Raylib.CubemapLayoutType.CUBEMAP_PANORAMA – raylib – Vala Binding Reference + + + + +
+ +
+

CUBEMAP_PANORAMA

+
+

Description:

+
CUBEMAP_PANORAMA +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.CubemapLayoutType.html b/docs/raylib/Raylib.CubemapLayoutType.html new file mode 100644 index 0000000..4e4ff04 --- /dev/null +++ b/docs/raylib/Raylib.CubemapLayoutType.html @@ -0,0 +1,63 @@ + + + + + Raylib.CubemapLayoutType – raylib – Vala Binding Reference + + + + +
+ +
+

CubemapLayoutType

+
+

Description:

+
[ CCode ( cprefix = "" , has_type_id = false ) ]
public enum CubemapLayoutType +

+
Namespace: Raylib +
+
Package: raylib +
+

Content:

+

Enum values:

+ +
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.DARKBLUE.html b/docs/raylib/Raylib.DARKBLUE.html new file mode 100644 index 0000000..553d589 --- /dev/null +++ b/docs/raylib/Raylib.DARKBLUE.html @@ -0,0 +1,153 @@ + + + + + Raylib.DARKBLUE – raylib – Vala Binding Reference + + + + +
+ +
+

DARKBLUE

+
+

Description:

+
[ CCode ( cname = "DARKBLUE" ) ]
public const Color DARKBLUE +

+
Namespace: Raylib +
+
Package: raylib +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.DARKBROWN.html b/docs/raylib/Raylib.DARKBROWN.html new file mode 100644 index 0000000..780cfc4 --- /dev/null +++ b/docs/raylib/Raylib.DARKBROWN.html @@ -0,0 +1,153 @@ + + + + + Raylib.DARKBROWN – raylib – Vala Binding Reference + + + + +
+ +
+

DARKBROWN

+
+

Description:

+
[ CCode ( cname = "DARKBROWN" ) ]
public const Color DARKBROWN +

+
Namespace: Raylib +
+
Package: raylib +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.DARKGRAY.html b/docs/raylib/Raylib.DARKGRAY.html new file mode 100644 index 0000000..cdc6b71 --- /dev/null +++ b/docs/raylib/Raylib.DARKGRAY.html @@ -0,0 +1,153 @@ + + + + + Raylib.DARKGRAY – raylib – Vala Binding Reference + + + + +
+ +
+

DARKGRAY

+
+

Description:

+
[ CCode ( cname = "DARKGRAY" ) ]
public const Color DARKGRAY +

+
Namespace: Raylib +
+
Package: raylib +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.DARKGREEN.html b/docs/raylib/Raylib.DARKGREEN.html new file mode 100644 index 0000000..3a1e71c --- /dev/null +++ b/docs/raylib/Raylib.DARKGREEN.html @@ -0,0 +1,153 @@ + + + + + Raylib.DARKGREEN – raylib – Vala Binding Reference + + + + +
+ +
+

DARKGREEN

+
+

Description:

+
[ CCode ( cname = "DARKGREEN" ) ]
public const Color DARKGREEN +

+
Namespace: Raylib +
+
Package: raylib +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.DARKPURPLE.html b/docs/raylib/Raylib.DARKPURPLE.html new file mode 100644 index 0000000..765cc25 --- /dev/null +++ b/docs/raylib/Raylib.DARKPURPLE.html @@ -0,0 +1,153 @@ + + + + + Raylib.DARKPURPLE – raylib – Vala Binding Reference + + + + +
+ +
+

DARKPURPLE

+
+

Description:

+
[ CCode ( cname = "DARKPURPLE" ) ]
public const Color DARKPURPLE +

+
Namespace: Raylib +
+
Package: raylib +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.FontType.FONT_BITMAP.html b/docs/raylib/Raylib.FontType.FONT_BITMAP.html new file mode 100644 index 0000000..fd02bd9 --- /dev/null +++ b/docs/raylib/Raylib.FontType.FONT_BITMAP.html @@ -0,0 +1,47 @@ + + + + + Raylib.FontType.FONT_BITMAP – raylib – Vala Binding Reference + + + + +
+ +
+

FONT_BITMAP

+
+

Description:

+
FONT_BITMAP +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.FontType.FONT_DEFAULT.html b/docs/raylib/Raylib.FontType.FONT_DEFAULT.html new file mode 100644 index 0000000..755606a --- /dev/null +++ b/docs/raylib/Raylib.FontType.FONT_DEFAULT.html @@ -0,0 +1,47 @@ + + + + + Raylib.FontType.FONT_DEFAULT – raylib – Vala Binding Reference + + + + +
+ +
+

FONT_DEFAULT

+
+

Description:

+
FONT_DEFAULT = 0 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.FontType.FONT_SDF.html b/docs/raylib/Raylib.FontType.FONT_SDF.html new file mode 100644 index 0000000..4c4184c --- /dev/null +++ b/docs/raylib/Raylib.FontType.FONT_SDF.html @@ -0,0 +1,47 @@ + + + + + Raylib.FontType.FONT_SDF – raylib – Vala Binding Reference + + + + +
+ +
+

FONT_SDF

+
+

Description:

+
FONT_SDF +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.FontType.html b/docs/raylib/Raylib.FontType.html new file mode 100644 index 0000000..d1cb7da --- /dev/null +++ b/docs/raylib/Raylib.FontType.html @@ -0,0 +1,57 @@ + + + + + Raylib.FontType – raylib – Vala Binding Reference + + + + +
+ +
+

FontType

+
+

Description:

+
[ CCode ( cprefix = "" , has_type_id = false ) ]
public enum FontType +

+
Namespace: Raylib +
+
Package: raylib +
+

Content:

+

Enum values:

+ +
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.GOLD.html b/docs/raylib/Raylib.GOLD.html new file mode 100644 index 0000000..cbd11dc --- /dev/null +++ b/docs/raylib/Raylib.GOLD.html @@ -0,0 +1,153 @@ + + + + + Raylib.GOLD – raylib – Vala Binding Reference + + + + +
+ +
+

GOLD

+
+

Description:

+
[ CCode ( cname = "GOLD" ) ]
public const Color GOLD +

+
Namespace: Raylib +
+
Package: raylib +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.GRAY.html b/docs/raylib/Raylib.GRAY.html new file mode 100644 index 0000000..87af592 --- /dev/null +++ b/docs/raylib/Raylib.GRAY.html @@ -0,0 +1,153 @@ + + + + + Raylib.GRAY – raylib – Vala Binding Reference + + + + +
+ +
+

GRAY

+
+

Description:

+
[ CCode ( cname = "GRAY" ) ]
public const Color GRAY +

+
Namespace: Raylib +
+
Package: raylib +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.GREEN.html b/docs/raylib/Raylib.GREEN.html new file mode 100644 index 0000000..3ca6b83 --- /dev/null +++ b/docs/raylib/Raylib.GREEN.html @@ -0,0 +1,153 @@ + + + + + Raylib.GREEN – raylib – Vala Binding Reference + + + + +
+ +
+

GREEN

+
+

Description:

+
[ CCode ( cname = "GREEN" ) ]
public const Color GREEN +

+
Namespace: Raylib +
+
Package: raylib +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.GamepadAxis.GAMEPAD_AXIS_LEFT_TRIGGER.html b/docs/raylib/Raylib.GamepadAxis.GAMEPAD_AXIS_LEFT_TRIGGER.html new file mode 100644 index 0000000..9c74f7f --- /dev/null +++ b/docs/raylib/Raylib.GamepadAxis.GAMEPAD_AXIS_LEFT_TRIGGER.html @@ -0,0 +1,47 @@ + + + + + Raylib.GamepadAxis.GAMEPAD_AXIS_LEFT_TRIGGER – raylib – Vala Binding Reference + + + + +
+ +
+

GAMEPAD_AXIS_LEFT_TRIGGER

+
+

Description:

+
GAMEPAD_AXIS_LEFT_TRIGGER +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.GamepadAxis.GAMEPAD_AXIS_LEFT_X.html b/docs/raylib/Raylib.GamepadAxis.GAMEPAD_AXIS_LEFT_X.html new file mode 100644 index 0000000..d02b730 --- /dev/null +++ b/docs/raylib/Raylib.GamepadAxis.GAMEPAD_AXIS_LEFT_X.html @@ -0,0 +1,47 @@ + + + + + Raylib.GamepadAxis.GAMEPAD_AXIS_LEFT_X – raylib – Vala Binding Reference + + + + +
+ +
+

GAMEPAD_AXIS_LEFT_X

+
+

Description:

+
GAMEPAD_AXIS_LEFT_X +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.GamepadAxis.GAMEPAD_AXIS_LEFT_Y.html b/docs/raylib/Raylib.GamepadAxis.GAMEPAD_AXIS_LEFT_Y.html new file mode 100644 index 0000000..38759fe --- /dev/null +++ b/docs/raylib/Raylib.GamepadAxis.GAMEPAD_AXIS_LEFT_Y.html @@ -0,0 +1,47 @@ + + + + + Raylib.GamepadAxis.GAMEPAD_AXIS_LEFT_Y – raylib – Vala Binding Reference + + + + +
+ +
+

GAMEPAD_AXIS_LEFT_Y

+
+

Description:

+
GAMEPAD_AXIS_LEFT_Y +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.GamepadAxis.GAMEPAD_AXIS_RIGHT_TRIGGER.html b/docs/raylib/Raylib.GamepadAxis.GAMEPAD_AXIS_RIGHT_TRIGGER.html new file mode 100644 index 0000000..c29dbc4 --- /dev/null +++ b/docs/raylib/Raylib.GamepadAxis.GAMEPAD_AXIS_RIGHT_TRIGGER.html @@ -0,0 +1,47 @@ + + + + + Raylib.GamepadAxis.GAMEPAD_AXIS_RIGHT_TRIGGER – raylib – Vala Binding Reference + + + + +
+ +
+

GAMEPAD_AXIS_RIGHT_TRIGGER

+
+

Description:

+
GAMEPAD_AXIS_RIGHT_TRIGGER +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.GamepadAxis.GAMEPAD_AXIS_RIGHT_X.html b/docs/raylib/Raylib.GamepadAxis.GAMEPAD_AXIS_RIGHT_X.html new file mode 100644 index 0000000..ca90427 --- /dev/null +++ b/docs/raylib/Raylib.GamepadAxis.GAMEPAD_AXIS_RIGHT_X.html @@ -0,0 +1,47 @@ + + + + + Raylib.GamepadAxis.GAMEPAD_AXIS_RIGHT_X – raylib – Vala Binding Reference + + + + +
+ +
+

GAMEPAD_AXIS_RIGHT_X

+
+

Description:

+
GAMEPAD_AXIS_RIGHT_X +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.GamepadAxis.GAMEPAD_AXIS_RIGHT_Y.html b/docs/raylib/Raylib.GamepadAxis.GAMEPAD_AXIS_RIGHT_Y.html new file mode 100644 index 0000000..62c05c9 --- /dev/null +++ b/docs/raylib/Raylib.GamepadAxis.GAMEPAD_AXIS_RIGHT_Y.html @@ -0,0 +1,47 @@ + + + + + Raylib.GamepadAxis.GAMEPAD_AXIS_RIGHT_Y – raylib – Vala Binding Reference + + + + +
+ +
+

GAMEPAD_AXIS_RIGHT_Y

+
+

Description:

+
GAMEPAD_AXIS_RIGHT_Y +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.GamepadAxis.GAMEPAD_AXIS_UNKNOWN.html b/docs/raylib/Raylib.GamepadAxis.GAMEPAD_AXIS_UNKNOWN.html new file mode 100644 index 0000000..50a321b --- /dev/null +++ b/docs/raylib/Raylib.GamepadAxis.GAMEPAD_AXIS_UNKNOWN.html @@ -0,0 +1,47 @@ + + + + + Raylib.GamepadAxis.GAMEPAD_AXIS_UNKNOWN – raylib – Vala Binding Reference + + + + +
+ +
+

GAMEPAD_AXIS_UNKNOWN

+
+

Description:

+
GAMEPAD_AXIS_UNKNOWN = 0 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.GamepadAxis.html b/docs/raylib/Raylib.GamepadAxis.html new file mode 100644 index 0000000..95cac73 --- /dev/null +++ b/docs/raylib/Raylib.GamepadAxis.html @@ -0,0 +1,65 @@ + + + + + Raylib.GamepadAxis – raylib – Vala Binding Reference + + + + +
+ +
+

GamepadAxis

+
+

Description:

+
[ CCode ( cprefix = "" , has_type_id = false ) ]
public enum GamepadAxis +

+
Namespace: Raylib +
+
Package: raylib +
+

Content:

+

Enum values:

+ +
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.GamepadButton.GAMEPAD_BUTTON_LEFT_FACE_DOWN.html b/docs/raylib/Raylib.GamepadButton.GAMEPAD_BUTTON_LEFT_FACE_DOWN.html new file mode 100644 index 0000000..0f13117 --- /dev/null +++ b/docs/raylib/Raylib.GamepadButton.GAMEPAD_BUTTON_LEFT_FACE_DOWN.html @@ -0,0 +1,47 @@ + + + + + Raylib.GamepadButton.GAMEPAD_BUTTON_LEFT_FACE_DOWN – raylib – Vala Binding Reference + + + + +
+ +
+

GAMEPAD_BUTTON_LEFT_FACE_DOWN

+
+

Description:

+
GAMEPAD_BUTTON_LEFT_FACE_DOWN +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.GamepadButton.GAMEPAD_BUTTON_LEFT_FACE_LEFT.html b/docs/raylib/Raylib.GamepadButton.GAMEPAD_BUTTON_LEFT_FACE_LEFT.html new file mode 100644 index 0000000..8fe4612 --- /dev/null +++ b/docs/raylib/Raylib.GamepadButton.GAMEPAD_BUTTON_LEFT_FACE_LEFT.html @@ -0,0 +1,47 @@ + + + + + Raylib.GamepadButton.GAMEPAD_BUTTON_LEFT_FACE_LEFT – raylib – Vala Binding Reference + + + + +
+ +
+

GAMEPAD_BUTTON_LEFT_FACE_LEFT

+
+

Description:

+
GAMEPAD_BUTTON_LEFT_FACE_LEFT +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.GamepadButton.GAMEPAD_BUTTON_LEFT_FACE_RIGHT.html b/docs/raylib/Raylib.GamepadButton.GAMEPAD_BUTTON_LEFT_FACE_RIGHT.html new file mode 100644 index 0000000..9e60373 --- /dev/null +++ b/docs/raylib/Raylib.GamepadButton.GAMEPAD_BUTTON_LEFT_FACE_RIGHT.html @@ -0,0 +1,47 @@ + + + + + Raylib.GamepadButton.GAMEPAD_BUTTON_LEFT_FACE_RIGHT – raylib – Vala Binding Reference + + + + +
+ +
+

GAMEPAD_BUTTON_LEFT_FACE_RIGHT

+
+

Description:

+
GAMEPAD_BUTTON_LEFT_FACE_RIGHT +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.GamepadButton.GAMEPAD_BUTTON_LEFT_FACE_UP.html b/docs/raylib/Raylib.GamepadButton.GAMEPAD_BUTTON_LEFT_FACE_UP.html new file mode 100644 index 0000000..0fcfac2 --- /dev/null +++ b/docs/raylib/Raylib.GamepadButton.GAMEPAD_BUTTON_LEFT_FACE_UP.html @@ -0,0 +1,47 @@ + + + + + Raylib.GamepadButton.GAMEPAD_BUTTON_LEFT_FACE_UP – raylib – Vala Binding Reference + + + + +
+ +
+

GAMEPAD_BUTTON_LEFT_FACE_UP

+
+

Description:

+
GAMEPAD_BUTTON_LEFT_FACE_UP +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.GamepadButton.GAMEPAD_BUTTON_LEFT_THUMB.html b/docs/raylib/Raylib.GamepadButton.GAMEPAD_BUTTON_LEFT_THUMB.html new file mode 100644 index 0000000..5399205 --- /dev/null +++ b/docs/raylib/Raylib.GamepadButton.GAMEPAD_BUTTON_LEFT_THUMB.html @@ -0,0 +1,47 @@ + + + + + Raylib.GamepadButton.GAMEPAD_BUTTON_LEFT_THUMB – raylib – Vala Binding Reference + + + + +
+ +
+

GAMEPAD_BUTTON_LEFT_THUMB

+
+

Description:

+
GAMEPAD_BUTTON_LEFT_THUMB +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.GamepadButton.GAMEPAD_BUTTON_LEFT_TRIGGER_1.html b/docs/raylib/Raylib.GamepadButton.GAMEPAD_BUTTON_LEFT_TRIGGER_1.html new file mode 100644 index 0000000..de73efb --- /dev/null +++ b/docs/raylib/Raylib.GamepadButton.GAMEPAD_BUTTON_LEFT_TRIGGER_1.html @@ -0,0 +1,47 @@ + + + + + Raylib.GamepadButton.GAMEPAD_BUTTON_LEFT_TRIGGER_1 – raylib – Vala Binding Reference + + + + +
+ +
+

GAMEPAD_BUTTON_LEFT_TRIGGER_1

+
+

Description:

+
GAMEPAD_BUTTON_LEFT_TRIGGER_1 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.GamepadButton.GAMEPAD_BUTTON_LEFT_TRIGGER_2.html b/docs/raylib/Raylib.GamepadButton.GAMEPAD_BUTTON_LEFT_TRIGGER_2.html new file mode 100644 index 0000000..f21c9b7 --- /dev/null +++ b/docs/raylib/Raylib.GamepadButton.GAMEPAD_BUTTON_LEFT_TRIGGER_2.html @@ -0,0 +1,47 @@ + + + + + Raylib.GamepadButton.GAMEPAD_BUTTON_LEFT_TRIGGER_2 – raylib – Vala Binding Reference + + + + +
+ +
+

GAMEPAD_BUTTON_LEFT_TRIGGER_2

+
+

Description:

+
GAMEPAD_BUTTON_LEFT_TRIGGER_2 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.GamepadButton.GAMEPAD_BUTTON_MIDDLE.html b/docs/raylib/Raylib.GamepadButton.GAMEPAD_BUTTON_MIDDLE.html new file mode 100644 index 0000000..af9c20f --- /dev/null +++ b/docs/raylib/Raylib.GamepadButton.GAMEPAD_BUTTON_MIDDLE.html @@ -0,0 +1,47 @@ + + + + + Raylib.GamepadButton.GAMEPAD_BUTTON_MIDDLE – raylib – Vala Binding Reference + + + + +
+ +
+

GAMEPAD_BUTTON_MIDDLE

+
+

Description:

+
GAMEPAD_BUTTON_MIDDLE +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.GamepadButton.GAMEPAD_BUTTON_MIDDLE_LEFT.html b/docs/raylib/Raylib.GamepadButton.GAMEPAD_BUTTON_MIDDLE_LEFT.html new file mode 100644 index 0000000..7ae54ee --- /dev/null +++ b/docs/raylib/Raylib.GamepadButton.GAMEPAD_BUTTON_MIDDLE_LEFT.html @@ -0,0 +1,47 @@ + + + + + Raylib.GamepadButton.GAMEPAD_BUTTON_MIDDLE_LEFT – raylib – Vala Binding Reference + + + + +
+ +
+

GAMEPAD_BUTTON_MIDDLE_LEFT

+
+

Description:

+
GAMEPAD_BUTTON_MIDDLE_LEFT +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.GamepadButton.GAMEPAD_BUTTON_MIDDLE_RIGHT.html b/docs/raylib/Raylib.GamepadButton.GAMEPAD_BUTTON_MIDDLE_RIGHT.html new file mode 100644 index 0000000..3bd7680 --- /dev/null +++ b/docs/raylib/Raylib.GamepadButton.GAMEPAD_BUTTON_MIDDLE_RIGHT.html @@ -0,0 +1,47 @@ + + + + + Raylib.GamepadButton.GAMEPAD_BUTTON_MIDDLE_RIGHT – raylib – Vala Binding Reference + + + + +
+ +
+

GAMEPAD_BUTTON_MIDDLE_RIGHT

+
+

Description:

+
GAMEPAD_BUTTON_MIDDLE_RIGHT +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.GamepadButton.GAMEPAD_BUTTON_RIGHT_FACE_DOWN.html b/docs/raylib/Raylib.GamepadButton.GAMEPAD_BUTTON_RIGHT_FACE_DOWN.html new file mode 100644 index 0000000..7cec241 --- /dev/null +++ b/docs/raylib/Raylib.GamepadButton.GAMEPAD_BUTTON_RIGHT_FACE_DOWN.html @@ -0,0 +1,47 @@ + + + + + Raylib.GamepadButton.GAMEPAD_BUTTON_RIGHT_FACE_DOWN – raylib – Vala Binding Reference + + + + +
+ +
+

GAMEPAD_BUTTON_RIGHT_FACE_DOWN

+
+

Description:

+
GAMEPAD_BUTTON_RIGHT_FACE_DOWN +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.GamepadButton.GAMEPAD_BUTTON_RIGHT_FACE_LEFT.html b/docs/raylib/Raylib.GamepadButton.GAMEPAD_BUTTON_RIGHT_FACE_LEFT.html new file mode 100644 index 0000000..563fc3b --- /dev/null +++ b/docs/raylib/Raylib.GamepadButton.GAMEPAD_BUTTON_RIGHT_FACE_LEFT.html @@ -0,0 +1,47 @@ + + + + + Raylib.GamepadButton.GAMEPAD_BUTTON_RIGHT_FACE_LEFT – raylib – Vala Binding Reference + + + + +
+ +
+

GAMEPAD_BUTTON_RIGHT_FACE_LEFT

+
+

Description:

+
GAMEPAD_BUTTON_RIGHT_FACE_LEFT +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.GamepadButton.GAMEPAD_BUTTON_RIGHT_FACE_RIGHT.html b/docs/raylib/Raylib.GamepadButton.GAMEPAD_BUTTON_RIGHT_FACE_RIGHT.html new file mode 100644 index 0000000..7389aa4 --- /dev/null +++ b/docs/raylib/Raylib.GamepadButton.GAMEPAD_BUTTON_RIGHT_FACE_RIGHT.html @@ -0,0 +1,47 @@ + + + + + Raylib.GamepadButton.GAMEPAD_BUTTON_RIGHT_FACE_RIGHT – raylib – Vala Binding Reference + + + + +
+ +
+

GAMEPAD_BUTTON_RIGHT_FACE_RIGHT

+
+

Description:

+
GAMEPAD_BUTTON_RIGHT_FACE_RIGHT +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.GamepadButton.GAMEPAD_BUTTON_RIGHT_FACE_UP.html b/docs/raylib/Raylib.GamepadButton.GAMEPAD_BUTTON_RIGHT_FACE_UP.html new file mode 100644 index 0000000..54d58ef --- /dev/null +++ b/docs/raylib/Raylib.GamepadButton.GAMEPAD_BUTTON_RIGHT_FACE_UP.html @@ -0,0 +1,47 @@ + + + + + Raylib.GamepadButton.GAMEPAD_BUTTON_RIGHT_FACE_UP – raylib – Vala Binding Reference + + + + +
+ +
+

GAMEPAD_BUTTON_RIGHT_FACE_UP

+
+

Description:

+
GAMEPAD_BUTTON_RIGHT_FACE_UP +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.GamepadButton.GAMEPAD_BUTTON_RIGHT_THUMB.html b/docs/raylib/Raylib.GamepadButton.GAMEPAD_BUTTON_RIGHT_THUMB.html new file mode 100644 index 0000000..fc12660 --- /dev/null +++ b/docs/raylib/Raylib.GamepadButton.GAMEPAD_BUTTON_RIGHT_THUMB.html @@ -0,0 +1,47 @@ + + + + + Raylib.GamepadButton.GAMEPAD_BUTTON_RIGHT_THUMB – raylib – Vala Binding Reference + + + + +
+ +
+

GAMEPAD_BUTTON_RIGHT_THUMB

+
+

Description:

+
GAMEPAD_BUTTON_RIGHT_THUMB +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.GamepadButton.GAMEPAD_BUTTON_RIGHT_TRIGGER_1.html b/docs/raylib/Raylib.GamepadButton.GAMEPAD_BUTTON_RIGHT_TRIGGER_1.html new file mode 100644 index 0000000..99231b3 --- /dev/null +++ b/docs/raylib/Raylib.GamepadButton.GAMEPAD_BUTTON_RIGHT_TRIGGER_1.html @@ -0,0 +1,47 @@ + + + + + Raylib.GamepadButton.GAMEPAD_BUTTON_RIGHT_TRIGGER_1 – raylib – Vala Binding Reference + + + + +
+ +
+

GAMEPAD_BUTTON_RIGHT_TRIGGER_1

+
+

Description:

+
GAMEPAD_BUTTON_RIGHT_TRIGGER_1 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.GamepadButton.GAMEPAD_BUTTON_RIGHT_TRIGGER_2.html b/docs/raylib/Raylib.GamepadButton.GAMEPAD_BUTTON_RIGHT_TRIGGER_2.html new file mode 100644 index 0000000..33862f2 --- /dev/null +++ b/docs/raylib/Raylib.GamepadButton.GAMEPAD_BUTTON_RIGHT_TRIGGER_2.html @@ -0,0 +1,47 @@ + + + + + Raylib.GamepadButton.GAMEPAD_BUTTON_RIGHT_TRIGGER_2 – raylib – Vala Binding Reference + + + + +
+ +
+

GAMEPAD_BUTTON_RIGHT_TRIGGER_2

+
+

Description:

+
GAMEPAD_BUTTON_RIGHT_TRIGGER_2 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.GamepadButton.GAMEPAD_BUTTON_UNKNOWN.html b/docs/raylib/Raylib.GamepadButton.GAMEPAD_BUTTON_UNKNOWN.html new file mode 100644 index 0000000..002990e --- /dev/null +++ b/docs/raylib/Raylib.GamepadButton.GAMEPAD_BUTTON_UNKNOWN.html @@ -0,0 +1,47 @@ + + + + + Raylib.GamepadButton.GAMEPAD_BUTTON_UNKNOWN – raylib – Vala Binding Reference + + + + +
+ +
+

GAMEPAD_BUTTON_UNKNOWN

+
+

Description:

+
GAMEPAD_BUTTON_UNKNOWN = 0 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.GamepadButton.LEFT_FACE_DOWN.html b/docs/raylib/Raylib.GamepadButton.LEFT_FACE_DOWN.html new file mode 100644 index 0000000..2267525 --- /dev/null +++ b/docs/raylib/Raylib.GamepadButton.LEFT_FACE_DOWN.html @@ -0,0 +1,47 @@ + + + + + Raylib.GamepadButton.LEFT_FACE_DOWN – raylib – Vala Binding Reference + + + + +
+ +
+

LEFT_FACE_DOWN

+
+

Description:

+
LEFT_FACE_DOWN +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.GamepadButton.LEFT_FACE_LEFT.html b/docs/raylib/Raylib.GamepadButton.LEFT_FACE_LEFT.html new file mode 100644 index 0000000..fedf586 --- /dev/null +++ b/docs/raylib/Raylib.GamepadButton.LEFT_FACE_LEFT.html @@ -0,0 +1,47 @@ + + + + + Raylib.GamepadButton.LEFT_FACE_LEFT – raylib – Vala Binding Reference + + + + +
+ +
+

LEFT_FACE_LEFT

+
+

Description:

+
LEFT_FACE_LEFT +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.GamepadButton.LEFT_FACE_RIGHT.html b/docs/raylib/Raylib.GamepadButton.LEFT_FACE_RIGHT.html new file mode 100644 index 0000000..e853564 --- /dev/null +++ b/docs/raylib/Raylib.GamepadButton.LEFT_FACE_RIGHT.html @@ -0,0 +1,47 @@ + + + + + Raylib.GamepadButton.LEFT_FACE_RIGHT – raylib – Vala Binding Reference + + + + +
+ +
+

LEFT_FACE_RIGHT

+
+

Description:

+
LEFT_FACE_RIGHT +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.GamepadButton.LEFT_FACE_UP.html b/docs/raylib/Raylib.GamepadButton.LEFT_FACE_UP.html new file mode 100644 index 0000000..a55872a --- /dev/null +++ b/docs/raylib/Raylib.GamepadButton.LEFT_FACE_UP.html @@ -0,0 +1,47 @@ + + + + + Raylib.GamepadButton.LEFT_FACE_UP – raylib – Vala Binding Reference + + + + +
+ +
+

LEFT_FACE_UP

+
+

Description:

+
LEFT_FACE_UP +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.GamepadButton.LEFT_THUMB.html b/docs/raylib/Raylib.GamepadButton.LEFT_THUMB.html new file mode 100644 index 0000000..00f1ac3 --- /dev/null +++ b/docs/raylib/Raylib.GamepadButton.LEFT_THUMB.html @@ -0,0 +1,47 @@ + + + + + Raylib.GamepadButton.LEFT_THUMB – raylib – Vala Binding Reference + + + + +
+ +
+

LEFT_THUMB

+
+

Description:

+
LEFT_THUMB +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.GamepadButton.LEFT_TRIGGER_1.html b/docs/raylib/Raylib.GamepadButton.LEFT_TRIGGER_1.html new file mode 100644 index 0000000..5271d4f --- /dev/null +++ b/docs/raylib/Raylib.GamepadButton.LEFT_TRIGGER_1.html @@ -0,0 +1,47 @@ + + + + + Raylib.GamepadButton.LEFT_TRIGGER_1 – raylib – Vala Binding Reference + + + + +
+ +
+

LEFT_TRIGGER_1

+
+

Description:

+
LEFT_TRIGGER_1 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.GamepadButton.LEFT_TRIGGER_2.html b/docs/raylib/Raylib.GamepadButton.LEFT_TRIGGER_2.html new file mode 100644 index 0000000..81c8c87 --- /dev/null +++ b/docs/raylib/Raylib.GamepadButton.LEFT_TRIGGER_2.html @@ -0,0 +1,47 @@ + + + + + Raylib.GamepadButton.LEFT_TRIGGER_2 – raylib – Vala Binding Reference + + + + +
+ +
+

LEFT_TRIGGER_2

+
+

Description:

+
LEFT_TRIGGER_2 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.GamepadButton.MIDDLE.html b/docs/raylib/Raylib.GamepadButton.MIDDLE.html new file mode 100644 index 0000000..adec499 --- /dev/null +++ b/docs/raylib/Raylib.GamepadButton.MIDDLE.html @@ -0,0 +1,47 @@ + + + + + Raylib.GamepadButton.MIDDLE – raylib – Vala Binding Reference + + + + +
+ +
+

MIDDLE

+
+

Description:

+
MIDDLE +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.GamepadButton.MIDDLE_LEFT.html b/docs/raylib/Raylib.GamepadButton.MIDDLE_LEFT.html new file mode 100644 index 0000000..f8243bf --- /dev/null +++ b/docs/raylib/Raylib.GamepadButton.MIDDLE_LEFT.html @@ -0,0 +1,47 @@ + + + + + Raylib.GamepadButton.MIDDLE_LEFT – raylib – Vala Binding Reference + + + + +
+ +
+

MIDDLE_LEFT

+
+

Description:

+
MIDDLE_LEFT +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.GamepadButton.MIDDLE_RIGHT.html b/docs/raylib/Raylib.GamepadButton.MIDDLE_RIGHT.html new file mode 100644 index 0000000..d99ff33 --- /dev/null +++ b/docs/raylib/Raylib.GamepadButton.MIDDLE_RIGHT.html @@ -0,0 +1,47 @@ + + + + + Raylib.GamepadButton.MIDDLE_RIGHT – raylib – Vala Binding Reference + + + + +
+ +
+

MIDDLE_RIGHT

+
+

Description:

+
MIDDLE_RIGHT +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.GamepadButton.RIGHT_FACE_DOWN.html b/docs/raylib/Raylib.GamepadButton.RIGHT_FACE_DOWN.html new file mode 100644 index 0000000..3377a32 --- /dev/null +++ b/docs/raylib/Raylib.GamepadButton.RIGHT_FACE_DOWN.html @@ -0,0 +1,47 @@ + + + + + Raylib.GamepadButton.RIGHT_FACE_DOWN – raylib – Vala Binding Reference + + + + +
+ +
+

RIGHT_FACE_DOWN

+
+

Description:

+
RIGHT_FACE_DOWN +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.GamepadButton.RIGHT_FACE_LEFT.html b/docs/raylib/Raylib.GamepadButton.RIGHT_FACE_LEFT.html new file mode 100644 index 0000000..0390128 --- /dev/null +++ b/docs/raylib/Raylib.GamepadButton.RIGHT_FACE_LEFT.html @@ -0,0 +1,47 @@ + + + + + Raylib.GamepadButton.RIGHT_FACE_LEFT – raylib – Vala Binding Reference + + + + +
+ +
+

RIGHT_FACE_LEFT

+
+

Description:

+
RIGHT_FACE_LEFT +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.GamepadButton.RIGHT_FACE_RIGHT.html b/docs/raylib/Raylib.GamepadButton.RIGHT_FACE_RIGHT.html new file mode 100644 index 0000000..ed496b1 --- /dev/null +++ b/docs/raylib/Raylib.GamepadButton.RIGHT_FACE_RIGHT.html @@ -0,0 +1,47 @@ + + + + + Raylib.GamepadButton.RIGHT_FACE_RIGHT – raylib – Vala Binding Reference + + + + +
+ +
+

RIGHT_FACE_RIGHT

+
+

Description:

+
RIGHT_FACE_RIGHT +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.GamepadButton.RIGHT_FACE_UP.html b/docs/raylib/Raylib.GamepadButton.RIGHT_FACE_UP.html new file mode 100644 index 0000000..2c7d1f1 --- /dev/null +++ b/docs/raylib/Raylib.GamepadButton.RIGHT_FACE_UP.html @@ -0,0 +1,47 @@ + + + + + Raylib.GamepadButton.RIGHT_FACE_UP – raylib – Vala Binding Reference + + + + +
+ +
+

RIGHT_FACE_UP

+
+

Description:

+
RIGHT_FACE_UP +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.GamepadButton.RIGHT_THUMB.html b/docs/raylib/Raylib.GamepadButton.RIGHT_THUMB.html new file mode 100644 index 0000000..06a07ee --- /dev/null +++ b/docs/raylib/Raylib.GamepadButton.RIGHT_THUMB.html @@ -0,0 +1,47 @@ + + + + + Raylib.GamepadButton.RIGHT_THUMB – raylib – Vala Binding Reference + + + + +
+ +
+

RIGHT_THUMB

+
+

Description:

+
RIGHT_THUMB +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.GamepadButton.RIGHT_TRIGGER_1.html b/docs/raylib/Raylib.GamepadButton.RIGHT_TRIGGER_1.html new file mode 100644 index 0000000..cb5f62a --- /dev/null +++ b/docs/raylib/Raylib.GamepadButton.RIGHT_TRIGGER_1.html @@ -0,0 +1,47 @@ + + + + + Raylib.GamepadButton.RIGHT_TRIGGER_1 – raylib – Vala Binding Reference + + + + +
+ +
+

RIGHT_TRIGGER_1

+
+

Description:

+
RIGHT_TRIGGER_1 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.GamepadButton.RIGHT_TRIGGER_2.html b/docs/raylib/Raylib.GamepadButton.RIGHT_TRIGGER_2.html new file mode 100644 index 0000000..c2f1323 --- /dev/null +++ b/docs/raylib/Raylib.GamepadButton.RIGHT_TRIGGER_2.html @@ -0,0 +1,47 @@ + + + + + Raylib.GamepadButton.RIGHT_TRIGGER_2 – raylib – Vala Binding Reference + + + + +
+ +
+

RIGHT_TRIGGER_2

+
+

Description:

+
RIGHT_TRIGGER_2 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.GamepadButton.UNKNOWN.html b/docs/raylib/Raylib.GamepadButton.UNKNOWN.html new file mode 100644 index 0000000..fc505a8 --- /dev/null +++ b/docs/raylib/Raylib.GamepadButton.UNKNOWN.html @@ -0,0 +1,47 @@ + + + + + Raylib.GamepadButton.UNKNOWN – raylib – Vala Binding Reference + + + + +
+ +
+

UNKNOWN

+
+

Description:

+
UNKNOWN = 0 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.GamepadButton.html b/docs/raylib/Raylib.GamepadButton.html new file mode 100644 index 0000000..14f4b7f --- /dev/null +++ b/docs/raylib/Raylib.GamepadButton.html @@ -0,0 +1,87 @@ + + + + + Raylib.GamepadButton – raylib – Vala Binding Reference + + + + +
+ +
+

GamepadButton

+
+

Description:

+
[ CCode ( cprefix = "GAMEPAD_BUTTON_" , has_type_id = false ) ]
public enum GamepadButton +

+
Namespace: Raylib +
+
Package: raylib +
+

Content:

+

Enum values:

+ +
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.GamepadNumber.GAMEPAD_PLAYER1.html b/docs/raylib/Raylib.GamepadNumber.GAMEPAD_PLAYER1.html new file mode 100644 index 0000000..35c20ba --- /dev/null +++ b/docs/raylib/Raylib.GamepadNumber.GAMEPAD_PLAYER1.html @@ -0,0 +1,47 @@ + + + + + Raylib.GamepadNumber.GAMEPAD_PLAYER1 – raylib – Vala Binding Reference + + + + +
+ +
+

GAMEPAD_PLAYER1

+
+

Description:

+
GAMEPAD_PLAYER1 = 0 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.GamepadNumber.GAMEPAD_PLAYER2.html b/docs/raylib/Raylib.GamepadNumber.GAMEPAD_PLAYER2.html new file mode 100644 index 0000000..a10c359 --- /dev/null +++ b/docs/raylib/Raylib.GamepadNumber.GAMEPAD_PLAYER2.html @@ -0,0 +1,47 @@ + + + + + Raylib.GamepadNumber.GAMEPAD_PLAYER2 – raylib – Vala Binding Reference + + + + +
+ +
+

GAMEPAD_PLAYER2

+
+

Description:

+
GAMEPAD_PLAYER2 = 1 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.GamepadNumber.GAMEPAD_PLAYER3.html b/docs/raylib/Raylib.GamepadNumber.GAMEPAD_PLAYER3.html new file mode 100644 index 0000000..067e091 --- /dev/null +++ b/docs/raylib/Raylib.GamepadNumber.GAMEPAD_PLAYER3.html @@ -0,0 +1,47 @@ + + + + + Raylib.GamepadNumber.GAMEPAD_PLAYER3 – raylib – Vala Binding Reference + + + + +
+ +
+

GAMEPAD_PLAYER3

+
+

Description:

+
GAMEPAD_PLAYER3 = 2 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.GamepadNumber.GAMEPAD_PLAYER4.html b/docs/raylib/Raylib.GamepadNumber.GAMEPAD_PLAYER4.html new file mode 100644 index 0000000..9c039c0 --- /dev/null +++ b/docs/raylib/Raylib.GamepadNumber.GAMEPAD_PLAYER4.html @@ -0,0 +1,47 @@ + + + + + Raylib.GamepadNumber.GAMEPAD_PLAYER4 – raylib – Vala Binding Reference + + + + +
+ +
+

GAMEPAD_PLAYER4

+
+

Description:

+
GAMEPAD_PLAYER4 = 3 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.GamepadNumber.PLAYER1.html b/docs/raylib/Raylib.GamepadNumber.PLAYER1.html new file mode 100644 index 0000000..55b02e8 --- /dev/null +++ b/docs/raylib/Raylib.GamepadNumber.PLAYER1.html @@ -0,0 +1,47 @@ + + + + + Raylib.GamepadNumber.PLAYER1 – raylib – Vala Binding Reference + + + + +
+ +
+

PLAYER1

+
+

Description:

+
PLAYER1 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.GamepadNumber.PLAYER2.html b/docs/raylib/Raylib.GamepadNumber.PLAYER2.html new file mode 100644 index 0000000..2b241b1 --- /dev/null +++ b/docs/raylib/Raylib.GamepadNumber.PLAYER2.html @@ -0,0 +1,47 @@ + + + + + Raylib.GamepadNumber.PLAYER2 – raylib – Vala Binding Reference + + + + +
+ +
+

PLAYER2

+
+

Description:

+
PLAYER2 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.GamepadNumber.PLAYER3.html b/docs/raylib/Raylib.GamepadNumber.PLAYER3.html new file mode 100644 index 0000000..886e344 --- /dev/null +++ b/docs/raylib/Raylib.GamepadNumber.PLAYER3.html @@ -0,0 +1,47 @@ + + + + + Raylib.GamepadNumber.PLAYER3 – raylib – Vala Binding Reference + + + + +
+ +
+

PLAYER3

+
+

Description:

+
PLAYER3 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.GamepadNumber.PLAYER4.html b/docs/raylib/Raylib.GamepadNumber.PLAYER4.html new file mode 100644 index 0000000..0d591b7 --- /dev/null +++ b/docs/raylib/Raylib.GamepadNumber.PLAYER4.html @@ -0,0 +1,47 @@ + + + + + Raylib.GamepadNumber.PLAYER4 – raylib – Vala Binding Reference + + + + +
+ +
+

PLAYER4

+
+

Description:

+
PLAYER4 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.GamepadNumber.html b/docs/raylib/Raylib.GamepadNumber.html new file mode 100644 index 0000000..2ec90ce --- /dev/null +++ b/docs/raylib/Raylib.GamepadNumber.html @@ -0,0 +1,59 @@ + + + + + Raylib.GamepadNumber – raylib – Vala Binding Reference + + + + +
+ +
+

GamepadNumber

+
+

Description:

+
[ CCode ( cprefix = "GAMEPAD_" , has_type_id = false ) ]
public enum GamepadNumber +

+
Namespace: Raylib +
+
Package: raylib +
+

Content:

+

Enum values:

+ +
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.GestureType.GESTURE_DOUBLETAP.html b/docs/raylib/Raylib.GestureType.GESTURE_DOUBLETAP.html new file mode 100644 index 0000000..7a9fe4f --- /dev/null +++ b/docs/raylib/Raylib.GestureType.GESTURE_DOUBLETAP.html @@ -0,0 +1,47 @@ + + + + + Raylib.GestureType.GESTURE_DOUBLETAP – raylib – Vala Binding Reference + + + + +
+ +
+

GESTURE_DOUBLETAP

+
+

Description:

+
GESTURE_DOUBLETAP = 2 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.GestureType.GESTURE_DRAG.html b/docs/raylib/Raylib.GestureType.GESTURE_DRAG.html new file mode 100644 index 0000000..78b014d --- /dev/null +++ b/docs/raylib/Raylib.GestureType.GESTURE_DRAG.html @@ -0,0 +1,47 @@ + + + + + Raylib.GestureType.GESTURE_DRAG – raylib – Vala Binding Reference + + + + +
+ +
+

GESTURE_DRAG

+
+

Description:

+
GESTURE_DRAG = 8 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.GestureType.GESTURE_HOLD.html b/docs/raylib/Raylib.GestureType.GESTURE_HOLD.html new file mode 100644 index 0000000..47d6dc8 --- /dev/null +++ b/docs/raylib/Raylib.GestureType.GESTURE_HOLD.html @@ -0,0 +1,47 @@ + + + + + Raylib.GestureType.GESTURE_HOLD – raylib – Vala Binding Reference + + + + +
+ +
+

GESTURE_HOLD

+
+

Description:

+
GESTURE_HOLD = 4 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.GestureType.GESTURE_NONE.html b/docs/raylib/Raylib.GestureType.GESTURE_NONE.html new file mode 100644 index 0000000..4bae6df --- /dev/null +++ b/docs/raylib/Raylib.GestureType.GESTURE_NONE.html @@ -0,0 +1,47 @@ + + + + + Raylib.GestureType.GESTURE_NONE – raylib – Vala Binding Reference + + + + +
+ +
+

GESTURE_NONE

+
+

Description:

+
GESTURE_NONE = 0 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.GestureType.GESTURE_PINCH_IN.html b/docs/raylib/Raylib.GestureType.GESTURE_PINCH_IN.html new file mode 100644 index 0000000..f73efc3 --- /dev/null +++ b/docs/raylib/Raylib.GestureType.GESTURE_PINCH_IN.html @@ -0,0 +1,47 @@ + + + + + Raylib.GestureType.GESTURE_PINCH_IN – raylib – Vala Binding Reference + + + + +
+ +
+

GESTURE_PINCH_IN

+
+

Description:

+
GESTURE_PINCH_IN = 256 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.GestureType.GESTURE_PINCH_OUT.html b/docs/raylib/Raylib.GestureType.GESTURE_PINCH_OUT.html new file mode 100644 index 0000000..e8b8567 --- /dev/null +++ b/docs/raylib/Raylib.GestureType.GESTURE_PINCH_OUT.html @@ -0,0 +1,47 @@ + + + + + Raylib.GestureType.GESTURE_PINCH_OUT – raylib – Vala Binding Reference + + + + +
+ +
+

GESTURE_PINCH_OUT

+
+

Description:

+
GESTURE_PINCH_OUT = 512 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.GestureType.GESTURE_SWIPE_DOWN.html b/docs/raylib/Raylib.GestureType.GESTURE_SWIPE_DOWN.html new file mode 100644 index 0000000..d015e91 --- /dev/null +++ b/docs/raylib/Raylib.GestureType.GESTURE_SWIPE_DOWN.html @@ -0,0 +1,47 @@ + + + + + Raylib.GestureType.GESTURE_SWIPE_DOWN – raylib – Vala Binding Reference + + + + +
+ +
+

GESTURE_SWIPE_DOWN

+
+

Description:

+
GESTURE_SWIPE_DOWN = 128 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.GestureType.GESTURE_SWIPE_LEFT.html b/docs/raylib/Raylib.GestureType.GESTURE_SWIPE_LEFT.html new file mode 100644 index 0000000..863baca --- /dev/null +++ b/docs/raylib/Raylib.GestureType.GESTURE_SWIPE_LEFT.html @@ -0,0 +1,47 @@ + + + + + Raylib.GestureType.GESTURE_SWIPE_LEFT – raylib – Vala Binding Reference + + + + +
+ +
+

GESTURE_SWIPE_LEFT

+
+

Description:

+
GESTURE_SWIPE_LEFT = 32 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.GestureType.GESTURE_SWIPE_RIGHT.html b/docs/raylib/Raylib.GestureType.GESTURE_SWIPE_RIGHT.html new file mode 100644 index 0000000..039b21c --- /dev/null +++ b/docs/raylib/Raylib.GestureType.GESTURE_SWIPE_RIGHT.html @@ -0,0 +1,47 @@ + + + + + Raylib.GestureType.GESTURE_SWIPE_RIGHT – raylib – Vala Binding Reference + + + + +
+ +
+

GESTURE_SWIPE_RIGHT

+
+

Description:

+
GESTURE_SWIPE_RIGHT = 16 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.GestureType.GESTURE_SWIPE_UP.html b/docs/raylib/Raylib.GestureType.GESTURE_SWIPE_UP.html new file mode 100644 index 0000000..40578c7 --- /dev/null +++ b/docs/raylib/Raylib.GestureType.GESTURE_SWIPE_UP.html @@ -0,0 +1,47 @@ + + + + + Raylib.GestureType.GESTURE_SWIPE_UP – raylib – Vala Binding Reference + + + + +
+ +
+

GESTURE_SWIPE_UP

+
+

Description:

+
GESTURE_SWIPE_UP = 64 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.GestureType.GESTURE_TAP.html b/docs/raylib/Raylib.GestureType.GESTURE_TAP.html new file mode 100644 index 0000000..e4c0e8c --- /dev/null +++ b/docs/raylib/Raylib.GestureType.GESTURE_TAP.html @@ -0,0 +1,47 @@ + + + + + Raylib.GestureType.GESTURE_TAP – raylib – Vala Binding Reference + + + + +
+ +
+

GESTURE_TAP

+
+

Description:

+
GESTURE_TAP = 1 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.GestureType.html b/docs/raylib/Raylib.GestureType.html new file mode 100644 index 0000000..d546247 --- /dev/null +++ b/docs/raylib/Raylib.GestureType.html @@ -0,0 +1,73 @@ + + + + + Raylib.GestureType – raylib – Vala Binding Reference + + + + +
+ +
+

GestureType

+
+

Description:

+
[ Flags ]
[ CCode ( cprefix = "" , has_type_id = false ) ]
public enum GestureType +

+
Namespace: Raylib +
+
Package: raylib +
+

Content:

+

Enum values:

+ +
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.A.html b/docs/raylib/Raylib.Keyboard.A.html new file mode 100644 index 0000000..a19bd81 --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.A.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.A – raylib – Vala Binding Reference + + + + +
+ +
+

A

+
+

Description:

+
A +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.APOSTROPHE.html b/docs/raylib/Raylib.Keyboard.APOSTROPHE.html new file mode 100644 index 0000000..f904bf4 --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.APOSTROPHE.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.APOSTROPHE – raylib – Vala Binding Reference + + + + +
+ +
+

APOSTROPHE

+
+

Description:

+
APOSTROPHE +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.B.html b/docs/raylib/Raylib.Keyboard.B.html new file mode 100644 index 0000000..c9cb88d --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.B.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.B – raylib – Vala Binding Reference + + + + +
+ +
+

B

+
+

Description:

+
B +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.BACKSLASH.html b/docs/raylib/Raylib.Keyboard.BACKSLASH.html new file mode 100644 index 0000000..020f3c0 --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.BACKSLASH.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.BACKSLASH – raylib – Vala Binding Reference + + + + +
+ +
+

BACKSLASH

+
+

Description:

+
BACKSLASH +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.BACKSPACE.html b/docs/raylib/Raylib.Keyboard.BACKSPACE.html new file mode 100644 index 0000000..e222192 --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.BACKSPACE.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.BACKSPACE – raylib – Vala Binding Reference + + + + +
+ +
+

BACKSPACE

+
+

Description:

+
BACKSPACE +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.C.html b/docs/raylib/Raylib.Keyboard.C.html new file mode 100644 index 0000000..26ab236 --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.C.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.C – raylib – Vala Binding Reference + + + + +
+ +
+

C

+
+

Description:

+
C +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.CAPS_LOCK.html b/docs/raylib/Raylib.Keyboard.CAPS_LOCK.html new file mode 100644 index 0000000..6a8a158 --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.CAPS_LOCK.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.CAPS_LOCK – raylib – Vala Binding Reference + + + + +
+ +
+

CAPS_LOCK

+
+

Description:

+
CAPS_LOCK +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.COMMA.html b/docs/raylib/Raylib.Keyboard.COMMA.html new file mode 100644 index 0000000..b7519a1 --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.COMMA.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.COMMA – raylib – Vala Binding Reference + + + + +
+ +
+

COMMA

+
+

Description:

+
COMMA +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.D.html b/docs/raylib/Raylib.Keyboard.D.html new file mode 100644 index 0000000..017f108 --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.D.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.D – raylib – Vala Binding Reference + + + + +
+ +
+

D

+
+

Description:

+
D +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.DELETE.html b/docs/raylib/Raylib.Keyboard.DELETE.html new file mode 100644 index 0000000..9b4d5b5 --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.DELETE.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.DELETE – raylib – Vala Binding Reference + + + + +
+ +
+

DELETE

+
+

Description:

+
DELETE +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.DOWN.html b/docs/raylib/Raylib.Keyboard.DOWN.html new file mode 100644 index 0000000..ddce11d --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.DOWN.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.DOWN – raylib – Vala Binding Reference + + + + +
+ +
+

DOWN

+
+

Description:

+
DOWN +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.E.html b/docs/raylib/Raylib.Keyboard.E.html new file mode 100644 index 0000000..795d017 --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.E.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.E – raylib – Vala Binding Reference + + + + +
+ +
+

E

+
+

Description:

+
E +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.EIGHT.html b/docs/raylib/Raylib.Keyboard.EIGHT.html new file mode 100644 index 0000000..9fc245a --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.EIGHT.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.EIGHT – raylib – Vala Binding Reference + + + + +
+ +
+

EIGHT

+
+

Description:

+
EIGHT +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.END.html b/docs/raylib/Raylib.Keyboard.END.html new file mode 100644 index 0000000..dee608e --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.END.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.END – raylib – Vala Binding Reference + + + + +
+ +
+

END

+
+

Description:

+
END +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.ENTER.html b/docs/raylib/Raylib.Keyboard.ENTER.html new file mode 100644 index 0000000..9434473 --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.ENTER.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.ENTER – raylib – Vala Binding Reference + + + + +
+ +
+

ENTER

+
+

Description:

+
ENTER +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.EQUAL.html b/docs/raylib/Raylib.Keyboard.EQUAL.html new file mode 100644 index 0000000..d3848e6 --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.EQUAL.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.EQUAL – raylib – Vala Binding Reference + + + + +
+ +
+

EQUAL

+
+

Description:

+
EQUAL +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.ESCAPE.html b/docs/raylib/Raylib.Keyboard.ESCAPE.html new file mode 100644 index 0000000..9cedc7b --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.ESCAPE.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.ESCAPE – raylib – Vala Binding Reference + + + + +
+ +
+

ESCAPE

+
+

Description:

+
ESCAPE +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.F.html b/docs/raylib/Raylib.Keyboard.F.html new file mode 100644 index 0000000..04960db --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.F.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.F – raylib – Vala Binding Reference + + + + +
+ +
+

F

+
+

Description:

+
F +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.F1.html b/docs/raylib/Raylib.Keyboard.F1.html new file mode 100644 index 0000000..83f7cdc --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.F1.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.F1 – raylib – Vala Binding Reference + + + + +
+ +
+

F1

+
+

Description:

+
F1 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.F10.html b/docs/raylib/Raylib.Keyboard.F10.html new file mode 100644 index 0000000..d6471aa --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.F10.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.F10 – raylib – Vala Binding Reference + + + + +
+ +
+

F10

+
+

Description:

+
F10 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.F11.html b/docs/raylib/Raylib.Keyboard.F11.html new file mode 100644 index 0000000..fbfa766 --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.F11.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.F11 – raylib – Vala Binding Reference + + + + +
+ +
+

F11

+
+

Description:

+
F11 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.F12.html b/docs/raylib/Raylib.Keyboard.F12.html new file mode 100644 index 0000000..c84e561 --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.F12.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.F12 – raylib – Vala Binding Reference + + + + +
+ +
+

F12

+
+

Description:

+
F12 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.F2.html b/docs/raylib/Raylib.Keyboard.F2.html new file mode 100644 index 0000000..f0eee0a --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.F2.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.F2 – raylib – Vala Binding Reference + + + + +
+ +
+

F2

+
+

Description:

+
F2 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.F3.html b/docs/raylib/Raylib.Keyboard.F3.html new file mode 100644 index 0000000..2c2ec0f --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.F3.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.F3 – raylib – Vala Binding Reference + + + + +
+ +
+

F3

+
+

Description:

+
F3 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.F4.html b/docs/raylib/Raylib.Keyboard.F4.html new file mode 100644 index 0000000..85d8f24 --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.F4.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.F4 – raylib – Vala Binding Reference + + + + +
+ +
+

F4

+
+

Description:

+
F4 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.F5.html b/docs/raylib/Raylib.Keyboard.F5.html new file mode 100644 index 0000000..614624a --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.F5.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.F5 – raylib – Vala Binding Reference + + + + +
+ +
+

F5

+
+

Description:

+
F5 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.F6.html b/docs/raylib/Raylib.Keyboard.F6.html new file mode 100644 index 0000000..95c5077 --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.F6.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.F6 – raylib – Vala Binding Reference + + + + +
+ +
+

F6

+
+

Description:

+
F6 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.F7.html b/docs/raylib/Raylib.Keyboard.F7.html new file mode 100644 index 0000000..ce87049 --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.F7.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.F7 – raylib – Vala Binding Reference + + + + +
+ +
+

F7

+
+

Description:

+
F7 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.F8.html b/docs/raylib/Raylib.Keyboard.F8.html new file mode 100644 index 0000000..f8c12fd --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.F8.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.F8 – raylib – Vala Binding Reference + + + + +
+ +
+

F8

+
+

Description:

+
F8 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.F9.html b/docs/raylib/Raylib.Keyboard.F9.html new file mode 100644 index 0000000..af0b972 --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.F9.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.F9 – raylib – Vala Binding Reference + + + + +
+ +
+

F9

+
+

Description:

+
F9 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.FIVE.html b/docs/raylib/Raylib.Keyboard.FIVE.html new file mode 100644 index 0000000..96e8071 --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.FIVE.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.FIVE – raylib – Vala Binding Reference + + + + +
+ +
+

FIVE

+
+

Description:

+
FIVE +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.FOUR.html b/docs/raylib/Raylib.Keyboard.FOUR.html new file mode 100644 index 0000000..e77b309 --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.FOUR.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.FOUR – raylib – Vala Binding Reference + + + + +
+ +
+

FOUR

+
+

Description:

+
FOUR +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.G.html b/docs/raylib/Raylib.Keyboard.G.html new file mode 100644 index 0000000..1a7b108 --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.G.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.G – raylib – Vala Binding Reference + + + + +
+ +
+

G

+
+

Description:

+
G +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.GRAVE.html b/docs/raylib/Raylib.Keyboard.GRAVE.html new file mode 100644 index 0000000..90bf9a7 --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.GRAVE.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.GRAVE – raylib – Vala Binding Reference + + + + +
+ +
+

GRAVE

+
+

Description:

+
GRAVE +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.H.html b/docs/raylib/Raylib.Keyboard.H.html new file mode 100644 index 0000000..4e1fbd6 --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.H.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.H – raylib – Vala Binding Reference + + + + +
+ +
+

H

+
+

Description:

+
H +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.HOME.html b/docs/raylib/Raylib.Keyboard.HOME.html new file mode 100644 index 0000000..31749b0 --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.HOME.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.HOME – raylib – Vala Binding Reference + + + + +
+ +
+

HOME

+
+

Description:

+
HOME +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.I.html b/docs/raylib/Raylib.Keyboard.I.html new file mode 100644 index 0000000..b10d0b2 --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.I.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.I – raylib – Vala Binding Reference + + + + +
+ +
+

I

+
+

Description:

+
I +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.INSERT.html b/docs/raylib/Raylib.Keyboard.INSERT.html new file mode 100644 index 0000000..1f34801 --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.INSERT.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.INSERT – raylib – Vala Binding Reference + + + + +
+ +
+

INSERT

+
+

Description:

+
INSERT +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.J.html b/docs/raylib/Raylib.Keyboard.J.html new file mode 100644 index 0000000..d669488 --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.J.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.J – raylib – Vala Binding Reference + + + + +
+ +
+

J

+
+

Description:

+
J +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.K.html b/docs/raylib/Raylib.Keyboard.K.html new file mode 100644 index 0000000..036aed6 --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.K.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.K – raylib – Vala Binding Reference + + + + +
+ +
+

K

+
+

Description:

+
K +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.KB_MENU.html b/docs/raylib/Raylib.Keyboard.KB_MENU.html new file mode 100644 index 0000000..a39c5ff --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.KB_MENU.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.KB_MENU – raylib – Vala Binding Reference + + + + +
+ +
+

KB_MENU

+
+

Description:

+
KB_MENU +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.KEY_A.html b/docs/raylib/Raylib.Keyboard.KEY_A.html new file mode 100644 index 0000000..5843158 --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.KEY_A.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.KEY_A – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_A

+
+

Description:

+
KEY_A +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.KEY_APOSTROPHE.html b/docs/raylib/Raylib.Keyboard.KEY_APOSTROPHE.html new file mode 100644 index 0000000..be61a6d --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.KEY_APOSTROPHE.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.KEY_APOSTROPHE – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_APOSTROPHE

+
+

Description:

+
KEY_APOSTROPHE +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.KEY_B.html b/docs/raylib/Raylib.Keyboard.KEY_B.html new file mode 100644 index 0000000..a8d136e --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.KEY_B.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.KEY_B – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_B

+
+

Description:

+
KEY_B +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.KEY_BACKSLASH.html b/docs/raylib/Raylib.Keyboard.KEY_BACKSLASH.html new file mode 100644 index 0000000..cd9b070 --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.KEY_BACKSLASH.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.KEY_BACKSLASH – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_BACKSLASH

+
+

Description:

+
KEY_BACKSLASH +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.KEY_BACKSPACE.html b/docs/raylib/Raylib.Keyboard.KEY_BACKSPACE.html new file mode 100644 index 0000000..15cadb2 --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.KEY_BACKSPACE.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.KEY_BACKSPACE – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_BACKSPACE

+
+

Description:

+
KEY_BACKSPACE +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.KEY_C.html b/docs/raylib/Raylib.Keyboard.KEY_C.html new file mode 100644 index 0000000..a255fad --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.KEY_C.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.KEY_C – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_C

+
+

Description:

+
KEY_C +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.KEY_CAPS_LOCK.html b/docs/raylib/Raylib.Keyboard.KEY_CAPS_LOCK.html new file mode 100644 index 0000000..28d2118 --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.KEY_CAPS_LOCK.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.KEY_CAPS_LOCK – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_CAPS_LOCK

+
+

Description:

+
KEY_CAPS_LOCK +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.KEY_COMMA.html b/docs/raylib/Raylib.Keyboard.KEY_COMMA.html new file mode 100644 index 0000000..6199cac --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.KEY_COMMA.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.KEY_COMMA – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_COMMA

+
+

Description:

+
KEY_COMMA +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.KEY_D.html b/docs/raylib/Raylib.Keyboard.KEY_D.html new file mode 100644 index 0000000..88ab14a --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.KEY_D.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.KEY_D – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_D

+
+

Description:

+
KEY_D +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.KEY_DELETE.html b/docs/raylib/Raylib.Keyboard.KEY_DELETE.html new file mode 100644 index 0000000..9543be3 --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.KEY_DELETE.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.KEY_DELETE – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_DELETE

+
+

Description:

+
KEY_DELETE +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.KEY_DOWN.html b/docs/raylib/Raylib.Keyboard.KEY_DOWN.html new file mode 100644 index 0000000..423c6ca --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.KEY_DOWN.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.KEY_DOWN – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_DOWN

+
+

Description:

+
KEY_DOWN +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.KEY_E.html b/docs/raylib/Raylib.Keyboard.KEY_E.html new file mode 100644 index 0000000..0c7c493 --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.KEY_E.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.KEY_E – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_E

+
+

Description:

+
KEY_E +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.KEY_EIGHT.html b/docs/raylib/Raylib.Keyboard.KEY_EIGHT.html new file mode 100644 index 0000000..0ec7abc --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.KEY_EIGHT.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.KEY_EIGHT – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_EIGHT

+
+

Description:

+
KEY_EIGHT +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.KEY_END.html b/docs/raylib/Raylib.Keyboard.KEY_END.html new file mode 100644 index 0000000..60c17a2 --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.KEY_END.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.KEY_END – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_END

+
+

Description:

+
KEY_END +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.KEY_ENTER.html b/docs/raylib/Raylib.Keyboard.KEY_ENTER.html new file mode 100644 index 0000000..5cfeab9 --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.KEY_ENTER.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.KEY_ENTER – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_ENTER

+
+

Description:

+
KEY_ENTER +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.KEY_EQUAL.html b/docs/raylib/Raylib.Keyboard.KEY_EQUAL.html new file mode 100644 index 0000000..02bfa6b --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.KEY_EQUAL.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.KEY_EQUAL – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_EQUAL

+
+

Description:

+
KEY_EQUAL +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.KEY_ESCAPE.html b/docs/raylib/Raylib.Keyboard.KEY_ESCAPE.html new file mode 100644 index 0000000..9dff5e6 --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.KEY_ESCAPE.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.KEY_ESCAPE – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_ESCAPE

+
+

Description:

+
KEY_ESCAPE +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.KEY_F.html b/docs/raylib/Raylib.Keyboard.KEY_F.html new file mode 100644 index 0000000..4bf8def --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.KEY_F.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.KEY_F – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_F

+
+

Description:

+
KEY_F +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.KEY_F1.html b/docs/raylib/Raylib.Keyboard.KEY_F1.html new file mode 100644 index 0000000..8a3988a --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.KEY_F1.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.KEY_F1 – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_F1

+
+

Description:

+
KEY_F1 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.KEY_F10.html b/docs/raylib/Raylib.Keyboard.KEY_F10.html new file mode 100644 index 0000000..5e3f631 --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.KEY_F10.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.KEY_F10 – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_F10

+
+

Description:

+
KEY_F10 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.KEY_F11.html b/docs/raylib/Raylib.Keyboard.KEY_F11.html new file mode 100644 index 0000000..5191d27 --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.KEY_F11.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.KEY_F11 – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_F11

+
+

Description:

+
KEY_F11 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.KEY_F12.html b/docs/raylib/Raylib.Keyboard.KEY_F12.html new file mode 100644 index 0000000..231d2b9 --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.KEY_F12.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.KEY_F12 – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_F12

+
+

Description:

+
KEY_F12 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.KEY_F2.html b/docs/raylib/Raylib.Keyboard.KEY_F2.html new file mode 100644 index 0000000..8f3099b --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.KEY_F2.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.KEY_F2 – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_F2

+
+

Description:

+
KEY_F2 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.KEY_F3.html b/docs/raylib/Raylib.Keyboard.KEY_F3.html new file mode 100644 index 0000000..75249da --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.KEY_F3.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.KEY_F3 – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_F3

+
+

Description:

+
KEY_F3 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.KEY_F4.html b/docs/raylib/Raylib.Keyboard.KEY_F4.html new file mode 100644 index 0000000..1f6b0f9 --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.KEY_F4.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.KEY_F4 – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_F4

+
+

Description:

+
KEY_F4 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.KEY_F5.html b/docs/raylib/Raylib.Keyboard.KEY_F5.html new file mode 100644 index 0000000..39267d3 --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.KEY_F5.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.KEY_F5 – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_F5

+
+

Description:

+
KEY_F5 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.KEY_F6.html b/docs/raylib/Raylib.Keyboard.KEY_F6.html new file mode 100644 index 0000000..7c48d01 --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.KEY_F6.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.KEY_F6 – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_F6

+
+

Description:

+
KEY_F6 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.KEY_F7.html b/docs/raylib/Raylib.Keyboard.KEY_F7.html new file mode 100644 index 0000000..5326ac8 --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.KEY_F7.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.KEY_F7 – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_F7

+
+

Description:

+
KEY_F7 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.KEY_F8.html b/docs/raylib/Raylib.Keyboard.KEY_F8.html new file mode 100644 index 0000000..ce9d79d --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.KEY_F8.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.KEY_F8 – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_F8

+
+

Description:

+
KEY_F8 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.KEY_F9.html b/docs/raylib/Raylib.Keyboard.KEY_F9.html new file mode 100644 index 0000000..d5ca4f1 --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.KEY_F9.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.KEY_F9 – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_F9

+
+

Description:

+
KEY_F9 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.KEY_FIVE.html b/docs/raylib/Raylib.Keyboard.KEY_FIVE.html new file mode 100644 index 0000000..489c80b --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.KEY_FIVE.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.KEY_FIVE – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_FIVE

+
+

Description:

+
KEY_FIVE +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.KEY_FOUR.html b/docs/raylib/Raylib.Keyboard.KEY_FOUR.html new file mode 100644 index 0000000..5b17f00 --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.KEY_FOUR.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.KEY_FOUR – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_FOUR

+
+

Description:

+
KEY_FOUR +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.KEY_G.html b/docs/raylib/Raylib.Keyboard.KEY_G.html new file mode 100644 index 0000000..b318253 --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.KEY_G.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.KEY_G – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_G

+
+

Description:

+
KEY_G +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.KEY_GRAVE.html b/docs/raylib/Raylib.Keyboard.KEY_GRAVE.html new file mode 100644 index 0000000..bda5635 --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.KEY_GRAVE.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.KEY_GRAVE – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_GRAVE

+
+

Description:

+
KEY_GRAVE +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.KEY_H.html b/docs/raylib/Raylib.Keyboard.KEY_H.html new file mode 100644 index 0000000..b4f59bf --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.KEY_H.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.KEY_H – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_H

+
+

Description:

+
KEY_H +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.KEY_HOME.html b/docs/raylib/Raylib.Keyboard.KEY_HOME.html new file mode 100644 index 0000000..babec4f --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.KEY_HOME.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.KEY_HOME – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_HOME

+
+

Description:

+
KEY_HOME +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.KEY_I.html b/docs/raylib/Raylib.Keyboard.KEY_I.html new file mode 100644 index 0000000..376fa11 --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.KEY_I.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.KEY_I – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_I

+
+

Description:

+
KEY_I +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.KEY_INSERT.html b/docs/raylib/Raylib.Keyboard.KEY_INSERT.html new file mode 100644 index 0000000..7a3ff2e --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.KEY_INSERT.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.KEY_INSERT – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_INSERT

+
+

Description:

+
KEY_INSERT +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.KEY_J.html b/docs/raylib/Raylib.Keyboard.KEY_J.html new file mode 100644 index 0000000..0316ca3 --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.KEY_J.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.KEY_J – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_J

+
+

Description:

+
KEY_J +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.KEY_K.html b/docs/raylib/Raylib.Keyboard.KEY_K.html new file mode 100644 index 0000000..d3e2671 --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.KEY_K.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.KEY_K – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_K

+
+

Description:

+
KEY_K +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.KEY_KB_MENU.html b/docs/raylib/Raylib.Keyboard.KEY_KB_MENU.html new file mode 100644 index 0000000..145db79 --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.KEY_KB_MENU.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.KEY_KB_MENU – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_KB_MENU

+
+

Description:

+
KEY_KB_MENU +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.KEY_KP_0.html b/docs/raylib/Raylib.Keyboard.KEY_KP_0.html new file mode 100644 index 0000000..ead208d --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.KEY_KP_0.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.KEY_KP_0 – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_KP_0

+
+

Description:

+
KEY_KP_0 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.KEY_KP_1.html b/docs/raylib/Raylib.Keyboard.KEY_KP_1.html new file mode 100644 index 0000000..9124aec --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.KEY_KP_1.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.KEY_KP_1 – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_KP_1

+
+

Description:

+
KEY_KP_1 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.KEY_KP_2.html b/docs/raylib/Raylib.Keyboard.KEY_KP_2.html new file mode 100644 index 0000000..d5b338a --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.KEY_KP_2.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.KEY_KP_2 – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_KP_2

+
+

Description:

+
KEY_KP_2 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.KEY_KP_3.html b/docs/raylib/Raylib.Keyboard.KEY_KP_3.html new file mode 100644 index 0000000..5c4d15c --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.KEY_KP_3.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.KEY_KP_3 – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_KP_3

+
+

Description:

+
KEY_KP_3 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.KEY_KP_4.html b/docs/raylib/Raylib.Keyboard.KEY_KP_4.html new file mode 100644 index 0000000..a192abc --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.KEY_KP_4.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.KEY_KP_4 – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_KP_4

+
+

Description:

+
KEY_KP_4 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.KEY_KP_5.html b/docs/raylib/Raylib.Keyboard.KEY_KP_5.html new file mode 100644 index 0000000..30ecdb8 --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.KEY_KP_5.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.KEY_KP_5 – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_KP_5

+
+

Description:

+
KEY_KP_5 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.KEY_KP_6.html b/docs/raylib/Raylib.Keyboard.KEY_KP_6.html new file mode 100644 index 0000000..624dd73 --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.KEY_KP_6.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.KEY_KP_6 – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_KP_6

+
+

Description:

+
KEY_KP_6 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.KEY_KP_7.html b/docs/raylib/Raylib.Keyboard.KEY_KP_7.html new file mode 100644 index 0000000..27e5448 --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.KEY_KP_7.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.KEY_KP_7 – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_KP_7

+
+

Description:

+
KEY_KP_7 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.KEY_KP_8.html b/docs/raylib/Raylib.Keyboard.KEY_KP_8.html new file mode 100644 index 0000000..dde0697 --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.KEY_KP_8.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.KEY_KP_8 – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_KP_8

+
+

Description:

+
KEY_KP_8 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.KEY_KP_9.html b/docs/raylib/Raylib.Keyboard.KEY_KP_9.html new file mode 100644 index 0000000..5269525 --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.KEY_KP_9.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.KEY_KP_9 – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_KP_9

+
+

Description:

+
KEY_KP_9 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.KEY_KP_ADD.html b/docs/raylib/Raylib.Keyboard.KEY_KP_ADD.html new file mode 100644 index 0000000..f82a83b --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.KEY_KP_ADD.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.KEY_KP_ADD – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_KP_ADD

+
+

Description:

+
KEY_KP_ADD +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.KEY_KP_DECIMAL.html b/docs/raylib/Raylib.Keyboard.KEY_KP_DECIMAL.html new file mode 100644 index 0000000..00ee203 --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.KEY_KP_DECIMAL.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.KEY_KP_DECIMAL – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_KP_DECIMAL

+
+

Description:

+
KEY_KP_DECIMAL +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.KEY_KP_DIVIDE.html b/docs/raylib/Raylib.Keyboard.KEY_KP_DIVIDE.html new file mode 100644 index 0000000..c3e4c13 --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.KEY_KP_DIVIDE.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.KEY_KP_DIVIDE – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_KP_DIVIDE

+
+

Description:

+
KEY_KP_DIVIDE +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.KEY_KP_ENTER.html b/docs/raylib/Raylib.Keyboard.KEY_KP_ENTER.html new file mode 100644 index 0000000..894ff6a --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.KEY_KP_ENTER.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.KEY_KP_ENTER – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_KP_ENTER

+
+

Description:

+
KEY_KP_ENTER +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.KEY_KP_EQUAL.html b/docs/raylib/Raylib.Keyboard.KEY_KP_EQUAL.html new file mode 100644 index 0000000..6224435 --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.KEY_KP_EQUAL.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.KEY_KP_EQUAL – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_KP_EQUAL

+
+

Description:

+
KEY_KP_EQUAL +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.KEY_KP_MULTIPLY.html b/docs/raylib/Raylib.Keyboard.KEY_KP_MULTIPLY.html new file mode 100644 index 0000000..dc18b3f --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.KEY_KP_MULTIPLY.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.KEY_KP_MULTIPLY – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_KP_MULTIPLY

+
+

Description:

+
KEY_KP_MULTIPLY +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.KEY_KP_SUBTRACT.html b/docs/raylib/Raylib.Keyboard.KEY_KP_SUBTRACT.html new file mode 100644 index 0000000..65eee29 --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.KEY_KP_SUBTRACT.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.KEY_KP_SUBTRACT – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_KP_SUBTRACT

+
+

Description:

+
KEY_KP_SUBTRACT +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.KEY_L.html b/docs/raylib/Raylib.Keyboard.KEY_L.html new file mode 100644 index 0000000..0475acd --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.KEY_L.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.KEY_L – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_L

+
+

Description:

+
KEY_L +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.KEY_LEFT.html b/docs/raylib/Raylib.Keyboard.KEY_LEFT.html new file mode 100644 index 0000000..2748dea --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.KEY_LEFT.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.KEY_LEFT – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_LEFT

+
+

Description:

+
KEY_LEFT +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.KEY_LEFT_ALT.html b/docs/raylib/Raylib.Keyboard.KEY_LEFT_ALT.html new file mode 100644 index 0000000..c5d8abf --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.KEY_LEFT_ALT.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.KEY_LEFT_ALT – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_LEFT_ALT

+
+

Description:

+
KEY_LEFT_ALT +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.KEY_LEFT_BRACKET.html b/docs/raylib/Raylib.Keyboard.KEY_LEFT_BRACKET.html new file mode 100644 index 0000000..c1b6b9b --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.KEY_LEFT_BRACKET.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.KEY_LEFT_BRACKET – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_LEFT_BRACKET

+
+

Description:

+
KEY_LEFT_BRACKET +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.KEY_LEFT_CONTROL.html b/docs/raylib/Raylib.Keyboard.KEY_LEFT_CONTROL.html new file mode 100644 index 0000000..d47e803 --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.KEY_LEFT_CONTROL.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.KEY_LEFT_CONTROL – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_LEFT_CONTROL

+
+

Description:

+
KEY_LEFT_CONTROL +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.KEY_LEFT_SHIFT.html b/docs/raylib/Raylib.Keyboard.KEY_LEFT_SHIFT.html new file mode 100644 index 0000000..637c3c7 --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.KEY_LEFT_SHIFT.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.KEY_LEFT_SHIFT – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_LEFT_SHIFT

+
+

Description:

+
KEY_LEFT_SHIFT +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.KEY_LEFT_SUPER.html b/docs/raylib/Raylib.Keyboard.KEY_LEFT_SUPER.html new file mode 100644 index 0000000..596c59e --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.KEY_LEFT_SUPER.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.KEY_LEFT_SUPER – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_LEFT_SUPER

+
+

Description:

+
KEY_LEFT_SUPER +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.KEY_M.html b/docs/raylib/Raylib.Keyboard.KEY_M.html new file mode 100644 index 0000000..6fc65b9 --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.KEY_M.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.KEY_M – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_M

+
+

Description:

+
KEY_M +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.KEY_MINUS.html b/docs/raylib/Raylib.Keyboard.KEY_MINUS.html new file mode 100644 index 0000000..1a48771 --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.KEY_MINUS.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.KEY_MINUS – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_MINUS

+
+

Description:

+
KEY_MINUS +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.KEY_N.html b/docs/raylib/Raylib.Keyboard.KEY_N.html new file mode 100644 index 0000000..9c111ca --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.KEY_N.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.KEY_N – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_N

+
+

Description:

+
KEY_N +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.KEY_NINE.html b/docs/raylib/Raylib.Keyboard.KEY_NINE.html new file mode 100644 index 0000000..203537a --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.KEY_NINE.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.KEY_NINE – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_NINE

+
+

Description:

+
KEY_NINE +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.KEY_NUM_LOCK.html b/docs/raylib/Raylib.Keyboard.KEY_NUM_LOCK.html new file mode 100644 index 0000000..f7dd56b --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.KEY_NUM_LOCK.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.KEY_NUM_LOCK – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_NUM_LOCK

+
+

Description:

+
KEY_NUM_LOCK +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.KEY_O.html b/docs/raylib/Raylib.Keyboard.KEY_O.html new file mode 100644 index 0000000..8208707 --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.KEY_O.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.KEY_O – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_O

+
+

Description:

+
KEY_O +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.KEY_ONE.html b/docs/raylib/Raylib.Keyboard.KEY_ONE.html new file mode 100644 index 0000000..8af4b8b --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.KEY_ONE.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.KEY_ONE – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_ONE

+
+

Description:

+
KEY_ONE +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.KEY_P.html b/docs/raylib/Raylib.Keyboard.KEY_P.html new file mode 100644 index 0000000..b62f440 --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.KEY_P.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.KEY_P – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_P

+
+

Description:

+
KEY_P +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.KEY_PAGE_DOWN.html b/docs/raylib/Raylib.Keyboard.KEY_PAGE_DOWN.html new file mode 100644 index 0000000..92ac5b2 --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.KEY_PAGE_DOWN.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.KEY_PAGE_DOWN – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_PAGE_DOWN

+
+

Description:

+
KEY_PAGE_DOWN +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.KEY_PAGE_UP.html b/docs/raylib/Raylib.Keyboard.KEY_PAGE_UP.html new file mode 100644 index 0000000..8a86c41 --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.KEY_PAGE_UP.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.KEY_PAGE_UP – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_PAGE_UP

+
+

Description:

+
KEY_PAGE_UP +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.KEY_PAUSE.html b/docs/raylib/Raylib.Keyboard.KEY_PAUSE.html new file mode 100644 index 0000000..c7004a2 --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.KEY_PAUSE.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.KEY_PAUSE – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_PAUSE

+
+

Description:

+
KEY_PAUSE +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.KEY_PERIOD.html b/docs/raylib/Raylib.Keyboard.KEY_PERIOD.html new file mode 100644 index 0000000..6c136b6 --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.KEY_PERIOD.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.KEY_PERIOD – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_PERIOD

+
+

Description:

+
KEY_PERIOD +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.KEY_PRINT_SCREEN.html b/docs/raylib/Raylib.Keyboard.KEY_PRINT_SCREEN.html new file mode 100644 index 0000000..009c100 --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.KEY_PRINT_SCREEN.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.KEY_PRINT_SCREEN – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_PRINT_SCREEN

+
+

Description:

+
KEY_PRINT_SCREEN +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.KEY_Q.html b/docs/raylib/Raylib.Keyboard.KEY_Q.html new file mode 100644 index 0000000..9c3d2c8 --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.KEY_Q.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.KEY_Q – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_Q

+
+

Description:

+
KEY_Q +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.KEY_R.html b/docs/raylib/Raylib.Keyboard.KEY_R.html new file mode 100644 index 0000000..bb296bb --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.KEY_R.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.KEY_R – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_R

+
+

Description:

+
KEY_R +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.KEY_RIGHT.html b/docs/raylib/Raylib.Keyboard.KEY_RIGHT.html new file mode 100644 index 0000000..7067c99 --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.KEY_RIGHT.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.KEY_RIGHT – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_RIGHT

+
+

Description:

+
KEY_RIGHT +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.KEY_RIGHT_ALT.html b/docs/raylib/Raylib.Keyboard.KEY_RIGHT_ALT.html new file mode 100644 index 0000000..5593664 --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.KEY_RIGHT_ALT.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.KEY_RIGHT_ALT – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_RIGHT_ALT

+
+

Description:

+
KEY_RIGHT_ALT +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.KEY_RIGHT_BRACKET.html b/docs/raylib/Raylib.Keyboard.KEY_RIGHT_BRACKET.html new file mode 100644 index 0000000..48b4712 --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.KEY_RIGHT_BRACKET.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.KEY_RIGHT_BRACKET – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_RIGHT_BRACKET

+
+

Description:

+
KEY_RIGHT_BRACKET +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.KEY_RIGHT_CONTROL.html b/docs/raylib/Raylib.Keyboard.KEY_RIGHT_CONTROL.html new file mode 100644 index 0000000..939ad1f --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.KEY_RIGHT_CONTROL.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.KEY_RIGHT_CONTROL – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_RIGHT_CONTROL

+
+

Description:

+
KEY_RIGHT_CONTROL +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.KEY_RIGHT_SHIFT.html b/docs/raylib/Raylib.Keyboard.KEY_RIGHT_SHIFT.html new file mode 100644 index 0000000..32e324d --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.KEY_RIGHT_SHIFT.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.KEY_RIGHT_SHIFT – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_RIGHT_SHIFT

+
+

Description:

+
KEY_RIGHT_SHIFT +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.KEY_RIGHT_SUPER.html b/docs/raylib/Raylib.Keyboard.KEY_RIGHT_SUPER.html new file mode 100644 index 0000000..3a3ee0a --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.KEY_RIGHT_SUPER.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.KEY_RIGHT_SUPER – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_RIGHT_SUPER

+
+

Description:

+
KEY_RIGHT_SUPER +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.KEY_S.html b/docs/raylib/Raylib.Keyboard.KEY_S.html new file mode 100644 index 0000000..7585d56 --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.KEY_S.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.KEY_S – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_S

+
+

Description:

+
KEY_S +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.KEY_SCROLL_LOCK.html b/docs/raylib/Raylib.Keyboard.KEY_SCROLL_LOCK.html new file mode 100644 index 0000000..ed84496 --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.KEY_SCROLL_LOCK.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.KEY_SCROLL_LOCK – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_SCROLL_LOCK

+
+

Description:

+
KEY_SCROLL_LOCK +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.KEY_SEMICOLON.html b/docs/raylib/Raylib.Keyboard.KEY_SEMICOLON.html new file mode 100644 index 0000000..f652973 --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.KEY_SEMICOLON.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.KEY_SEMICOLON – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_SEMICOLON

+
+

Description:

+
KEY_SEMICOLON +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.KEY_SEVEN.html b/docs/raylib/Raylib.Keyboard.KEY_SEVEN.html new file mode 100644 index 0000000..ace1dce --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.KEY_SEVEN.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.KEY_SEVEN – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_SEVEN

+
+

Description:

+
KEY_SEVEN +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.KEY_SIX.html b/docs/raylib/Raylib.Keyboard.KEY_SIX.html new file mode 100644 index 0000000..4880df1 --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.KEY_SIX.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.KEY_SIX – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_SIX

+
+

Description:

+
KEY_SIX +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.KEY_SLASH.html b/docs/raylib/Raylib.Keyboard.KEY_SLASH.html new file mode 100644 index 0000000..f8cce35 --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.KEY_SLASH.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.KEY_SLASH – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_SLASH

+
+

Description:

+
KEY_SLASH +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.KEY_SPACE.html b/docs/raylib/Raylib.Keyboard.KEY_SPACE.html new file mode 100644 index 0000000..4d8fa5c --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.KEY_SPACE.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.KEY_SPACE – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_SPACE

+
+

Description:

+
KEY_SPACE +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.KEY_T.html b/docs/raylib/Raylib.Keyboard.KEY_T.html new file mode 100644 index 0000000..3d874c1 --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.KEY_T.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.KEY_T – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_T

+
+

Description:

+
KEY_T +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.KEY_TAB.html b/docs/raylib/Raylib.Keyboard.KEY_TAB.html new file mode 100644 index 0000000..8fdff81 --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.KEY_TAB.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.KEY_TAB – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_TAB

+
+

Description:

+
KEY_TAB +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.KEY_THREE.html b/docs/raylib/Raylib.Keyboard.KEY_THREE.html new file mode 100644 index 0000000..9533d8f --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.KEY_THREE.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.KEY_THREE – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_THREE

+
+

Description:

+
KEY_THREE +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.KEY_TWO.html b/docs/raylib/Raylib.Keyboard.KEY_TWO.html new file mode 100644 index 0000000..00545cc --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.KEY_TWO.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.KEY_TWO – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_TWO

+
+

Description:

+
KEY_TWO +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.KEY_U.html b/docs/raylib/Raylib.Keyboard.KEY_U.html new file mode 100644 index 0000000..67c9c2e --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.KEY_U.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.KEY_U – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_U

+
+

Description:

+
KEY_U +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.KEY_UP.html b/docs/raylib/Raylib.Keyboard.KEY_UP.html new file mode 100644 index 0000000..3ecf746 --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.KEY_UP.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.KEY_UP – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_UP

+
+

Description:

+
KEY_UP +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.KEY_V.html b/docs/raylib/Raylib.Keyboard.KEY_V.html new file mode 100644 index 0000000..46ae60e --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.KEY_V.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.KEY_V – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_V

+
+

Description:

+
KEY_V +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.KEY_W.html b/docs/raylib/Raylib.Keyboard.KEY_W.html new file mode 100644 index 0000000..22ed739 --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.KEY_W.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.KEY_W – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_W

+
+

Description:

+
KEY_W +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.KEY_X.html b/docs/raylib/Raylib.Keyboard.KEY_X.html new file mode 100644 index 0000000..7270f2b --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.KEY_X.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.KEY_X – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_X

+
+

Description:

+
KEY_X +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.KEY_Y.html b/docs/raylib/Raylib.Keyboard.KEY_Y.html new file mode 100644 index 0000000..bbd193c --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.KEY_Y.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.KEY_Y – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_Y

+
+

Description:

+
KEY_Y +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.KEY_Z.html b/docs/raylib/Raylib.Keyboard.KEY_Z.html new file mode 100644 index 0000000..6c00cd4 --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.KEY_Z.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.KEY_Z – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_Z

+
+

Description:

+
KEY_Z +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.KEY_ZERO.html b/docs/raylib/Raylib.Keyboard.KEY_ZERO.html new file mode 100644 index 0000000..ef4a949 --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.KEY_ZERO.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.KEY_ZERO – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_ZERO

+
+

Description:

+
KEY_ZERO +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.KP_0.html b/docs/raylib/Raylib.Keyboard.KP_0.html new file mode 100644 index 0000000..806af49 --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.KP_0.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.KP_0 – raylib – Vala Binding Reference + + + + +
+ +
+

KP_0

+
+

Description:

+
KP_0 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.KP_1.html b/docs/raylib/Raylib.Keyboard.KP_1.html new file mode 100644 index 0000000..3ff92ab --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.KP_1.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.KP_1 – raylib – Vala Binding Reference + + + + +
+ +
+

KP_1

+
+

Description:

+
KP_1 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.KP_2.html b/docs/raylib/Raylib.Keyboard.KP_2.html new file mode 100644 index 0000000..5e781a9 --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.KP_2.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.KP_2 – raylib – Vala Binding Reference + + + + +
+ +
+

KP_2

+
+

Description:

+
KP_2 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.KP_3.html b/docs/raylib/Raylib.Keyboard.KP_3.html new file mode 100644 index 0000000..f17e47c --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.KP_3.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.KP_3 – raylib – Vala Binding Reference + + + + +
+ +
+

KP_3

+
+

Description:

+
KP_3 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.KP_4.html b/docs/raylib/Raylib.Keyboard.KP_4.html new file mode 100644 index 0000000..3bc3241 --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.KP_4.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.KP_4 – raylib – Vala Binding Reference + + + + +
+ +
+

KP_4

+
+

Description:

+
KP_4 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.KP_5.html b/docs/raylib/Raylib.Keyboard.KP_5.html new file mode 100644 index 0000000..69a1f37 --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.KP_5.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.KP_5 – raylib – Vala Binding Reference + + + + +
+ +
+

KP_5

+
+

Description:

+
KP_5 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.KP_6.html b/docs/raylib/Raylib.Keyboard.KP_6.html new file mode 100644 index 0000000..01370e8 --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.KP_6.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.KP_6 – raylib – Vala Binding Reference + + + + +
+ +
+

KP_6

+
+

Description:

+
KP_6 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.KP_7.html b/docs/raylib/Raylib.Keyboard.KP_7.html new file mode 100644 index 0000000..f800ac3 --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.KP_7.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.KP_7 – raylib – Vala Binding Reference + + + + +
+ +
+

KP_7

+
+

Description:

+
KP_7 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.KP_8.html b/docs/raylib/Raylib.Keyboard.KP_8.html new file mode 100644 index 0000000..cf36884 --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.KP_8.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.KP_8 – raylib – Vala Binding Reference + + + + +
+ +
+

KP_8

+
+

Description:

+
KP_8 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.KP_9.html b/docs/raylib/Raylib.Keyboard.KP_9.html new file mode 100644 index 0000000..5129bab --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.KP_9.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.KP_9 – raylib – Vala Binding Reference + + + + +
+ +
+

KP_9

+
+

Description:

+
KP_9 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.KP_ADD.html b/docs/raylib/Raylib.Keyboard.KP_ADD.html new file mode 100644 index 0000000..a98107d --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.KP_ADD.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.KP_ADD – raylib – Vala Binding Reference + + + + +
+ +
+

KP_ADD

+
+

Description:

+
KP_ADD +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.KP_DECIMAL.html b/docs/raylib/Raylib.Keyboard.KP_DECIMAL.html new file mode 100644 index 0000000..3ad274b --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.KP_DECIMAL.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.KP_DECIMAL – raylib – Vala Binding Reference + + + + +
+ +
+

KP_DECIMAL

+
+

Description:

+
KP_DECIMAL +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.KP_DIVIDE.html b/docs/raylib/Raylib.Keyboard.KP_DIVIDE.html new file mode 100644 index 0000000..1103b5b --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.KP_DIVIDE.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.KP_DIVIDE – raylib – Vala Binding Reference + + + + +
+ +
+

KP_DIVIDE

+
+

Description:

+
KP_DIVIDE +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.KP_ENTER.html b/docs/raylib/Raylib.Keyboard.KP_ENTER.html new file mode 100644 index 0000000..6c8dfd5 --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.KP_ENTER.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.KP_ENTER – raylib – Vala Binding Reference + + + + +
+ +
+

KP_ENTER

+
+

Description:

+
KP_ENTER +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.KP_EQUAL.html b/docs/raylib/Raylib.Keyboard.KP_EQUAL.html new file mode 100644 index 0000000..b30c32b --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.KP_EQUAL.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.KP_EQUAL – raylib – Vala Binding Reference + + + + +
+ +
+

KP_EQUAL

+
+

Description:

+
KP_EQUAL +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.KP_MULTIPLY.html b/docs/raylib/Raylib.Keyboard.KP_MULTIPLY.html new file mode 100644 index 0000000..46f4131 --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.KP_MULTIPLY.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.KP_MULTIPLY – raylib – Vala Binding Reference + + + + +
+ +
+

KP_MULTIPLY

+
+

Description:

+
KP_MULTIPLY +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.KP_SUBTRACT.html b/docs/raylib/Raylib.Keyboard.KP_SUBTRACT.html new file mode 100644 index 0000000..5a2ddb8 --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.KP_SUBTRACT.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.KP_SUBTRACT – raylib – Vala Binding Reference + + + + +
+ +
+

KP_SUBTRACT

+
+

Description:

+
KP_SUBTRACT +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.L.html b/docs/raylib/Raylib.Keyboard.L.html new file mode 100644 index 0000000..2d448ac --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.L.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.L – raylib – Vala Binding Reference + + + + +
+ +
+

L

+
+

Description:

+
L +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.LEFT.html b/docs/raylib/Raylib.Keyboard.LEFT.html new file mode 100644 index 0000000..f66a52d --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.LEFT.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.LEFT – raylib – Vala Binding Reference + + + + +
+ +
+

LEFT

+
+

Description:

+
LEFT +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.LEFT_ALT.html b/docs/raylib/Raylib.Keyboard.LEFT_ALT.html new file mode 100644 index 0000000..c0abf1e --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.LEFT_ALT.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.LEFT_ALT – raylib – Vala Binding Reference + + + + +
+ +
+

LEFT_ALT

+
+

Description:

+
LEFT_ALT +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.LEFT_BRACKET.html b/docs/raylib/Raylib.Keyboard.LEFT_BRACKET.html new file mode 100644 index 0000000..128776c --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.LEFT_BRACKET.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.LEFT_BRACKET – raylib – Vala Binding Reference + + + + +
+ +
+

LEFT_BRACKET

+
+

Description:

+
LEFT_BRACKET +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.LEFT_CONTROL.html b/docs/raylib/Raylib.Keyboard.LEFT_CONTROL.html new file mode 100644 index 0000000..164aafe --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.LEFT_CONTROL.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.LEFT_CONTROL – raylib – Vala Binding Reference + + + + +
+ +
+

LEFT_CONTROL

+
+

Description:

+
LEFT_CONTROL +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.LEFT_SHIFT.html b/docs/raylib/Raylib.Keyboard.LEFT_SHIFT.html new file mode 100644 index 0000000..6a81a7e --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.LEFT_SHIFT.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.LEFT_SHIFT – raylib – Vala Binding Reference + + + + +
+ +
+

LEFT_SHIFT

+
+

Description:

+
LEFT_SHIFT +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.LEFT_SUPER.html b/docs/raylib/Raylib.Keyboard.LEFT_SUPER.html new file mode 100644 index 0000000..824e381 --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.LEFT_SUPER.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.LEFT_SUPER – raylib – Vala Binding Reference + + + + +
+ +
+

LEFT_SUPER

+
+

Description:

+
LEFT_SUPER +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.M.html b/docs/raylib/Raylib.Keyboard.M.html new file mode 100644 index 0000000..10b1927 --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.M.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.M – raylib – Vala Binding Reference + + + + +
+ +
+

M

+
+

Description:

+
M +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.MINUS.html b/docs/raylib/Raylib.Keyboard.MINUS.html new file mode 100644 index 0000000..4e60e40 --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.MINUS.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.MINUS – raylib – Vala Binding Reference + + + + +
+ +
+

MINUS

+
+

Description:

+
MINUS +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.N.html b/docs/raylib/Raylib.Keyboard.N.html new file mode 100644 index 0000000..07e532e --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.N.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.N – raylib – Vala Binding Reference + + + + +
+ +
+

N

+
+

Description:

+
N +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.NINE.html b/docs/raylib/Raylib.Keyboard.NINE.html new file mode 100644 index 0000000..4bf8a2f --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.NINE.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.NINE – raylib – Vala Binding Reference + + + + +
+ +
+

NINE

+
+

Description:

+
NINE +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.NUM_LOCK.html b/docs/raylib/Raylib.Keyboard.NUM_LOCK.html new file mode 100644 index 0000000..03cd130 --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.NUM_LOCK.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.NUM_LOCK – raylib – Vala Binding Reference + + + + +
+ +
+

NUM_LOCK

+
+

Description:

+
NUM_LOCK +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.O.html b/docs/raylib/Raylib.Keyboard.O.html new file mode 100644 index 0000000..4138888 --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.O.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.O – raylib – Vala Binding Reference + + + + +
+ +
+

O

+
+

Description:

+
O +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.ONE.html b/docs/raylib/Raylib.Keyboard.ONE.html new file mode 100644 index 0000000..c7b4ab6 --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.ONE.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.ONE – raylib – Vala Binding Reference + + + + +
+ +
+

ONE

+
+

Description:

+
ONE +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.P.html b/docs/raylib/Raylib.Keyboard.P.html new file mode 100644 index 0000000..946764a --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.P.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.P – raylib – Vala Binding Reference + + + + +
+ +
+

P

+
+

Description:

+
P +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.PAGE_DOWN.html b/docs/raylib/Raylib.Keyboard.PAGE_DOWN.html new file mode 100644 index 0000000..71abcbf --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.PAGE_DOWN.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.PAGE_DOWN – raylib – Vala Binding Reference + + + + +
+ +
+

PAGE_DOWN

+
+

Description:

+
PAGE_DOWN +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.PAGE_UP.html b/docs/raylib/Raylib.Keyboard.PAGE_UP.html new file mode 100644 index 0000000..b711c8e --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.PAGE_UP.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.PAGE_UP – raylib – Vala Binding Reference + + + + +
+ +
+

PAGE_UP

+
+

Description:

+
PAGE_UP +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.PAUSE.html b/docs/raylib/Raylib.Keyboard.PAUSE.html new file mode 100644 index 0000000..4a2ee75 --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.PAUSE.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.PAUSE – raylib – Vala Binding Reference + + + + +
+ +
+

PAUSE

+
+

Description:

+
PAUSE +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.PERIOD.html b/docs/raylib/Raylib.Keyboard.PERIOD.html new file mode 100644 index 0000000..4d2d89e --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.PERIOD.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.PERIOD – raylib – Vala Binding Reference + + + + +
+ +
+

PERIOD

+
+

Description:

+
PERIOD +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.PRINT_SCREEN.html b/docs/raylib/Raylib.Keyboard.PRINT_SCREEN.html new file mode 100644 index 0000000..7f09aa9 --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.PRINT_SCREEN.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.PRINT_SCREEN – raylib – Vala Binding Reference + + + + +
+ +
+

PRINT_SCREEN

+
+

Description:

+
PRINT_SCREEN +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.Q.html b/docs/raylib/Raylib.Keyboard.Q.html new file mode 100644 index 0000000..1571cc9 --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.Q.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.Q – raylib – Vala Binding Reference + + + + +
+ +
+

Q

+
+

Description:

+
Q +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.R.html b/docs/raylib/Raylib.Keyboard.R.html new file mode 100644 index 0000000..66f9668 --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.R.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.R – raylib – Vala Binding Reference + + + + +
+ +
+

R

+
+

Description:

+
R +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.RIGHT.html b/docs/raylib/Raylib.Keyboard.RIGHT.html new file mode 100644 index 0000000..3d6fb8c --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.RIGHT.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.RIGHT – raylib – Vala Binding Reference + + + + +
+ +
+

RIGHT

+
+

Description:

+
RIGHT +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.RIGHT_ALT.html b/docs/raylib/Raylib.Keyboard.RIGHT_ALT.html new file mode 100644 index 0000000..7e30732 --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.RIGHT_ALT.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.RIGHT_ALT – raylib – Vala Binding Reference + + + + +
+ +
+

RIGHT_ALT

+
+

Description:

+
RIGHT_ALT +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.RIGHT_BRACKET.html b/docs/raylib/Raylib.Keyboard.RIGHT_BRACKET.html new file mode 100644 index 0000000..522d7ff --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.RIGHT_BRACKET.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.RIGHT_BRACKET – raylib – Vala Binding Reference + + + + +
+ +
+

RIGHT_BRACKET

+
+

Description:

+
RIGHT_BRACKET +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.RIGHT_CONTROL.html b/docs/raylib/Raylib.Keyboard.RIGHT_CONTROL.html new file mode 100644 index 0000000..a8b98fb --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.RIGHT_CONTROL.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.RIGHT_CONTROL – raylib – Vala Binding Reference + + + + +
+ +
+

RIGHT_CONTROL

+
+

Description:

+
RIGHT_CONTROL +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.RIGHT_SHIFT.html b/docs/raylib/Raylib.Keyboard.RIGHT_SHIFT.html new file mode 100644 index 0000000..2f8d83e --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.RIGHT_SHIFT.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.RIGHT_SHIFT – raylib – Vala Binding Reference + + + + +
+ +
+

RIGHT_SHIFT

+
+

Description:

+
RIGHT_SHIFT +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.RIGHT_SUPER.html b/docs/raylib/Raylib.Keyboard.RIGHT_SUPER.html new file mode 100644 index 0000000..bc6a89a --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.RIGHT_SUPER.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.RIGHT_SUPER – raylib – Vala Binding Reference + + + + +
+ +
+

RIGHT_SUPER

+
+

Description:

+
RIGHT_SUPER +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.S.html b/docs/raylib/Raylib.Keyboard.S.html new file mode 100644 index 0000000..332a5a6 --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.S.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.S – raylib – Vala Binding Reference + + + + +
+ +
+

S

+
+

Description:

+
S +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.SCROLL_LOCK.html b/docs/raylib/Raylib.Keyboard.SCROLL_LOCK.html new file mode 100644 index 0000000..be0e904 --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.SCROLL_LOCK.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.SCROLL_LOCK – raylib – Vala Binding Reference + + + + +
+ +
+

SCROLL_LOCK

+
+

Description:

+
SCROLL_LOCK +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.SEMICOLON.html b/docs/raylib/Raylib.Keyboard.SEMICOLON.html new file mode 100644 index 0000000..58f2d7c --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.SEMICOLON.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.SEMICOLON – raylib – Vala Binding Reference + + + + +
+ +
+

SEMICOLON

+
+

Description:

+
SEMICOLON +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.SEVEN.html b/docs/raylib/Raylib.Keyboard.SEVEN.html new file mode 100644 index 0000000..21159ff --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.SEVEN.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.SEVEN – raylib – Vala Binding Reference + + + + +
+ +
+

SEVEN

+
+

Description:

+
SEVEN +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.SIX.html b/docs/raylib/Raylib.Keyboard.SIX.html new file mode 100644 index 0000000..6fe3cb2 --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.SIX.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.SIX – raylib – Vala Binding Reference + + + + +
+ +
+

SIX

+
+

Description:

+
SIX +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.SLASH.html b/docs/raylib/Raylib.Keyboard.SLASH.html new file mode 100644 index 0000000..8ed50df --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.SLASH.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.SLASH – raylib – Vala Binding Reference + + + + +
+ +
+

SLASH

+
+

Description:

+
SLASH +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.SPACE.html b/docs/raylib/Raylib.Keyboard.SPACE.html new file mode 100644 index 0000000..1d31ac4 --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.SPACE.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.SPACE – raylib – Vala Binding Reference + + + + +
+ +
+

SPACE

+
+

Description:

+
SPACE +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.T.html b/docs/raylib/Raylib.Keyboard.T.html new file mode 100644 index 0000000..5d8c112 --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.T.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.T – raylib – Vala Binding Reference + + + + +
+ +
+

T

+
+

Description:

+
T +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.TAB.html b/docs/raylib/Raylib.Keyboard.TAB.html new file mode 100644 index 0000000..b442ee9 --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.TAB.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.TAB – raylib – Vala Binding Reference + + + + +
+ +
+

TAB

+
+

Description:

+
TAB +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.THREE.html b/docs/raylib/Raylib.Keyboard.THREE.html new file mode 100644 index 0000000..31a1252 --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.THREE.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.THREE – raylib – Vala Binding Reference + + + + +
+ +
+

THREE

+
+

Description:

+
THREE +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.TWO.html b/docs/raylib/Raylib.Keyboard.TWO.html new file mode 100644 index 0000000..7ada101 --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.TWO.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.TWO – raylib – Vala Binding Reference + + + + +
+ +
+

TWO

+
+

Description:

+
TWO +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.U.html b/docs/raylib/Raylib.Keyboard.U.html new file mode 100644 index 0000000..c945663 --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.U.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.U – raylib – Vala Binding Reference + + + + +
+ +
+

U

+
+

Description:

+
U +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.UP.html b/docs/raylib/Raylib.Keyboard.UP.html new file mode 100644 index 0000000..ade9d0b --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.UP.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.UP – raylib – Vala Binding Reference + + + + +
+ +
+

UP

+
+

Description:

+
UP +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.V.html b/docs/raylib/Raylib.Keyboard.V.html new file mode 100644 index 0000000..e10be3b --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.V.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.V – raylib – Vala Binding Reference + + + + +
+ +
+

V

+
+

Description:

+
V +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.W.html b/docs/raylib/Raylib.Keyboard.W.html new file mode 100644 index 0000000..15edb74 --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.W.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.W – raylib – Vala Binding Reference + + + + +
+ +
+

W

+
+

Description:

+
W +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.X.html b/docs/raylib/Raylib.Keyboard.X.html new file mode 100644 index 0000000..a4c8680 --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.X.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.X – raylib – Vala Binding Reference + + + + +
+ +
+

X

+
+

Description:

+
X +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.Y.html b/docs/raylib/Raylib.Keyboard.Y.html new file mode 100644 index 0000000..fd33f9a --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.Y.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.Y – raylib – Vala Binding Reference + + + + +
+ +
+

Y

+
+

Description:

+
Y +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.Z.html b/docs/raylib/Raylib.Keyboard.Z.html new file mode 100644 index 0000000..3f2f148 --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.Z.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.Z – raylib – Vala Binding Reference + + + + +
+ +
+

Z

+
+

Description:

+
Z +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.ZERO.html b/docs/raylib/Raylib.Keyboard.ZERO.html new file mode 100644 index 0000000..82bba4a --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.ZERO.html @@ -0,0 +1,47 @@ + + + + + Raylib.Keyboard.ZERO – raylib – Vala Binding Reference + + + + +
+ +
+

ZERO

+
+

Description:

+
ZERO +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Keyboard.html b/docs/raylib/Raylib.Keyboard.html new file mode 100644 index 0000000..a967df1 --- /dev/null +++ b/docs/raylib/Raylib.Keyboard.html @@ -0,0 +1,261 @@ + + + + + Raylib.Keyboard – raylib – Vala Binding Reference + + + + +
+ + +

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.KeyboardKey.KEY_A.html b/docs/raylib/Raylib.KeyboardKey.KEY_A.html new file mode 100644 index 0000000..45ef930 --- /dev/null +++ b/docs/raylib/Raylib.KeyboardKey.KEY_A.html @@ -0,0 +1,47 @@ + + + + + Raylib.KeyboardKey.KEY_A – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_A

+
+

Description:

+
KEY_A = 65 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.KeyboardKey.KEY_APOSTROPHE.html b/docs/raylib/Raylib.KeyboardKey.KEY_APOSTROPHE.html new file mode 100644 index 0000000..82aef86 --- /dev/null +++ b/docs/raylib/Raylib.KeyboardKey.KEY_APOSTROPHE.html @@ -0,0 +1,47 @@ + + + + + Raylib.KeyboardKey.KEY_APOSTROPHE – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_APOSTROPHE

+
+

Description:

+
KEY_APOSTROPHE = 39 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.KeyboardKey.KEY_B.html b/docs/raylib/Raylib.KeyboardKey.KEY_B.html new file mode 100644 index 0000000..3773e51 --- /dev/null +++ b/docs/raylib/Raylib.KeyboardKey.KEY_B.html @@ -0,0 +1,47 @@ + + + + + Raylib.KeyboardKey.KEY_B – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_B

+
+

Description:

+
KEY_B = 66 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.KeyboardKey.KEY_BACKSLASH.html b/docs/raylib/Raylib.KeyboardKey.KEY_BACKSLASH.html new file mode 100644 index 0000000..25abadf --- /dev/null +++ b/docs/raylib/Raylib.KeyboardKey.KEY_BACKSLASH.html @@ -0,0 +1,47 @@ + + + + + Raylib.KeyboardKey.KEY_BACKSLASH – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_BACKSLASH

+
+

Description:

+
KEY_BACKSLASH = 92 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.KeyboardKey.KEY_BACKSPACE.html b/docs/raylib/Raylib.KeyboardKey.KEY_BACKSPACE.html new file mode 100644 index 0000000..e8890c5 --- /dev/null +++ b/docs/raylib/Raylib.KeyboardKey.KEY_BACKSPACE.html @@ -0,0 +1,47 @@ + + + + + Raylib.KeyboardKey.KEY_BACKSPACE – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_BACKSPACE

+
+

Description:

+
KEY_BACKSPACE = 259 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.KeyboardKey.KEY_C.html b/docs/raylib/Raylib.KeyboardKey.KEY_C.html new file mode 100644 index 0000000..c2131ae --- /dev/null +++ b/docs/raylib/Raylib.KeyboardKey.KEY_C.html @@ -0,0 +1,47 @@ + + + + + Raylib.KeyboardKey.KEY_C – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_C

+
+

Description:

+
KEY_C = 67 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.KeyboardKey.KEY_CAPS_LOCK.html b/docs/raylib/Raylib.KeyboardKey.KEY_CAPS_LOCK.html new file mode 100644 index 0000000..1eab332 --- /dev/null +++ b/docs/raylib/Raylib.KeyboardKey.KEY_CAPS_LOCK.html @@ -0,0 +1,47 @@ + + + + + Raylib.KeyboardKey.KEY_CAPS_LOCK – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_CAPS_LOCK

+
+

Description:

+
KEY_CAPS_LOCK = 280 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.KeyboardKey.KEY_COMMA.html b/docs/raylib/Raylib.KeyboardKey.KEY_COMMA.html new file mode 100644 index 0000000..9e917bb --- /dev/null +++ b/docs/raylib/Raylib.KeyboardKey.KEY_COMMA.html @@ -0,0 +1,47 @@ + + + + + Raylib.KeyboardKey.KEY_COMMA – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_COMMA

+
+

Description:

+
KEY_COMMA = 44 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.KeyboardKey.KEY_D.html b/docs/raylib/Raylib.KeyboardKey.KEY_D.html new file mode 100644 index 0000000..cff7298 --- /dev/null +++ b/docs/raylib/Raylib.KeyboardKey.KEY_D.html @@ -0,0 +1,47 @@ + + + + + Raylib.KeyboardKey.KEY_D – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_D

+
+

Description:

+
KEY_D = 68 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.KeyboardKey.KEY_DELETE.html b/docs/raylib/Raylib.KeyboardKey.KEY_DELETE.html new file mode 100644 index 0000000..99732e2 --- /dev/null +++ b/docs/raylib/Raylib.KeyboardKey.KEY_DELETE.html @@ -0,0 +1,47 @@ + + + + + Raylib.KeyboardKey.KEY_DELETE – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_DELETE

+
+

Description:

+
KEY_DELETE = 261 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.KeyboardKey.KEY_DOWN.html b/docs/raylib/Raylib.KeyboardKey.KEY_DOWN.html new file mode 100644 index 0000000..f6859f6 --- /dev/null +++ b/docs/raylib/Raylib.KeyboardKey.KEY_DOWN.html @@ -0,0 +1,47 @@ + + + + + Raylib.KeyboardKey.KEY_DOWN – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_DOWN

+
+

Description:

+
KEY_DOWN +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.KeyboardKey.KEY_E.html b/docs/raylib/Raylib.KeyboardKey.KEY_E.html new file mode 100644 index 0000000..ec15da6 --- /dev/null +++ b/docs/raylib/Raylib.KeyboardKey.KEY_E.html @@ -0,0 +1,47 @@ + + + + + Raylib.KeyboardKey.KEY_E – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_E

+
+

Description:

+
KEY_E = 69 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.KeyboardKey.KEY_EIGHT.html b/docs/raylib/Raylib.KeyboardKey.KEY_EIGHT.html new file mode 100644 index 0000000..eefe5fd --- /dev/null +++ b/docs/raylib/Raylib.KeyboardKey.KEY_EIGHT.html @@ -0,0 +1,47 @@ + + + + + Raylib.KeyboardKey.KEY_EIGHT – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_EIGHT

+
+

Description:

+
KEY_EIGHT = 56 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.KeyboardKey.KEY_END.html b/docs/raylib/Raylib.KeyboardKey.KEY_END.html new file mode 100644 index 0000000..59a4062 --- /dev/null +++ b/docs/raylib/Raylib.KeyboardKey.KEY_END.html @@ -0,0 +1,47 @@ + + + + + Raylib.KeyboardKey.KEY_END – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_END

+
+

Description:

+
KEY_END = 269 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.KeyboardKey.KEY_ENTER.html b/docs/raylib/Raylib.KeyboardKey.KEY_ENTER.html new file mode 100644 index 0000000..5436759 --- /dev/null +++ b/docs/raylib/Raylib.KeyboardKey.KEY_ENTER.html @@ -0,0 +1,47 @@ + + + + + Raylib.KeyboardKey.KEY_ENTER – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_ENTER

+
+

Description:

+
KEY_ENTER = 257 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.KeyboardKey.KEY_EQUAL.html b/docs/raylib/Raylib.KeyboardKey.KEY_EQUAL.html new file mode 100644 index 0000000..33a6e17 --- /dev/null +++ b/docs/raylib/Raylib.KeyboardKey.KEY_EQUAL.html @@ -0,0 +1,47 @@ + + + + + Raylib.KeyboardKey.KEY_EQUAL – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_EQUAL

+
+

Description:

+
KEY_EQUAL = 61 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.KeyboardKey.KEY_ESCAPE.html b/docs/raylib/Raylib.KeyboardKey.KEY_ESCAPE.html new file mode 100644 index 0000000..ca74b08 --- /dev/null +++ b/docs/raylib/Raylib.KeyboardKey.KEY_ESCAPE.html @@ -0,0 +1,47 @@ + + + + + Raylib.KeyboardKey.KEY_ESCAPE – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_ESCAPE

+
+

Description:

+
KEY_ESCAPE = 256 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.KeyboardKey.KEY_F.html b/docs/raylib/Raylib.KeyboardKey.KEY_F.html new file mode 100644 index 0000000..c6f4aa6 --- /dev/null +++ b/docs/raylib/Raylib.KeyboardKey.KEY_F.html @@ -0,0 +1,47 @@ + + + + + Raylib.KeyboardKey.KEY_F – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_F

+
+

Description:

+
KEY_F = 70 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.KeyboardKey.KEY_F1.html b/docs/raylib/Raylib.KeyboardKey.KEY_F1.html new file mode 100644 index 0000000..d74d172 --- /dev/null +++ b/docs/raylib/Raylib.KeyboardKey.KEY_F1.html @@ -0,0 +1,47 @@ + + + + + Raylib.KeyboardKey.KEY_F1 – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_F1

+
+

Description:

+
KEY_F1 = 290 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.KeyboardKey.KEY_F10.html b/docs/raylib/Raylib.KeyboardKey.KEY_F10.html new file mode 100644 index 0000000..247ae9b --- /dev/null +++ b/docs/raylib/Raylib.KeyboardKey.KEY_F10.html @@ -0,0 +1,47 @@ + + + + + Raylib.KeyboardKey.KEY_F10 – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_F10

+
+

Description:

+
KEY_F10 = 299 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.KeyboardKey.KEY_F11.html b/docs/raylib/Raylib.KeyboardKey.KEY_F11.html new file mode 100644 index 0000000..3254f0e --- /dev/null +++ b/docs/raylib/Raylib.KeyboardKey.KEY_F11.html @@ -0,0 +1,47 @@ + + + + + Raylib.KeyboardKey.KEY_F11 – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_F11

+
+

Description:

+
KEY_F11 = 300 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.KeyboardKey.KEY_F12.html b/docs/raylib/Raylib.KeyboardKey.KEY_F12.html new file mode 100644 index 0000000..963f673 --- /dev/null +++ b/docs/raylib/Raylib.KeyboardKey.KEY_F12.html @@ -0,0 +1,47 @@ + + + + + Raylib.KeyboardKey.KEY_F12 – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_F12

+
+

Description:

+
KEY_F12 = 301 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.KeyboardKey.KEY_F2.html b/docs/raylib/Raylib.KeyboardKey.KEY_F2.html new file mode 100644 index 0000000..861760b --- /dev/null +++ b/docs/raylib/Raylib.KeyboardKey.KEY_F2.html @@ -0,0 +1,47 @@ + + + + + Raylib.KeyboardKey.KEY_F2 – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_F2

+
+

Description:

+
KEY_F2 = 291 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.KeyboardKey.KEY_F3.html b/docs/raylib/Raylib.KeyboardKey.KEY_F3.html new file mode 100644 index 0000000..5c56a13 --- /dev/null +++ b/docs/raylib/Raylib.KeyboardKey.KEY_F3.html @@ -0,0 +1,47 @@ + + + + + Raylib.KeyboardKey.KEY_F3 – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_F3

+
+

Description:

+
KEY_F3 = 292 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.KeyboardKey.KEY_F4.html b/docs/raylib/Raylib.KeyboardKey.KEY_F4.html new file mode 100644 index 0000000..9d28b41 --- /dev/null +++ b/docs/raylib/Raylib.KeyboardKey.KEY_F4.html @@ -0,0 +1,47 @@ + + + + + Raylib.KeyboardKey.KEY_F4 – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_F4

+
+

Description:

+
KEY_F4 = 293 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.KeyboardKey.KEY_F5.html b/docs/raylib/Raylib.KeyboardKey.KEY_F5.html new file mode 100644 index 0000000..824c273 --- /dev/null +++ b/docs/raylib/Raylib.KeyboardKey.KEY_F5.html @@ -0,0 +1,47 @@ + + + + + Raylib.KeyboardKey.KEY_F5 – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_F5

+
+

Description:

+
KEY_F5 = 294 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.KeyboardKey.KEY_F6.html b/docs/raylib/Raylib.KeyboardKey.KEY_F6.html new file mode 100644 index 0000000..4bcbce7 --- /dev/null +++ b/docs/raylib/Raylib.KeyboardKey.KEY_F6.html @@ -0,0 +1,47 @@ + + + + + Raylib.KeyboardKey.KEY_F6 – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_F6

+
+

Description:

+
KEY_F6 = 295 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.KeyboardKey.KEY_F7.html b/docs/raylib/Raylib.KeyboardKey.KEY_F7.html new file mode 100644 index 0000000..6e278ad --- /dev/null +++ b/docs/raylib/Raylib.KeyboardKey.KEY_F7.html @@ -0,0 +1,47 @@ + + + + + Raylib.KeyboardKey.KEY_F7 – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_F7

+
+

Description:

+
KEY_F7 = 296 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.KeyboardKey.KEY_F8.html b/docs/raylib/Raylib.KeyboardKey.KEY_F8.html new file mode 100644 index 0000000..311d80e --- /dev/null +++ b/docs/raylib/Raylib.KeyboardKey.KEY_F8.html @@ -0,0 +1,47 @@ + + + + + Raylib.KeyboardKey.KEY_F8 – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_F8

+
+

Description:

+
KEY_F8 = 297 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.KeyboardKey.KEY_F9.html b/docs/raylib/Raylib.KeyboardKey.KEY_F9.html new file mode 100644 index 0000000..61bb4ee --- /dev/null +++ b/docs/raylib/Raylib.KeyboardKey.KEY_F9.html @@ -0,0 +1,47 @@ + + + + + Raylib.KeyboardKey.KEY_F9 – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_F9

+
+

Description:

+
KEY_F9 = 298 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.KeyboardKey.KEY_FIVE.html b/docs/raylib/Raylib.KeyboardKey.KEY_FIVE.html new file mode 100644 index 0000000..e255b48 --- /dev/null +++ b/docs/raylib/Raylib.KeyboardKey.KEY_FIVE.html @@ -0,0 +1,47 @@ + + + + + Raylib.KeyboardKey.KEY_FIVE – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_FIVE

+
+

Description:

+
KEY_FIVE = 53 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.KeyboardKey.KEY_FOUR.html b/docs/raylib/Raylib.KeyboardKey.KEY_FOUR.html new file mode 100644 index 0000000..a90af0c --- /dev/null +++ b/docs/raylib/Raylib.KeyboardKey.KEY_FOUR.html @@ -0,0 +1,47 @@ + + + + + Raylib.KeyboardKey.KEY_FOUR – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_FOUR

+
+

Description:

+
KEY_FOUR = 52 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.KeyboardKey.KEY_G.html b/docs/raylib/Raylib.KeyboardKey.KEY_G.html new file mode 100644 index 0000000..94c38c5 --- /dev/null +++ b/docs/raylib/Raylib.KeyboardKey.KEY_G.html @@ -0,0 +1,47 @@ + + + + + Raylib.KeyboardKey.KEY_G – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_G

+
+

Description:

+
KEY_G = 71 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.KeyboardKey.KEY_GRAVE.html b/docs/raylib/Raylib.KeyboardKey.KEY_GRAVE.html new file mode 100644 index 0000000..20b8443 --- /dev/null +++ b/docs/raylib/Raylib.KeyboardKey.KEY_GRAVE.html @@ -0,0 +1,47 @@ + + + + + Raylib.KeyboardKey.KEY_GRAVE – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_GRAVE

+
+

Description:

+
KEY_GRAVE = 96 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.KeyboardKey.KEY_H.html b/docs/raylib/Raylib.KeyboardKey.KEY_H.html new file mode 100644 index 0000000..5f25758 --- /dev/null +++ b/docs/raylib/Raylib.KeyboardKey.KEY_H.html @@ -0,0 +1,47 @@ + + + + + Raylib.KeyboardKey.KEY_H – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_H

+
+

Description:

+
KEY_H = 72 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.KeyboardKey.KEY_HOME.html b/docs/raylib/Raylib.KeyboardKey.KEY_HOME.html new file mode 100644 index 0000000..2d37f93 --- /dev/null +++ b/docs/raylib/Raylib.KeyboardKey.KEY_HOME.html @@ -0,0 +1,47 @@ + + + + + Raylib.KeyboardKey.KEY_HOME – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_HOME

+
+

Description:

+
KEY_HOME = 268 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.KeyboardKey.KEY_I.html b/docs/raylib/Raylib.KeyboardKey.KEY_I.html new file mode 100644 index 0000000..5817c2b --- /dev/null +++ b/docs/raylib/Raylib.KeyboardKey.KEY_I.html @@ -0,0 +1,47 @@ + + + + + Raylib.KeyboardKey.KEY_I – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_I

+
+

Description:

+
KEY_I = 73 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.KeyboardKey.KEY_INSERT.html b/docs/raylib/Raylib.KeyboardKey.KEY_INSERT.html new file mode 100644 index 0000000..ca569d6 --- /dev/null +++ b/docs/raylib/Raylib.KeyboardKey.KEY_INSERT.html @@ -0,0 +1,47 @@ + + + + + Raylib.KeyboardKey.KEY_INSERT – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_INSERT

+
+

Description:

+
KEY_INSERT = 260 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.KeyboardKey.KEY_J.html b/docs/raylib/Raylib.KeyboardKey.KEY_J.html new file mode 100644 index 0000000..2c9723f --- /dev/null +++ b/docs/raylib/Raylib.KeyboardKey.KEY_J.html @@ -0,0 +1,47 @@ + + + + + Raylib.KeyboardKey.KEY_J – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_J

+
+

Description:

+
KEY_J = 74 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.KeyboardKey.KEY_K.html b/docs/raylib/Raylib.KeyboardKey.KEY_K.html new file mode 100644 index 0000000..b8ebb99 --- /dev/null +++ b/docs/raylib/Raylib.KeyboardKey.KEY_K.html @@ -0,0 +1,47 @@ + + + + + Raylib.KeyboardKey.KEY_K – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_K

+
+

Description:

+
KEY_K = 75 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.KeyboardKey.KEY_KB_MENU.html b/docs/raylib/Raylib.KeyboardKey.KEY_KB_MENU.html new file mode 100644 index 0000000..b4360ad --- /dev/null +++ b/docs/raylib/Raylib.KeyboardKey.KEY_KB_MENU.html @@ -0,0 +1,47 @@ + + + + + Raylib.KeyboardKey.KEY_KB_MENU – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_KB_MENU

+
+

Description:

+
KEY_KB_MENU = 348 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.KeyboardKey.KEY_KP_0.html b/docs/raylib/Raylib.KeyboardKey.KEY_KP_0.html new file mode 100644 index 0000000..a6c6950 --- /dev/null +++ b/docs/raylib/Raylib.KeyboardKey.KEY_KP_0.html @@ -0,0 +1,47 @@ + + + + + Raylib.KeyboardKey.KEY_KP_0 – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_KP_0

+
+

Description:

+
KEY_KP_0 = 320 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.KeyboardKey.KEY_KP_1.html b/docs/raylib/Raylib.KeyboardKey.KEY_KP_1.html new file mode 100644 index 0000000..7b4c21c --- /dev/null +++ b/docs/raylib/Raylib.KeyboardKey.KEY_KP_1.html @@ -0,0 +1,47 @@ + + + + + Raylib.KeyboardKey.KEY_KP_1 – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_KP_1

+
+

Description:

+
KEY_KP_1 = 321 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.KeyboardKey.KEY_KP_2.html b/docs/raylib/Raylib.KeyboardKey.KEY_KP_2.html new file mode 100644 index 0000000..2a1236c --- /dev/null +++ b/docs/raylib/Raylib.KeyboardKey.KEY_KP_2.html @@ -0,0 +1,47 @@ + + + + + Raylib.KeyboardKey.KEY_KP_2 – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_KP_2

+
+

Description:

+
KEY_KP_2 = 322 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.KeyboardKey.KEY_KP_3.html b/docs/raylib/Raylib.KeyboardKey.KEY_KP_3.html new file mode 100644 index 0000000..88e6f68 --- /dev/null +++ b/docs/raylib/Raylib.KeyboardKey.KEY_KP_3.html @@ -0,0 +1,47 @@ + + + + + Raylib.KeyboardKey.KEY_KP_3 – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_KP_3

+
+

Description:

+
KEY_KP_3 = 323 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.KeyboardKey.KEY_KP_4.html b/docs/raylib/Raylib.KeyboardKey.KEY_KP_4.html new file mode 100644 index 0000000..58e6af8 --- /dev/null +++ b/docs/raylib/Raylib.KeyboardKey.KEY_KP_4.html @@ -0,0 +1,47 @@ + + + + + Raylib.KeyboardKey.KEY_KP_4 – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_KP_4

+
+

Description:

+
KEY_KP_4 = 324 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.KeyboardKey.KEY_KP_5.html b/docs/raylib/Raylib.KeyboardKey.KEY_KP_5.html new file mode 100644 index 0000000..ac5cf61 --- /dev/null +++ b/docs/raylib/Raylib.KeyboardKey.KEY_KP_5.html @@ -0,0 +1,47 @@ + + + + + Raylib.KeyboardKey.KEY_KP_5 – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_KP_5

+
+

Description:

+
KEY_KP_5 = 325 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.KeyboardKey.KEY_KP_6.html b/docs/raylib/Raylib.KeyboardKey.KEY_KP_6.html new file mode 100644 index 0000000..8dc2b81 --- /dev/null +++ b/docs/raylib/Raylib.KeyboardKey.KEY_KP_6.html @@ -0,0 +1,47 @@ + + + + + Raylib.KeyboardKey.KEY_KP_6 – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_KP_6

+
+

Description:

+
KEY_KP_6 = 326 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.KeyboardKey.KEY_KP_7.html b/docs/raylib/Raylib.KeyboardKey.KEY_KP_7.html new file mode 100644 index 0000000..4a7dbaf --- /dev/null +++ b/docs/raylib/Raylib.KeyboardKey.KEY_KP_7.html @@ -0,0 +1,47 @@ + + + + + Raylib.KeyboardKey.KEY_KP_7 – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_KP_7

+
+

Description:

+
KEY_KP_7 = 327 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.KeyboardKey.KEY_KP_8.html b/docs/raylib/Raylib.KeyboardKey.KEY_KP_8.html new file mode 100644 index 0000000..fc25624 --- /dev/null +++ b/docs/raylib/Raylib.KeyboardKey.KEY_KP_8.html @@ -0,0 +1,47 @@ + + + + + Raylib.KeyboardKey.KEY_KP_8 – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_KP_8

+
+

Description:

+
KEY_KP_8 = 328 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.KeyboardKey.KEY_KP_9.html b/docs/raylib/Raylib.KeyboardKey.KEY_KP_9.html new file mode 100644 index 0000000..0e1828e --- /dev/null +++ b/docs/raylib/Raylib.KeyboardKey.KEY_KP_9.html @@ -0,0 +1,47 @@ + + + + + Raylib.KeyboardKey.KEY_KP_9 – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_KP_9

+
+

Description:

+
KEY_KP_9 = 329 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.KeyboardKey.KEY_KP_ADD.html b/docs/raylib/Raylib.KeyboardKey.KEY_KP_ADD.html new file mode 100644 index 0000000..3f0234a --- /dev/null +++ b/docs/raylib/Raylib.KeyboardKey.KEY_KP_ADD.html @@ -0,0 +1,47 @@ + + + + + Raylib.KeyboardKey.KEY_KP_ADD – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_KP_ADD

+
+

Description:

+
KEY_KP_ADD = 334 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.KeyboardKey.KEY_KP_DECIMAL.html b/docs/raylib/Raylib.KeyboardKey.KEY_KP_DECIMAL.html new file mode 100644 index 0000000..f1be872 --- /dev/null +++ b/docs/raylib/Raylib.KeyboardKey.KEY_KP_DECIMAL.html @@ -0,0 +1,47 @@ + + + + + Raylib.KeyboardKey.KEY_KP_DECIMAL – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_KP_DECIMAL

+
+

Description:

+
KEY_KP_DECIMAL = 330 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.KeyboardKey.KEY_KP_DIVIDE.html b/docs/raylib/Raylib.KeyboardKey.KEY_KP_DIVIDE.html new file mode 100644 index 0000000..07e1343 --- /dev/null +++ b/docs/raylib/Raylib.KeyboardKey.KEY_KP_DIVIDE.html @@ -0,0 +1,47 @@ + + + + + Raylib.KeyboardKey.KEY_KP_DIVIDE – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_KP_DIVIDE

+
+

Description:

+
KEY_KP_DIVIDE = 331 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.KeyboardKey.KEY_KP_ENTER.html b/docs/raylib/Raylib.KeyboardKey.KEY_KP_ENTER.html new file mode 100644 index 0000000..2868521 --- /dev/null +++ b/docs/raylib/Raylib.KeyboardKey.KEY_KP_ENTER.html @@ -0,0 +1,47 @@ + + + + + Raylib.KeyboardKey.KEY_KP_ENTER – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_KP_ENTER

+
+

Description:

+
KEY_KP_ENTER = 335 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.KeyboardKey.KEY_KP_EQUAL.html b/docs/raylib/Raylib.KeyboardKey.KEY_KP_EQUAL.html new file mode 100644 index 0000000..47922f9 --- /dev/null +++ b/docs/raylib/Raylib.KeyboardKey.KEY_KP_EQUAL.html @@ -0,0 +1,47 @@ + + + + + Raylib.KeyboardKey.KEY_KP_EQUAL – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_KP_EQUAL

+
+

Description:

+
KEY_KP_EQUAL = 336 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.KeyboardKey.KEY_KP_MULTIPLY.html b/docs/raylib/Raylib.KeyboardKey.KEY_KP_MULTIPLY.html new file mode 100644 index 0000000..cdc29ae --- /dev/null +++ b/docs/raylib/Raylib.KeyboardKey.KEY_KP_MULTIPLY.html @@ -0,0 +1,47 @@ + + + + + Raylib.KeyboardKey.KEY_KP_MULTIPLY – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_KP_MULTIPLY

+
+

Description:

+
KEY_KP_MULTIPLY = 332 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.KeyboardKey.KEY_KP_SUBTRACT.html b/docs/raylib/Raylib.KeyboardKey.KEY_KP_SUBTRACT.html new file mode 100644 index 0000000..d4bed59 --- /dev/null +++ b/docs/raylib/Raylib.KeyboardKey.KEY_KP_SUBTRACT.html @@ -0,0 +1,47 @@ + + + + + Raylib.KeyboardKey.KEY_KP_SUBTRACT – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_KP_SUBTRACT

+
+

Description:

+
KEY_KP_SUBTRACT = 333 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.KeyboardKey.KEY_L.html b/docs/raylib/Raylib.KeyboardKey.KEY_L.html new file mode 100644 index 0000000..e3195d0 --- /dev/null +++ b/docs/raylib/Raylib.KeyboardKey.KEY_L.html @@ -0,0 +1,47 @@ + + + + + Raylib.KeyboardKey.KEY_L – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_L

+
+

Description:

+
KEY_L = 76 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.KeyboardKey.KEY_LEFT.html b/docs/raylib/Raylib.KeyboardKey.KEY_LEFT.html new file mode 100644 index 0000000..71caf19 --- /dev/null +++ b/docs/raylib/Raylib.KeyboardKey.KEY_LEFT.html @@ -0,0 +1,47 @@ + + + + + Raylib.KeyboardKey.KEY_LEFT – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_LEFT

+
+

Description:

+
KEY_LEFT +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.KeyboardKey.KEY_LEFT_ALT.html b/docs/raylib/Raylib.KeyboardKey.KEY_LEFT_ALT.html new file mode 100644 index 0000000..b958459 --- /dev/null +++ b/docs/raylib/Raylib.KeyboardKey.KEY_LEFT_ALT.html @@ -0,0 +1,47 @@ + + + + + Raylib.KeyboardKey.KEY_LEFT_ALT – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_LEFT_ALT

+
+

Description:

+
KEY_LEFT_ALT = 342 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.KeyboardKey.KEY_LEFT_BRACKET.html b/docs/raylib/Raylib.KeyboardKey.KEY_LEFT_BRACKET.html new file mode 100644 index 0000000..2ebb35e --- /dev/null +++ b/docs/raylib/Raylib.KeyboardKey.KEY_LEFT_BRACKET.html @@ -0,0 +1,47 @@ + + + + + Raylib.KeyboardKey.KEY_LEFT_BRACKET – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_LEFT_BRACKET

+
+

Description:

+
KEY_LEFT_BRACKET = 91 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.KeyboardKey.KEY_LEFT_CONTROL.html b/docs/raylib/Raylib.KeyboardKey.KEY_LEFT_CONTROL.html new file mode 100644 index 0000000..da2d5a0 --- /dev/null +++ b/docs/raylib/Raylib.KeyboardKey.KEY_LEFT_CONTROL.html @@ -0,0 +1,47 @@ + + + + + Raylib.KeyboardKey.KEY_LEFT_CONTROL – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_LEFT_CONTROL

+
+

Description:

+
KEY_LEFT_CONTROL = 341 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.KeyboardKey.KEY_LEFT_SHIFT.html b/docs/raylib/Raylib.KeyboardKey.KEY_LEFT_SHIFT.html new file mode 100644 index 0000000..c8decc4 --- /dev/null +++ b/docs/raylib/Raylib.KeyboardKey.KEY_LEFT_SHIFT.html @@ -0,0 +1,47 @@ + + + + + Raylib.KeyboardKey.KEY_LEFT_SHIFT – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_LEFT_SHIFT

+
+

Description:

+
KEY_LEFT_SHIFT = 340 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.KeyboardKey.KEY_LEFT_SUPER.html b/docs/raylib/Raylib.KeyboardKey.KEY_LEFT_SUPER.html new file mode 100644 index 0000000..adc5adc --- /dev/null +++ b/docs/raylib/Raylib.KeyboardKey.KEY_LEFT_SUPER.html @@ -0,0 +1,47 @@ + + + + + Raylib.KeyboardKey.KEY_LEFT_SUPER – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_LEFT_SUPER

+
+

Description:

+
KEY_LEFT_SUPER = 343 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.KeyboardKey.KEY_M.html b/docs/raylib/Raylib.KeyboardKey.KEY_M.html new file mode 100644 index 0000000..dc72415 --- /dev/null +++ b/docs/raylib/Raylib.KeyboardKey.KEY_M.html @@ -0,0 +1,47 @@ + + + + + Raylib.KeyboardKey.KEY_M – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_M

+
+

Description:

+
KEY_M = 77 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.KeyboardKey.KEY_MINUS.html b/docs/raylib/Raylib.KeyboardKey.KEY_MINUS.html new file mode 100644 index 0000000..1e7a51d --- /dev/null +++ b/docs/raylib/Raylib.KeyboardKey.KEY_MINUS.html @@ -0,0 +1,47 @@ + + + + + Raylib.KeyboardKey.KEY_MINUS – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_MINUS

+
+

Description:

+
KEY_MINUS = 45 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.KeyboardKey.KEY_N.html b/docs/raylib/Raylib.KeyboardKey.KEY_N.html new file mode 100644 index 0000000..464fb96 --- /dev/null +++ b/docs/raylib/Raylib.KeyboardKey.KEY_N.html @@ -0,0 +1,47 @@ + + + + + Raylib.KeyboardKey.KEY_N – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_N

+
+

Description:

+
KEY_N = 78 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.KeyboardKey.KEY_NINE.html b/docs/raylib/Raylib.KeyboardKey.KEY_NINE.html new file mode 100644 index 0000000..045119b --- /dev/null +++ b/docs/raylib/Raylib.KeyboardKey.KEY_NINE.html @@ -0,0 +1,47 @@ + + + + + Raylib.KeyboardKey.KEY_NINE – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_NINE

+
+

Description:

+
KEY_NINE = 57 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.KeyboardKey.KEY_NUM_LOCK.html b/docs/raylib/Raylib.KeyboardKey.KEY_NUM_LOCK.html new file mode 100644 index 0000000..3ef97aa --- /dev/null +++ b/docs/raylib/Raylib.KeyboardKey.KEY_NUM_LOCK.html @@ -0,0 +1,47 @@ + + + + + Raylib.KeyboardKey.KEY_NUM_LOCK – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_NUM_LOCK

+
+

Description:

+
KEY_NUM_LOCK = 282 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.KeyboardKey.KEY_O.html b/docs/raylib/Raylib.KeyboardKey.KEY_O.html new file mode 100644 index 0000000..7ddf3f7 --- /dev/null +++ b/docs/raylib/Raylib.KeyboardKey.KEY_O.html @@ -0,0 +1,47 @@ + + + + + Raylib.KeyboardKey.KEY_O – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_O

+
+

Description:

+
KEY_O = 79 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.KeyboardKey.KEY_ONE.html b/docs/raylib/Raylib.KeyboardKey.KEY_ONE.html new file mode 100644 index 0000000..753c93f --- /dev/null +++ b/docs/raylib/Raylib.KeyboardKey.KEY_ONE.html @@ -0,0 +1,47 @@ + + + + + Raylib.KeyboardKey.KEY_ONE – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_ONE

+
+

Description:

+
KEY_ONE = 49 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.KeyboardKey.KEY_P.html b/docs/raylib/Raylib.KeyboardKey.KEY_P.html new file mode 100644 index 0000000..9ed0c59 --- /dev/null +++ b/docs/raylib/Raylib.KeyboardKey.KEY_P.html @@ -0,0 +1,47 @@ + + + + + Raylib.KeyboardKey.KEY_P – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_P

+
+

Description:

+
KEY_P = 80 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.KeyboardKey.KEY_PAGE_DOWN.html b/docs/raylib/Raylib.KeyboardKey.KEY_PAGE_DOWN.html new file mode 100644 index 0000000..bc96ae8 --- /dev/null +++ b/docs/raylib/Raylib.KeyboardKey.KEY_PAGE_DOWN.html @@ -0,0 +1,47 @@ + + + + + Raylib.KeyboardKey.KEY_PAGE_DOWN – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_PAGE_DOWN

+
+

Description:

+
KEY_PAGE_DOWN = 267 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.KeyboardKey.KEY_PAGE_UP.html b/docs/raylib/Raylib.KeyboardKey.KEY_PAGE_UP.html new file mode 100644 index 0000000..5b2b4ed --- /dev/null +++ b/docs/raylib/Raylib.KeyboardKey.KEY_PAGE_UP.html @@ -0,0 +1,47 @@ + + + + + Raylib.KeyboardKey.KEY_PAGE_UP – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_PAGE_UP

+
+

Description:

+
KEY_PAGE_UP = 266 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.KeyboardKey.KEY_PAUSE.html b/docs/raylib/Raylib.KeyboardKey.KEY_PAUSE.html new file mode 100644 index 0000000..8a20738 --- /dev/null +++ b/docs/raylib/Raylib.KeyboardKey.KEY_PAUSE.html @@ -0,0 +1,47 @@ + + + + + Raylib.KeyboardKey.KEY_PAUSE – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_PAUSE

+
+

Description:

+
KEY_PAUSE = 284 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.KeyboardKey.KEY_PERIOD.html b/docs/raylib/Raylib.KeyboardKey.KEY_PERIOD.html new file mode 100644 index 0000000..da454d7 --- /dev/null +++ b/docs/raylib/Raylib.KeyboardKey.KEY_PERIOD.html @@ -0,0 +1,47 @@ + + + + + Raylib.KeyboardKey.KEY_PERIOD – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_PERIOD

+
+

Description:

+
KEY_PERIOD = 46 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.KeyboardKey.KEY_PRINT_SCREEN.html b/docs/raylib/Raylib.KeyboardKey.KEY_PRINT_SCREEN.html new file mode 100644 index 0000000..96f5565 --- /dev/null +++ b/docs/raylib/Raylib.KeyboardKey.KEY_PRINT_SCREEN.html @@ -0,0 +1,47 @@ + + + + + Raylib.KeyboardKey.KEY_PRINT_SCREEN – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_PRINT_SCREEN

+
+

Description:

+
KEY_PRINT_SCREEN = 283 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.KeyboardKey.KEY_Q.html b/docs/raylib/Raylib.KeyboardKey.KEY_Q.html new file mode 100644 index 0000000..2b2b909 --- /dev/null +++ b/docs/raylib/Raylib.KeyboardKey.KEY_Q.html @@ -0,0 +1,47 @@ + + + + + Raylib.KeyboardKey.KEY_Q – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_Q

+
+

Description:

+
KEY_Q = 81 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.KeyboardKey.KEY_R.html b/docs/raylib/Raylib.KeyboardKey.KEY_R.html new file mode 100644 index 0000000..0767cfd --- /dev/null +++ b/docs/raylib/Raylib.KeyboardKey.KEY_R.html @@ -0,0 +1,47 @@ + + + + + Raylib.KeyboardKey.KEY_R – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_R

+
+

Description:

+
KEY_R = 82 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.KeyboardKey.KEY_RIGHT.html b/docs/raylib/Raylib.KeyboardKey.KEY_RIGHT.html new file mode 100644 index 0000000..e052307 --- /dev/null +++ b/docs/raylib/Raylib.KeyboardKey.KEY_RIGHT.html @@ -0,0 +1,47 @@ + + + + + Raylib.KeyboardKey.KEY_RIGHT – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_RIGHT

+
+

Description:

+
KEY_RIGHT +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.KeyboardKey.KEY_RIGHT_ALT.html b/docs/raylib/Raylib.KeyboardKey.KEY_RIGHT_ALT.html new file mode 100644 index 0000000..e1e8c8c --- /dev/null +++ b/docs/raylib/Raylib.KeyboardKey.KEY_RIGHT_ALT.html @@ -0,0 +1,47 @@ + + + + + Raylib.KeyboardKey.KEY_RIGHT_ALT – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_RIGHT_ALT

+
+

Description:

+
KEY_RIGHT_ALT = 346 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.KeyboardKey.KEY_RIGHT_BRACKET.html b/docs/raylib/Raylib.KeyboardKey.KEY_RIGHT_BRACKET.html new file mode 100644 index 0000000..c2f52ae --- /dev/null +++ b/docs/raylib/Raylib.KeyboardKey.KEY_RIGHT_BRACKET.html @@ -0,0 +1,47 @@ + + + + + Raylib.KeyboardKey.KEY_RIGHT_BRACKET – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_RIGHT_BRACKET

+
+

Description:

+
KEY_RIGHT_BRACKET = 93 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.KeyboardKey.KEY_RIGHT_CONTROL.html b/docs/raylib/Raylib.KeyboardKey.KEY_RIGHT_CONTROL.html new file mode 100644 index 0000000..ad96101 --- /dev/null +++ b/docs/raylib/Raylib.KeyboardKey.KEY_RIGHT_CONTROL.html @@ -0,0 +1,47 @@ + + + + + Raylib.KeyboardKey.KEY_RIGHT_CONTROL – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_RIGHT_CONTROL

+
+

Description:

+
KEY_RIGHT_CONTROL = 345 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.KeyboardKey.KEY_RIGHT_SHIFT.html b/docs/raylib/Raylib.KeyboardKey.KEY_RIGHT_SHIFT.html new file mode 100644 index 0000000..9034a22 --- /dev/null +++ b/docs/raylib/Raylib.KeyboardKey.KEY_RIGHT_SHIFT.html @@ -0,0 +1,47 @@ + + + + + Raylib.KeyboardKey.KEY_RIGHT_SHIFT – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_RIGHT_SHIFT

+
+

Description:

+
KEY_RIGHT_SHIFT = 344 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.KeyboardKey.KEY_RIGHT_SUPER.html b/docs/raylib/Raylib.KeyboardKey.KEY_RIGHT_SUPER.html new file mode 100644 index 0000000..fb55232 --- /dev/null +++ b/docs/raylib/Raylib.KeyboardKey.KEY_RIGHT_SUPER.html @@ -0,0 +1,47 @@ + + + + + Raylib.KeyboardKey.KEY_RIGHT_SUPER – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_RIGHT_SUPER

+
+

Description:

+
KEY_RIGHT_SUPER = 347 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.KeyboardKey.KEY_S.html b/docs/raylib/Raylib.KeyboardKey.KEY_S.html new file mode 100644 index 0000000..a6429e2 --- /dev/null +++ b/docs/raylib/Raylib.KeyboardKey.KEY_S.html @@ -0,0 +1,47 @@ + + + + + Raylib.KeyboardKey.KEY_S – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_S

+
+

Description:

+
KEY_S = 83 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.KeyboardKey.KEY_SCROLL_LOCK.html b/docs/raylib/Raylib.KeyboardKey.KEY_SCROLL_LOCK.html new file mode 100644 index 0000000..b34fef1 --- /dev/null +++ b/docs/raylib/Raylib.KeyboardKey.KEY_SCROLL_LOCK.html @@ -0,0 +1,47 @@ + + + + + Raylib.KeyboardKey.KEY_SCROLL_LOCK – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_SCROLL_LOCK

+
+

Description:

+
KEY_SCROLL_LOCK = 281 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.KeyboardKey.KEY_SEMICOLON.html b/docs/raylib/Raylib.KeyboardKey.KEY_SEMICOLON.html new file mode 100644 index 0000000..a11c6bf --- /dev/null +++ b/docs/raylib/Raylib.KeyboardKey.KEY_SEMICOLON.html @@ -0,0 +1,47 @@ + + + + + Raylib.KeyboardKey.KEY_SEMICOLON – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_SEMICOLON

+
+

Description:

+
KEY_SEMICOLON = 59 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.KeyboardKey.KEY_SEVEN.html b/docs/raylib/Raylib.KeyboardKey.KEY_SEVEN.html new file mode 100644 index 0000000..947f339 --- /dev/null +++ b/docs/raylib/Raylib.KeyboardKey.KEY_SEVEN.html @@ -0,0 +1,47 @@ + + + + + Raylib.KeyboardKey.KEY_SEVEN – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_SEVEN

+
+

Description:

+
KEY_SEVEN = 55 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.KeyboardKey.KEY_SIX.html b/docs/raylib/Raylib.KeyboardKey.KEY_SIX.html new file mode 100644 index 0000000..8fcff09 --- /dev/null +++ b/docs/raylib/Raylib.KeyboardKey.KEY_SIX.html @@ -0,0 +1,47 @@ + + + + + Raylib.KeyboardKey.KEY_SIX – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_SIX

+
+

Description:

+
KEY_SIX = 54 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.KeyboardKey.KEY_SLASH.html b/docs/raylib/Raylib.KeyboardKey.KEY_SLASH.html new file mode 100644 index 0000000..6a64ce9 --- /dev/null +++ b/docs/raylib/Raylib.KeyboardKey.KEY_SLASH.html @@ -0,0 +1,47 @@ + + + + + Raylib.KeyboardKey.KEY_SLASH – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_SLASH

+
+

Description:

+
KEY_SLASH = 47 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.KeyboardKey.KEY_SPACE.html b/docs/raylib/Raylib.KeyboardKey.KEY_SPACE.html new file mode 100644 index 0000000..f6fdb53 --- /dev/null +++ b/docs/raylib/Raylib.KeyboardKey.KEY_SPACE.html @@ -0,0 +1,47 @@ + + + + + Raylib.KeyboardKey.KEY_SPACE – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_SPACE

+
+

Description:

+
KEY_SPACE = 32 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.KeyboardKey.KEY_T.html b/docs/raylib/Raylib.KeyboardKey.KEY_T.html new file mode 100644 index 0000000..3369b77 --- /dev/null +++ b/docs/raylib/Raylib.KeyboardKey.KEY_T.html @@ -0,0 +1,47 @@ + + + + + Raylib.KeyboardKey.KEY_T – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_T

+
+

Description:

+
KEY_T = 84 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.KeyboardKey.KEY_TAB.html b/docs/raylib/Raylib.KeyboardKey.KEY_TAB.html new file mode 100644 index 0000000..9c203b3 --- /dev/null +++ b/docs/raylib/Raylib.KeyboardKey.KEY_TAB.html @@ -0,0 +1,47 @@ + + + + + Raylib.KeyboardKey.KEY_TAB – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_TAB

+
+

Description:

+
KEY_TAB = 258 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.KeyboardKey.KEY_THREE.html b/docs/raylib/Raylib.KeyboardKey.KEY_THREE.html new file mode 100644 index 0000000..74a5aa7 --- /dev/null +++ b/docs/raylib/Raylib.KeyboardKey.KEY_THREE.html @@ -0,0 +1,47 @@ + + + + + Raylib.KeyboardKey.KEY_THREE – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_THREE

+
+

Description:

+
KEY_THREE = 51 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.KeyboardKey.KEY_TWO.html b/docs/raylib/Raylib.KeyboardKey.KEY_TWO.html new file mode 100644 index 0000000..ff6723d --- /dev/null +++ b/docs/raylib/Raylib.KeyboardKey.KEY_TWO.html @@ -0,0 +1,47 @@ + + + + + Raylib.KeyboardKey.KEY_TWO – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_TWO

+
+

Description:

+
KEY_TWO = 50 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.KeyboardKey.KEY_U.html b/docs/raylib/Raylib.KeyboardKey.KEY_U.html new file mode 100644 index 0000000..cde0393 --- /dev/null +++ b/docs/raylib/Raylib.KeyboardKey.KEY_U.html @@ -0,0 +1,47 @@ + + + + + Raylib.KeyboardKey.KEY_U – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_U

+
+

Description:

+
KEY_U = 85 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.KeyboardKey.KEY_UP.html b/docs/raylib/Raylib.KeyboardKey.KEY_UP.html new file mode 100644 index 0000000..aec8319 --- /dev/null +++ b/docs/raylib/Raylib.KeyboardKey.KEY_UP.html @@ -0,0 +1,47 @@ + + + + + Raylib.KeyboardKey.KEY_UP – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_UP

+
+

Description:

+
KEY_UP +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.KeyboardKey.KEY_V.html b/docs/raylib/Raylib.KeyboardKey.KEY_V.html new file mode 100644 index 0000000..b932ba1 --- /dev/null +++ b/docs/raylib/Raylib.KeyboardKey.KEY_V.html @@ -0,0 +1,47 @@ + + + + + Raylib.KeyboardKey.KEY_V – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_V

+
+

Description:

+
KEY_V = 86 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.KeyboardKey.KEY_W.html b/docs/raylib/Raylib.KeyboardKey.KEY_W.html new file mode 100644 index 0000000..991e154 --- /dev/null +++ b/docs/raylib/Raylib.KeyboardKey.KEY_W.html @@ -0,0 +1,47 @@ + + + + + Raylib.KeyboardKey.KEY_W – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_W

+
+

Description:

+
KEY_W = 87 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.KeyboardKey.KEY_X.html b/docs/raylib/Raylib.KeyboardKey.KEY_X.html new file mode 100644 index 0000000..4872631 --- /dev/null +++ b/docs/raylib/Raylib.KeyboardKey.KEY_X.html @@ -0,0 +1,47 @@ + + + + + Raylib.KeyboardKey.KEY_X – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_X

+
+

Description:

+
KEY_X = 88 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.KeyboardKey.KEY_Y.html b/docs/raylib/Raylib.KeyboardKey.KEY_Y.html new file mode 100644 index 0000000..df07dbc --- /dev/null +++ b/docs/raylib/Raylib.KeyboardKey.KEY_Y.html @@ -0,0 +1,47 @@ + + + + + Raylib.KeyboardKey.KEY_Y – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_Y

+
+

Description:

+
KEY_Y = 89 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.KeyboardKey.KEY_Z.html b/docs/raylib/Raylib.KeyboardKey.KEY_Z.html new file mode 100644 index 0000000..9c2a999 --- /dev/null +++ b/docs/raylib/Raylib.KeyboardKey.KEY_Z.html @@ -0,0 +1,47 @@ + + + + + Raylib.KeyboardKey.KEY_Z – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_Z

+
+

Description:

+
KEY_Z = 90 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.KeyboardKey.KEY_ZERO.html b/docs/raylib/Raylib.KeyboardKey.KEY_ZERO.html new file mode 100644 index 0000000..6fc8f3a --- /dev/null +++ b/docs/raylib/Raylib.KeyboardKey.KEY_ZERO.html @@ -0,0 +1,47 @@ + + + + + Raylib.KeyboardKey.KEY_ZERO – raylib – Vala Binding Reference + + + + +
+ +
+

KEY_ZERO

+
+

Description:

+
KEY_ZERO = 48 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.KeyboardKey.html b/docs/raylib/Raylib.KeyboardKey.html new file mode 100644 index 0000000..a6d73ee --- /dev/null +++ b/docs/raylib/Raylib.KeyboardKey.html @@ -0,0 +1,261 @@ + + + + + Raylib.KeyboardKey – raylib – Vala Binding Reference + + + + +
+ + +

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.LIGHTGRAY.html b/docs/raylib/Raylib.LIGHTGRAY.html new file mode 100644 index 0000000..66cdf9b --- /dev/null +++ b/docs/raylib/Raylib.LIGHTGRAY.html @@ -0,0 +1,153 @@ + + + + + Raylib.LIGHTGRAY – raylib – Vala Binding Reference + + + + +
+ +
+

LIGHTGRAY

+
+

Description:

+
[ CCode ( cname = "LIGHTGRAY" ) ]
public const Color LIGHTGRAY +

+
Namespace: Raylib +
+
Package: raylib +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.LIME.html b/docs/raylib/Raylib.LIME.html new file mode 100644 index 0000000..d28b5a9 --- /dev/null +++ b/docs/raylib/Raylib.LIME.html @@ -0,0 +1,153 @@ + + + + + Raylib.LIME – raylib – Vala Binding Reference + + + + +
+ +
+

LIME

+
+

Description:

+
[ CCode ( cname = "LIME" ) ]
public const Color LIME +

+
Namespace: Raylib +
+
Package: raylib +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.MAGENTA.html b/docs/raylib/Raylib.MAGENTA.html new file mode 100644 index 0000000..c086fb6 --- /dev/null +++ b/docs/raylib/Raylib.MAGENTA.html @@ -0,0 +1,153 @@ + + + + + Raylib.MAGENTA – raylib – Vala Binding Reference + + + + +
+ +
+

MAGENTA

+
+

Description:

+
[ CCode ( cname = "MAGENTA" ) ]
public const Color MAGENTA +

+
Namespace: Raylib +
+
Package: raylib +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.MAROON.html b/docs/raylib/Raylib.MAROON.html new file mode 100644 index 0000000..bb41c96 --- /dev/null +++ b/docs/raylib/Raylib.MAROON.html @@ -0,0 +1,153 @@ + + + + + Raylib.MAROON – raylib – Vala Binding Reference + + + + +
+ +
+

MAROON

+
+

Description:

+
[ CCode ( cname = "MAROON" ) ]
public const Color MAROON +

+
Namespace: Raylib +
+
Package: raylib +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.MaterialMapType.MAP_ALBEDO.html b/docs/raylib/Raylib.MaterialMapType.MAP_ALBEDO.html new file mode 100644 index 0000000..749f563 --- /dev/null +++ b/docs/raylib/Raylib.MaterialMapType.MAP_ALBEDO.html @@ -0,0 +1,47 @@ + + + + + Raylib.MaterialMapType.MAP_ALBEDO – raylib – Vala Binding Reference + + + + +
+ +
+

MAP_ALBEDO

+
+

Description:

+
MAP_ALBEDO = 0 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.MaterialMapType.MAP_BRDF.html b/docs/raylib/Raylib.MaterialMapType.MAP_BRDF.html new file mode 100644 index 0000000..3555709 --- /dev/null +++ b/docs/raylib/Raylib.MaterialMapType.MAP_BRDF.html @@ -0,0 +1,47 @@ + + + + + Raylib.MaterialMapType.MAP_BRDF – raylib – Vala Binding Reference + + + + +
+ +
+

MAP_BRDF

+
+

Description:

+
MAP_BRDF +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.MaterialMapType.MAP_CUBEMAP.html b/docs/raylib/Raylib.MaterialMapType.MAP_CUBEMAP.html new file mode 100644 index 0000000..a8aaf3b --- /dev/null +++ b/docs/raylib/Raylib.MaterialMapType.MAP_CUBEMAP.html @@ -0,0 +1,47 @@ + + + + + Raylib.MaterialMapType.MAP_CUBEMAP – raylib – Vala Binding Reference + + + + +
+ +
+

MAP_CUBEMAP

+
+

Description:

+
MAP_CUBEMAP +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.MaterialMapType.MAP_EMISSION.html b/docs/raylib/Raylib.MaterialMapType.MAP_EMISSION.html new file mode 100644 index 0000000..33459cc --- /dev/null +++ b/docs/raylib/Raylib.MaterialMapType.MAP_EMISSION.html @@ -0,0 +1,47 @@ + + + + + Raylib.MaterialMapType.MAP_EMISSION – raylib – Vala Binding Reference + + + + +
+ +
+

MAP_EMISSION

+
+

Description:

+
MAP_EMISSION +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.MaterialMapType.MAP_HEIGHT.html b/docs/raylib/Raylib.MaterialMapType.MAP_HEIGHT.html new file mode 100644 index 0000000..d39e63b --- /dev/null +++ b/docs/raylib/Raylib.MaterialMapType.MAP_HEIGHT.html @@ -0,0 +1,47 @@ + + + + + Raylib.MaterialMapType.MAP_HEIGHT – raylib – Vala Binding Reference + + + + +
+ +
+

MAP_HEIGHT

+
+

Description:

+
MAP_HEIGHT +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.MaterialMapType.MAP_IRRADIANCE.html b/docs/raylib/Raylib.MaterialMapType.MAP_IRRADIANCE.html new file mode 100644 index 0000000..c6eb4bd --- /dev/null +++ b/docs/raylib/Raylib.MaterialMapType.MAP_IRRADIANCE.html @@ -0,0 +1,47 @@ + + + + + Raylib.MaterialMapType.MAP_IRRADIANCE – raylib – Vala Binding Reference + + + + +
+ +
+

MAP_IRRADIANCE

+
+

Description:

+
MAP_IRRADIANCE +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.MaterialMapType.MAP_METALNESS.html b/docs/raylib/Raylib.MaterialMapType.MAP_METALNESS.html new file mode 100644 index 0000000..cb4257d --- /dev/null +++ b/docs/raylib/Raylib.MaterialMapType.MAP_METALNESS.html @@ -0,0 +1,47 @@ + + + + + Raylib.MaterialMapType.MAP_METALNESS – raylib – Vala Binding Reference + + + + +
+ +
+

MAP_METALNESS

+
+

Description:

+
MAP_METALNESS = 1 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.MaterialMapType.MAP_NORMAL.html b/docs/raylib/Raylib.MaterialMapType.MAP_NORMAL.html new file mode 100644 index 0000000..50cf3a2 --- /dev/null +++ b/docs/raylib/Raylib.MaterialMapType.MAP_NORMAL.html @@ -0,0 +1,47 @@ + + + + + Raylib.MaterialMapType.MAP_NORMAL – raylib – Vala Binding Reference + + + + +
+ +
+

MAP_NORMAL

+
+

Description:

+
MAP_NORMAL = 2 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.MaterialMapType.MAP_OCCLUSION.html b/docs/raylib/Raylib.MaterialMapType.MAP_OCCLUSION.html new file mode 100644 index 0000000..435bee3 --- /dev/null +++ b/docs/raylib/Raylib.MaterialMapType.MAP_OCCLUSION.html @@ -0,0 +1,47 @@ + + + + + Raylib.MaterialMapType.MAP_OCCLUSION – raylib – Vala Binding Reference + + + + +
+ +
+

MAP_OCCLUSION

+
+

Description:

+
MAP_OCCLUSION +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.MaterialMapType.MAP_PREFILTER.html b/docs/raylib/Raylib.MaterialMapType.MAP_PREFILTER.html new file mode 100644 index 0000000..43c1924 --- /dev/null +++ b/docs/raylib/Raylib.MaterialMapType.MAP_PREFILTER.html @@ -0,0 +1,47 @@ + + + + + Raylib.MaterialMapType.MAP_PREFILTER – raylib – Vala Binding Reference + + + + +
+ +
+

MAP_PREFILTER

+
+

Description:

+
MAP_PREFILTER +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.MaterialMapType.MAP_ROUGHNESS.html b/docs/raylib/Raylib.MaterialMapType.MAP_ROUGHNESS.html new file mode 100644 index 0000000..1d10c39 --- /dev/null +++ b/docs/raylib/Raylib.MaterialMapType.MAP_ROUGHNESS.html @@ -0,0 +1,47 @@ + + + + + Raylib.MaterialMapType.MAP_ROUGHNESS – raylib – Vala Binding Reference + + + + +
+ +
+

MAP_ROUGHNESS

+
+

Description:

+
MAP_ROUGHNESS = 3 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.MaterialMapType.html b/docs/raylib/Raylib.MaterialMapType.html new file mode 100644 index 0000000..c768dc2 --- /dev/null +++ b/docs/raylib/Raylib.MaterialMapType.html @@ -0,0 +1,73 @@ + + + + + Raylib.MaterialMapType – raylib – Vala Binding Reference + + + + +
+ +
+

MaterialMapType

+
+

Description:

+
[ CCode ( cprefix = "" , has_type_id = false ) ]
public enum MaterialMapType +

+
Namespace: Raylib +
+
Package: raylib +
+

Content:

+

Enum values:

+ +
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Mouse.LEFT_BUTTON.html b/docs/raylib/Raylib.Mouse.LEFT_BUTTON.html new file mode 100644 index 0000000..fa5a1ee --- /dev/null +++ b/docs/raylib/Raylib.Mouse.LEFT_BUTTON.html @@ -0,0 +1,47 @@ + + + + + Raylib.Mouse.LEFT_BUTTON – raylib – Vala Binding Reference + + + + +
+ +
+

LEFT_BUTTON

+
+

Description:

+
LEFT_BUTTON +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Mouse.MIDDLE_BUTTON.html b/docs/raylib/Raylib.Mouse.MIDDLE_BUTTON.html new file mode 100644 index 0000000..47931bf --- /dev/null +++ b/docs/raylib/Raylib.Mouse.MIDDLE_BUTTON.html @@ -0,0 +1,47 @@ + + + + + Raylib.Mouse.MIDDLE_BUTTON – raylib – Vala Binding Reference + + + + +
+ +
+

MIDDLE_BUTTON

+
+

Description:

+
MIDDLE_BUTTON +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Mouse.RIGHT_BUTTON.html b/docs/raylib/Raylib.Mouse.RIGHT_BUTTON.html new file mode 100644 index 0000000..5caffad --- /dev/null +++ b/docs/raylib/Raylib.Mouse.RIGHT_BUTTON.html @@ -0,0 +1,47 @@ + + + + + Raylib.Mouse.RIGHT_BUTTON – raylib – Vala Binding Reference + + + + +
+ +
+

RIGHT_BUTTON

+
+

Description:

+
RIGHT_BUTTON +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Mouse.html b/docs/raylib/Raylib.Mouse.html new file mode 100644 index 0000000..8e234b6 --- /dev/null +++ b/docs/raylib/Raylib.Mouse.html @@ -0,0 +1,57 @@ + + + + + Raylib.Mouse – raylib – Vala Binding Reference + + + + +
+ +
+

Mouse

+
+

Description:

+
[ CCode ( cprefix = "MOUSE_" , has_type_id = false ) ]
public enum Mouse +

+
Namespace: Raylib +
+
Package: raylib +
+

Content:

+

Enum values:

+ +
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.MouseButton.MOUSE_LEFT_BUTTON.html b/docs/raylib/Raylib.MouseButton.MOUSE_LEFT_BUTTON.html new file mode 100644 index 0000000..e7618a5 --- /dev/null +++ b/docs/raylib/Raylib.MouseButton.MOUSE_LEFT_BUTTON.html @@ -0,0 +1,47 @@ + + + + + Raylib.MouseButton.MOUSE_LEFT_BUTTON – raylib – Vala Binding Reference + + + + +
+ +
+

MOUSE_LEFT_BUTTON

+
+

Description:

+
MOUSE_LEFT_BUTTON = 0 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.MouseButton.MOUSE_MIDDLE_BUTTON.html b/docs/raylib/Raylib.MouseButton.MOUSE_MIDDLE_BUTTON.html new file mode 100644 index 0000000..9932a73 --- /dev/null +++ b/docs/raylib/Raylib.MouseButton.MOUSE_MIDDLE_BUTTON.html @@ -0,0 +1,47 @@ + + + + + Raylib.MouseButton.MOUSE_MIDDLE_BUTTON – raylib – Vala Binding Reference + + + + +
+ +
+

MOUSE_MIDDLE_BUTTON

+
+

Description:

+
MOUSE_MIDDLE_BUTTON = 2 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.MouseButton.MOUSE_RIGHT_BUTTON.html b/docs/raylib/Raylib.MouseButton.MOUSE_RIGHT_BUTTON.html new file mode 100644 index 0000000..3d165ff --- /dev/null +++ b/docs/raylib/Raylib.MouseButton.MOUSE_RIGHT_BUTTON.html @@ -0,0 +1,47 @@ + + + + + Raylib.MouseButton.MOUSE_RIGHT_BUTTON – raylib – Vala Binding Reference + + + + +
+ +
+

MOUSE_RIGHT_BUTTON

+
+

Description:

+
MOUSE_RIGHT_BUTTON = 1 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.MouseButton.html b/docs/raylib/Raylib.MouseButton.html new file mode 100644 index 0000000..b576f57 --- /dev/null +++ b/docs/raylib/Raylib.MouseButton.html @@ -0,0 +1,57 @@ + + + + + Raylib.MouseButton – raylib – Vala Binding Reference + + + + +
+ +
+

MouseButton

+
+

Description:

+
public enum MouseButton +

+
Namespace: Raylib +
+
Package: raylib +
+

Content:

+

Enum values:

+ +
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.NPatchType.NPT_3PATCH_HORIZONTAL.html b/docs/raylib/Raylib.NPatchType.NPT_3PATCH_HORIZONTAL.html new file mode 100644 index 0000000..6f76434 --- /dev/null +++ b/docs/raylib/Raylib.NPatchType.NPT_3PATCH_HORIZONTAL.html @@ -0,0 +1,47 @@ + + + + + Raylib.NPatchType.NPT_3PATCH_HORIZONTAL – raylib – Vala Binding Reference + + + + +
+ +
+

NPT_3PATCH_HORIZONTAL

+
+

Description:

+
NPT_3PATCH_HORIZONTAL +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.NPatchType.NPT_3PATCH_VERTICAL.html b/docs/raylib/Raylib.NPatchType.NPT_3PATCH_VERTICAL.html new file mode 100644 index 0000000..fcde8eb --- /dev/null +++ b/docs/raylib/Raylib.NPatchType.NPT_3PATCH_VERTICAL.html @@ -0,0 +1,47 @@ + + + + + Raylib.NPatchType.NPT_3PATCH_VERTICAL – raylib – Vala Binding Reference + + + + +
+ +
+

NPT_3PATCH_VERTICAL

+
+

Description:

+
NPT_3PATCH_VERTICAL +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.NPatchType.NPT_9PATCH.html b/docs/raylib/Raylib.NPatchType.NPT_9PATCH.html new file mode 100644 index 0000000..c5324c4 --- /dev/null +++ b/docs/raylib/Raylib.NPatchType.NPT_9PATCH.html @@ -0,0 +1,47 @@ + + + + + Raylib.NPatchType.NPT_9PATCH – raylib – Vala Binding Reference + + + + +
+ +
+

NPT_9PATCH

+
+

Description:

+
NPT_9PATCH = 0 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.NPatchType.html b/docs/raylib/Raylib.NPatchType.html new file mode 100644 index 0000000..b7d6ae0 --- /dev/null +++ b/docs/raylib/Raylib.NPatchType.html @@ -0,0 +1,57 @@ + + + + + Raylib.NPatchType – raylib – Vala Binding Reference + + + + +
+ +
+

NPatchType

+
+

Description:

+
[ CCode ( cprefix = "" , has_type_id = false ) ]
public enum NPatchType +

+
Namespace: Raylib +
+
Package: raylib +
+

Content:

+

Enum values:

+ +
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.ORANGE.html b/docs/raylib/Raylib.ORANGE.html new file mode 100644 index 0000000..ef98cd5 --- /dev/null +++ b/docs/raylib/Raylib.ORANGE.html @@ -0,0 +1,153 @@ + + + + + Raylib.ORANGE – raylib – Vala Binding Reference + + + + +
+ +
+

ORANGE

+
+

Description:

+
[ CCode ( cname = "ORANGE" ) ]
public const Color ORANGE +

+
Namespace: Raylib +
+
Package: raylib +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.PI.html b/docs/raylib/Raylib.PI.html new file mode 100644 index 0000000..7b13d72 --- /dev/null +++ b/docs/raylib/Raylib.PI.html @@ -0,0 +1,153 @@ + + + + + Raylib.PI – raylib – Vala Binding Reference + + + + +
+ +
+

PI

+
+

Description:

+
[ CCode ( cname = "PI" ) ]
public const double PI +

+
Namespace: Raylib +
+
Package: raylib +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.PINK.html b/docs/raylib/Raylib.PINK.html new file mode 100644 index 0000000..aeb8842 --- /dev/null +++ b/docs/raylib/Raylib.PINK.html @@ -0,0 +1,153 @@ + + + + + Raylib.PINK – raylib – Vala Binding Reference + + + + +
+ +
+

PINK

+
+

Description:

+
[ CCode ( cname = "PINK" ) ]
public const Color PINK +

+
Namespace: Raylib +
+
Package: raylib +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.PURPLE.html b/docs/raylib/Raylib.PURPLE.html new file mode 100644 index 0000000..61076de --- /dev/null +++ b/docs/raylib/Raylib.PURPLE.html @@ -0,0 +1,153 @@ + + + + + Raylib.PURPLE – raylib – Vala Binding Reference + + + + +
+ +
+

PURPLE

+
+

Description:

+
[ CCode ( cname = "PURPLE" ) ]
public const Color PURPLE +

+
Namespace: Raylib +
+
Package: raylib +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.PixelFormat.COMPRESSED_ASTC_4x4_RGBA.html b/docs/raylib/Raylib.PixelFormat.COMPRESSED_ASTC_4x4_RGBA.html new file mode 100644 index 0000000..e48e905 --- /dev/null +++ b/docs/raylib/Raylib.PixelFormat.COMPRESSED_ASTC_4x4_RGBA.html @@ -0,0 +1,47 @@ + + + + + Raylib.PixelFormat.COMPRESSED_ASTC_4x4_RGBA – raylib – Vala Binding Reference + + + + +
+ +
+

COMPRESSED_ASTC_4x4_RGBA

+
+

Description:

+
COMPRESSED_ASTC_4x4_RGBA +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.PixelFormat.COMPRESSED_ASTC_8x8_RGBA.html b/docs/raylib/Raylib.PixelFormat.COMPRESSED_ASTC_8x8_RGBA.html new file mode 100644 index 0000000..d8cb3f0 --- /dev/null +++ b/docs/raylib/Raylib.PixelFormat.COMPRESSED_ASTC_8x8_RGBA.html @@ -0,0 +1,47 @@ + + + + + Raylib.PixelFormat.COMPRESSED_ASTC_8x8_RGBA – raylib – Vala Binding Reference + + + + +
+ +
+

COMPRESSED_ASTC_8x8_RGBA

+
+

Description:

+
COMPRESSED_ASTC_8x8_RGBA +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.PixelFormat.COMPRESSED_DXT1_RGB.html b/docs/raylib/Raylib.PixelFormat.COMPRESSED_DXT1_RGB.html new file mode 100644 index 0000000..f20784b --- /dev/null +++ b/docs/raylib/Raylib.PixelFormat.COMPRESSED_DXT1_RGB.html @@ -0,0 +1,47 @@ + + + + + Raylib.PixelFormat.COMPRESSED_DXT1_RGB – raylib – Vala Binding Reference + + + + +
+ +
+

COMPRESSED_DXT1_RGB

+
+

Description:

+
COMPRESSED_DXT1_RGB +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.PixelFormat.COMPRESSED_DXT1_RGBA.html b/docs/raylib/Raylib.PixelFormat.COMPRESSED_DXT1_RGBA.html new file mode 100644 index 0000000..2c2493c --- /dev/null +++ b/docs/raylib/Raylib.PixelFormat.COMPRESSED_DXT1_RGBA.html @@ -0,0 +1,47 @@ + + + + + Raylib.PixelFormat.COMPRESSED_DXT1_RGBA – raylib – Vala Binding Reference + + + + +
+ +
+

COMPRESSED_DXT1_RGBA

+
+

Description:

+
COMPRESSED_DXT1_RGBA +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.PixelFormat.COMPRESSED_DXT3_RGBA.html b/docs/raylib/Raylib.PixelFormat.COMPRESSED_DXT3_RGBA.html new file mode 100644 index 0000000..03e312a --- /dev/null +++ b/docs/raylib/Raylib.PixelFormat.COMPRESSED_DXT3_RGBA.html @@ -0,0 +1,47 @@ + + + + + Raylib.PixelFormat.COMPRESSED_DXT3_RGBA – raylib – Vala Binding Reference + + + + +
+ +
+

COMPRESSED_DXT3_RGBA

+
+

Description:

+
COMPRESSED_DXT3_RGBA +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.PixelFormat.COMPRESSED_DXT5_RGBA.html b/docs/raylib/Raylib.PixelFormat.COMPRESSED_DXT5_RGBA.html new file mode 100644 index 0000000..9c02174 --- /dev/null +++ b/docs/raylib/Raylib.PixelFormat.COMPRESSED_DXT5_RGBA.html @@ -0,0 +1,47 @@ + + + + + Raylib.PixelFormat.COMPRESSED_DXT5_RGBA – raylib – Vala Binding Reference + + + + +
+ +
+

COMPRESSED_DXT5_RGBA

+
+

Description:

+
COMPRESSED_DXT5_RGBA +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.PixelFormat.COMPRESSED_ETC1_RGB.html b/docs/raylib/Raylib.PixelFormat.COMPRESSED_ETC1_RGB.html new file mode 100644 index 0000000..fbe517e --- /dev/null +++ b/docs/raylib/Raylib.PixelFormat.COMPRESSED_ETC1_RGB.html @@ -0,0 +1,47 @@ + + + + + Raylib.PixelFormat.COMPRESSED_ETC1_RGB – raylib – Vala Binding Reference + + + + +
+ +
+

COMPRESSED_ETC1_RGB

+
+

Description:

+
COMPRESSED_ETC1_RGB +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.PixelFormat.COMPRESSED_ETC2_EAC_RGBA.html b/docs/raylib/Raylib.PixelFormat.COMPRESSED_ETC2_EAC_RGBA.html new file mode 100644 index 0000000..d828a96 --- /dev/null +++ b/docs/raylib/Raylib.PixelFormat.COMPRESSED_ETC2_EAC_RGBA.html @@ -0,0 +1,47 @@ + + + + + Raylib.PixelFormat.COMPRESSED_ETC2_EAC_RGBA – raylib – Vala Binding Reference + + + + +
+ +
+

COMPRESSED_ETC2_EAC_RGBA

+
+

Description:

+
COMPRESSED_ETC2_EAC_RGBA +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.PixelFormat.COMPRESSED_ETC2_RGB.html b/docs/raylib/Raylib.PixelFormat.COMPRESSED_ETC2_RGB.html new file mode 100644 index 0000000..cb6de29 --- /dev/null +++ b/docs/raylib/Raylib.PixelFormat.COMPRESSED_ETC2_RGB.html @@ -0,0 +1,47 @@ + + + + + Raylib.PixelFormat.COMPRESSED_ETC2_RGB – raylib – Vala Binding Reference + + + + +
+ +
+

COMPRESSED_ETC2_RGB

+
+

Description:

+
COMPRESSED_ETC2_RGB +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.PixelFormat.COMPRESSED_PVRT_RGB.html b/docs/raylib/Raylib.PixelFormat.COMPRESSED_PVRT_RGB.html new file mode 100644 index 0000000..a71ac02 --- /dev/null +++ b/docs/raylib/Raylib.PixelFormat.COMPRESSED_PVRT_RGB.html @@ -0,0 +1,47 @@ + + + + + Raylib.PixelFormat.COMPRESSED_PVRT_RGB – raylib – Vala Binding Reference + + + + +
+ +
+

COMPRESSED_PVRT_RGB

+
+

Description:

+
COMPRESSED_PVRT_RGB +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.PixelFormat.COMPRESSED_PVRT_RGBA.html b/docs/raylib/Raylib.PixelFormat.COMPRESSED_PVRT_RGBA.html new file mode 100644 index 0000000..927fa23 --- /dev/null +++ b/docs/raylib/Raylib.PixelFormat.COMPRESSED_PVRT_RGBA.html @@ -0,0 +1,47 @@ + + + + + Raylib.PixelFormat.COMPRESSED_PVRT_RGBA – raylib – Vala Binding Reference + + + + +
+ +
+

COMPRESSED_PVRT_RGBA

+
+

Description:

+
COMPRESSED_PVRT_RGBA +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.PixelFormat.UNCOMPRESSED_GRAYSCALE.html b/docs/raylib/Raylib.PixelFormat.UNCOMPRESSED_GRAYSCALE.html new file mode 100644 index 0000000..902455d --- /dev/null +++ b/docs/raylib/Raylib.PixelFormat.UNCOMPRESSED_GRAYSCALE.html @@ -0,0 +1,47 @@ + + + + + Raylib.PixelFormat.UNCOMPRESSED_GRAYSCALE – raylib – Vala Binding Reference + + + + +
+ +
+

UNCOMPRESSED_GRAYSCALE

+
+

Description:

+
UNCOMPRESSED_GRAYSCALE = 1 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.PixelFormat.UNCOMPRESSED_GRAY_ALPHA.html b/docs/raylib/Raylib.PixelFormat.UNCOMPRESSED_GRAY_ALPHA.html new file mode 100644 index 0000000..cc252d1 --- /dev/null +++ b/docs/raylib/Raylib.PixelFormat.UNCOMPRESSED_GRAY_ALPHA.html @@ -0,0 +1,47 @@ + + + + + Raylib.PixelFormat.UNCOMPRESSED_GRAY_ALPHA – raylib – Vala Binding Reference + + + + +
+ +
+

UNCOMPRESSED_GRAY_ALPHA

+
+

Description:

+
UNCOMPRESSED_GRAY_ALPHA +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.PixelFormat.UNCOMPRESSED_R32.html b/docs/raylib/Raylib.PixelFormat.UNCOMPRESSED_R32.html new file mode 100644 index 0000000..a560a5c --- /dev/null +++ b/docs/raylib/Raylib.PixelFormat.UNCOMPRESSED_R32.html @@ -0,0 +1,47 @@ + + + + + Raylib.PixelFormat.UNCOMPRESSED_R32 – raylib – Vala Binding Reference + + + + +
+ +
+

UNCOMPRESSED_R32

+
+

Description:

+
UNCOMPRESSED_R32 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.PixelFormat.UNCOMPRESSED_R32G32B32.html b/docs/raylib/Raylib.PixelFormat.UNCOMPRESSED_R32G32B32.html new file mode 100644 index 0000000..a07c28d --- /dev/null +++ b/docs/raylib/Raylib.PixelFormat.UNCOMPRESSED_R32G32B32.html @@ -0,0 +1,47 @@ + + + + + Raylib.PixelFormat.UNCOMPRESSED_R32G32B32 – raylib – Vala Binding Reference + + + + +
+ +
+

UNCOMPRESSED_R32G32B32

+
+

Description:

+
UNCOMPRESSED_R32G32B32 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.PixelFormat.UNCOMPRESSED_R32G32B32A32.html b/docs/raylib/Raylib.PixelFormat.UNCOMPRESSED_R32G32B32A32.html new file mode 100644 index 0000000..1c1bb62 --- /dev/null +++ b/docs/raylib/Raylib.PixelFormat.UNCOMPRESSED_R32G32B32A32.html @@ -0,0 +1,47 @@ + + + + + Raylib.PixelFormat.UNCOMPRESSED_R32G32B32A32 – raylib – Vala Binding Reference + + + + +
+ +
+

UNCOMPRESSED_R32G32B32A32

+
+

Description:

+
UNCOMPRESSED_R32G32B32A32 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.PixelFormat.UNCOMPRESSED_R4G4B4A4.html b/docs/raylib/Raylib.PixelFormat.UNCOMPRESSED_R4G4B4A4.html new file mode 100644 index 0000000..c37de50 --- /dev/null +++ b/docs/raylib/Raylib.PixelFormat.UNCOMPRESSED_R4G4B4A4.html @@ -0,0 +1,47 @@ + + + + + Raylib.PixelFormat.UNCOMPRESSED_R4G4B4A4 – raylib – Vala Binding Reference + + + + +
+ +
+

UNCOMPRESSED_R4G4B4A4

+
+

Description:

+
UNCOMPRESSED_R4G4B4A4 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.PixelFormat.UNCOMPRESSED_R5G5B5A1.html b/docs/raylib/Raylib.PixelFormat.UNCOMPRESSED_R5G5B5A1.html new file mode 100644 index 0000000..7e73ed4 --- /dev/null +++ b/docs/raylib/Raylib.PixelFormat.UNCOMPRESSED_R5G5B5A1.html @@ -0,0 +1,47 @@ + + + + + Raylib.PixelFormat.UNCOMPRESSED_R5G5B5A1 – raylib – Vala Binding Reference + + + + +
+ +
+

UNCOMPRESSED_R5G5B5A1

+
+

Description:

+
UNCOMPRESSED_R5G5B5A1 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.PixelFormat.UNCOMPRESSED_R5G6B5.html b/docs/raylib/Raylib.PixelFormat.UNCOMPRESSED_R5G6B5.html new file mode 100644 index 0000000..ade97a9 --- /dev/null +++ b/docs/raylib/Raylib.PixelFormat.UNCOMPRESSED_R5G6B5.html @@ -0,0 +1,47 @@ + + + + + Raylib.PixelFormat.UNCOMPRESSED_R5G6B5 – raylib – Vala Binding Reference + + + + +
+ +
+

UNCOMPRESSED_R5G6B5

+
+

Description:

+
UNCOMPRESSED_R5G6B5 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.PixelFormat.UNCOMPRESSED_R8G8B8.html b/docs/raylib/Raylib.PixelFormat.UNCOMPRESSED_R8G8B8.html new file mode 100644 index 0000000..98d6c50 --- /dev/null +++ b/docs/raylib/Raylib.PixelFormat.UNCOMPRESSED_R8G8B8.html @@ -0,0 +1,47 @@ + + + + + Raylib.PixelFormat.UNCOMPRESSED_R8G8B8 – raylib – Vala Binding Reference + + + + +
+ +
+

UNCOMPRESSED_R8G8B8

+
+

Description:

+
UNCOMPRESSED_R8G8B8 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.PixelFormat.UNCOMPRESSED_R8G8B8A8.html b/docs/raylib/Raylib.PixelFormat.UNCOMPRESSED_R8G8B8A8.html new file mode 100644 index 0000000..1924b1d --- /dev/null +++ b/docs/raylib/Raylib.PixelFormat.UNCOMPRESSED_R8G8B8A8.html @@ -0,0 +1,47 @@ + + + + + Raylib.PixelFormat.UNCOMPRESSED_R8G8B8A8 – raylib – Vala Binding Reference + + + + +
+ +
+

UNCOMPRESSED_R8G8B8A8

+
+

Description:

+
UNCOMPRESSED_R8G8B8A8 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.PixelFormat.html b/docs/raylib/Raylib.PixelFormat.html new file mode 100644 index 0000000..dfc62fa --- /dev/null +++ b/docs/raylib/Raylib.PixelFormat.html @@ -0,0 +1,93 @@ + + + + + Raylib.PixelFormat – raylib – Vala Binding Reference + + + + +
+ + +

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Quaternion.html b/docs/raylib/Raylib.Quaternion.html new file mode 100644 index 0000000..5e25744 --- /dev/null +++ b/docs/raylib/Raylib.Quaternion.html @@ -0,0 +1,77 @@ + + + + + Raylib.Quaternion – raylib – Vala Binding Reference + + + + +
+ +
+

Quaternion

+
+

Object Hierarchy:

+ Object hierarchy for Quaternion + + + + + + +

Description:

+
public struct Quaternion : Vector4 +

+
Namespace: Raylib +
+
Package: raylib +
+

Inherited Members:

+
+
All known members inherited from struct Raylib.Vector4
+
+
+ +
+
+ +
+
+ +
+
+
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.RAYWHITE.html b/docs/raylib/Raylib.RAYWHITE.html new file mode 100644 index 0000000..47e88eb --- /dev/null +++ b/docs/raylib/Raylib.RAYWHITE.html @@ -0,0 +1,153 @@ + + + + + Raylib.RAYWHITE – raylib – Vala Binding Reference + + + + +
+ +
+

RAYWHITE

+
+

Description:

+
[ CCode ( cname = "RAYWHITE" ) ]
public const Color RAYWHITE +

+
Namespace: Raylib +
+
Package: raylib +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.RED.html b/docs/raylib/Raylib.RED.html new file mode 100644 index 0000000..3dc5b18 --- /dev/null +++ b/docs/raylib/Raylib.RED.html @@ -0,0 +1,153 @@ + + + + + Raylib.RED – raylib – Vala Binding Reference + + + + +
+ +
+

RED

+
+

Description:

+
[ CCode ( cname = "RED" ) ]
public const Color RED +

+
Namespace: Raylib +
+
Package: raylib +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Rectangle.height.html b/docs/raylib/Raylib.Rectangle.height.html new file mode 100644 index 0000000..7dcb9c9 --- /dev/null +++ b/docs/raylib/Raylib.Rectangle.height.html @@ -0,0 +1,47 @@ + + + + + Raylib.Rectangle.height – raylib – Vala Binding Reference + + + + +
+ +
+

height

+
+

Description:

+
public float height +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Rectangle.html b/docs/raylib/Raylib.Rectangle.html new file mode 100644 index 0000000..296c888 --- /dev/null +++ b/docs/raylib/Raylib.Rectangle.html @@ -0,0 +1,78 @@ + + + + + Raylib.Rectangle – raylib – Vala Binding Reference + + + + +
+ +
+

Rectangle

+
+

Object Hierarchy:

+ Object hierarchy for Rectangle + + + + + +

Description:

+
[ SimpleType ]
[ CCode ( cname = "struct Rectangle" , destroy_function = "" , has_type_id = true ) ]
public struct Rectangle +

+
Namespace: Raylib +
+
Package: raylib +
+

Content:

+

Fields:

+ +
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Rectangle.width.html b/docs/raylib/Raylib.Rectangle.width.html new file mode 100644 index 0000000..da18570 --- /dev/null +++ b/docs/raylib/Raylib.Rectangle.width.html @@ -0,0 +1,47 @@ + + + + + Raylib.Rectangle.width – raylib – Vala Binding Reference + + + + +
+ +
+

width

+
+

Description:

+
public float width +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Rectangle.x.html b/docs/raylib/Raylib.Rectangle.x.html new file mode 100644 index 0000000..94574a0 --- /dev/null +++ b/docs/raylib/Raylib.Rectangle.x.html @@ -0,0 +1,47 @@ + + + + + Raylib.Rectangle.x – raylib – Vala Binding Reference + + + + +
+ +
+

x

+
+

Description:

+
public float x +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Rectangle.y.html b/docs/raylib/Raylib.Rectangle.y.html new file mode 100644 index 0000000..412b6de --- /dev/null +++ b/docs/raylib/Raylib.Rectangle.y.html @@ -0,0 +1,47 @@ + + + + + Raylib.Rectangle.y – raylib – Vala Binding Reference + + + + +
+ +
+

y

+
+

Description:

+
public float y +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.SKYBLUE.html b/docs/raylib/Raylib.SKYBLUE.html new file mode 100644 index 0000000..2d1a644 --- /dev/null +++ b/docs/raylib/Raylib.SKYBLUE.html @@ -0,0 +1,153 @@ + + + + + Raylib.SKYBLUE – raylib – Vala Binding Reference + + + + +
+ +
+

SKYBLUE

+
+

Description:

+
[ CCode ( cname = "SKYBLUE" ) ]
public const Color SKYBLUE +

+
Namespace: Raylib +
+
Package: raylib +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.ShaderLocationIndex.LOC_COLOR_AMBIENT.html b/docs/raylib/Raylib.ShaderLocationIndex.LOC_COLOR_AMBIENT.html new file mode 100644 index 0000000..c295354 --- /dev/null +++ b/docs/raylib/Raylib.ShaderLocationIndex.LOC_COLOR_AMBIENT.html @@ -0,0 +1,47 @@ + + + + + Raylib.ShaderLocationIndex.LOC_COLOR_AMBIENT – raylib – Vala Binding Reference + + + + +
+ +
+

LOC_COLOR_AMBIENT

+
+

Description:

+
LOC_COLOR_AMBIENT +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.ShaderLocationIndex.LOC_COLOR_DIFFUSE.html b/docs/raylib/Raylib.ShaderLocationIndex.LOC_COLOR_DIFFUSE.html new file mode 100644 index 0000000..16510c7 --- /dev/null +++ b/docs/raylib/Raylib.ShaderLocationIndex.LOC_COLOR_DIFFUSE.html @@ -0,0 +1,47 @@ + + + + + Raylib.ShaderLocationIndex.LOC_COLOR_DIFFUSE – raylib – Vala Binding Reference + + + + +
+ +
+

LOC_COLOR_DIFFUSE

+
+

Description:

+
LOC_COLOR_DIFFUSE +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.ShaderLocationIndex.LOC_COLOR_SPECULAR.html b/docs/raylib/Raylib.ShaderLocationIndex.LOC_COLOR_SPECULAR.html new file mode 100644 index 0000000..1a264a4 --- /dev/null +++ b/docs/raylib/Raylib.ShaderLocationIndex.LOC_COLOR_SPECULAR.html @@ -0,0 +1,47 @@ + + + + + Raylib.ShaderLocationIndex.LOC_COLOR_SPECULAR – raylib – Vala Binding Reference + + + + +
+ +
+

LOC_COLOR_SPECULAR

+
+

Description:

+
LOC_COLOR_SPECULAR +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.ShaderLocationIndex.LOC_MAP_ALBEDO.html b/docs/raylib/Raylib.ShaderLocationIndex.LOC_MAP_ALBEDO.html new file mode 100644 index 0000000..16c50ef --- /dev/null +++ b/docs/raylib/Raylib.ShaderLocationIndex.LOC_MAP_ALBEDO.html @@ -0,0 +1,47 @@ + + + + + Raylib.ShaderLocationIndex.LOC_MAP_ALBEDO – raylib – Vala Binding Reference + + + + +
+ +
+

LOC_MAP_ALBEDO

+
+

Description:

+
LOC_MAP_ALBEDO +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.ShaderLocationIndex.LOC_MAP_BRDF.html b/docs/raylib/Raylib.ShaderLocationIndex.LOC_MAP_BRDF.html new file mode 100644 index 0000000..8203da9 --- /dev/null +++ b/docs/raylib/Raylib.ShaderLocationIndex.LOC_MAP_BRDF.html @@ -0,0 +1,47 @@ + + + + + Raylib.ShaderLocationIndex.LOC_MAP_BRDF – raylib – Vala Binding Reference + + + + +
+ +
+

LOC_MAP_BRDF

+
+

Description:

+
LOC_MAP_BRDF +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.ShaderLocationIndex.LOC_MAP_CUBEMAP.html b/docs/raylib/Raylib.ShaderLocationIndex.LOC_MAP_CUBEMAP.html new file mode 100644 index 0000000..29c6881 --- /dev/null +++ b/docs/raylib/Raylib.ShaderLocationIndex.LOC_MAP_CUBEMAP.html @@ -0,0 +1,47 @@ + + + + + Raylib.ShaderLocationIndex.LOC_MAP_CUBEMAP – raylib – Vala Binding Reference + + + + +
+ +
+

LOC_MAP_CUBEMAP

+
+

Description:

+
LOC_MAP_CUBEMAP +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.ShaderLocationIndex.LOC_MAP_EMISSION.html b/docs/raylib/Raylib.ShaderLocationIndex.LOC_MAP_EMISSION.html new file mode 100644 index 0000000..61b8023 --- /dev/null +++ b/docs/raylib/Raylib.ShaderLocationIndex.LOC_MAP_EMISSION.html @@ -0,0 +1,47 @@ + + + + + Raylib.ShaderLocationIndex.LOC_MAP_EMISSION – raylib – Vala Binding Reference + + + + +
+ +
+

LOC_MAP_EMISSION

+
+

Description:

+
LOC_MAP_EMISSION +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.ShaderLocationIndex.LOC_MAP_HEIGHT.html b/docs/raylib/Raylib.ShaderLocationIndex.LOC_MAP_HEIGHT.html new file mode 100644 index 0000000..273c9a5 --- /dev/null +++ b/docs/raylib/Raylib.ShaderLocationIndex.LOC_MAP_HEIGHT.html @@ -0,0 +1,47 @@ + + + + + Raylib.ShaderLocationIndex.LOC_MAP_HEIGHT – raylib – Vala Binding Reference + + + + +
+ +
+

LOC_MAP_HEIGHT

+
+

Description:

+
LOC_MAP_HEIGHT +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.ShaderLocationIndex.LOC_MAP_IRRADIANCE.html b/docs/raylib/Raylib.ShaderLocationIndex.LOC_MAP_IRRADIANCE.html new file mode 100644 index 0000000..b9bf8fb --- /dev/null +++ b/docs/raylib/Raylib.ShaderLocationIndex.LOC_MAP_IRRADIANCE.html @@ -0,0 +1,47 @@ + + + + + Raylib.ShaderLocationIndex.LOC_MAP_IRRADIANCE – raylib – Vala Binding Reference + + + + +
+ +
+

LOC_MAP_IRRADIANCE

+
+

Description:

+
LOC_MAP_IRRADIANCE +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.ShaderLocationIndex.LOC_MAP_METALNESS.html b/docs/raylib/Raylib.ShaderLocationIndex.LOC_MAP_METALNESS.html new file mode 100644 index 0000000..5d489da --- /dev/null +++ b/docs/raylib/Raylib.ShaderLocationIndex.LOC_MAP_METALNESS.html @@ -0,0 +1,47 @@ + + + + + Raylib.ShaderLocationIndex.LOC_MAP_METALNESS – raylib – Vala Binding Reference + + + + +
+ +
+

LOC_MAP_METALNESS

+
+

Description:

+
LOC_MAP_METALNESS +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.ShaderLocationIndex.LOC_MAP_NORMAL.html b/docs/raylib/Raylib.ShaderLocationIndex.LOC_MAP_NORMAL.html new file mode 100644 index 0000000..ba6f4b3 --- /dev/null +++ b/docs/raylib/Raylib.ShaderLocationIndex.LOC_MAP_NORMAL.html @@ -0,0 +1,47 @@ + + + + + Raylib.ShaderLocationIndex.LOC_MAP_NORMAL – raylib – Vala Binding Reference + + + + +
+ +
+

LOC_MAP_NORMAL

+
+

Description:

+
LOC_MAP_NORMAL +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.ShaderLocationIndex.LOC_MAP_OCCLUSION.html b/docs/raylib/Raylib.ShaderLocationIndex.LOC_MAP_OCCLUSION.html new file mode 100644 index 0000000..3e81da1 --- /dev/null +++ b/docs/raylib/Raylib.ShaderLocationIndex.LOC_MAP_OCCLUSION.html @@ -0,0 +1,47 @@ + + + + + Raylib.ShaderLocationIndex.LOC_MAP_OCCLUSION – raylib – Vala Binding Reference + + + + +
+ +
+

LOC_MAP_OCCLUSION

+
+

Description:

+
LOC_MAP_OCCLUSION +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.ShaderLocationIndex.LOC_MAP_PREFILTER.html b/docs/raylib/Raylib.ShaderLocationIndex.LOC_MAP_PREFILTER.html new file mode 100644 index 0000000..ec1e8b4 --- /dev/null +++ b/docs/raylib/Raylib.ShaderLocationIndex.LOC_MAP_PREFILTER.html @@ -0,0 +1,47 @@ + + + + + Raylib.ShaderLocationIndex.LOC_MAP_PREFILTER – raylib – Vala Binding Reference + + + + +
+ +
+

LOC_MAP_PREFILTER

+
+

Description:

+
LOC_MAP_PREFILTER +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.ShaderLocationIndex.LOC_MAP_ROUGHNESS.html b/docs/raylib/Raylib.ShaderLocationIndex.LOC_MAP_ROUGHNESS.html new file mode 100644 index 0000000..649b6ff --- /dev/null +++ b/docs/raylib/Raylib.ShaderLocationIndex.LOC_MAP_ROUGHNESS.html @@ -0,0 +1,47 @@ + + + + + Raylib.ShaderLocationIndex.LOC_MAP_ROUGHNESS – raylib – Vala Binding Reference + + + + +
+ +
+

LOC_MAP_ROUGHNESS

+
+

Description:

+
LOC_MAP_ROUGHNESS +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.ShaderLocationIndex.LOC_MATRIX_MODEL.html b/docs/raylib/Raylib.ShaderLocationIndex.LOC_MATRIX_MODEL.html new file mode 100644 index 0000000..bd7292e --- /dev/null +++ b/docs/raylib/Raylib.ShaderLocationIndex.LOC_MATRIX_MODEL.html @@ -0,0 +1,47 @@ + + + + + Raylib.ShaderLocationIndex.LOC_MATRIX_MODEL – raylib – Vala Binding Reference + + + + +
+ +
+

LOC_MATRIX_MODEL

+
+

Description:

+
LOC_MATRIX_MODEL +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.ShaderLocationIndex.LOC_MATRIX_MVP.html b/docs/raylib/Raylib.ShaderLocationIndex.LOC_MATRIX_MVP.html new file mode 100644 index 0000000..cd97ca1 --- /dev/null +++ b/docs/raylib/Raylib.ShaderLocationIndex.LOC_MATRIX_MVP.html @@ -0,0 +1,47 @@ + + + + + Raylib.ShaderLocationIndex.LOC_MATRIX_MVP – raylib – Vala Binding Reference + + + + +
+ +
+

LOC_MATRIX_MVP

+
+

Description:

+
LOC_MATRIX_MVP +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.ShaderLocationIndex.LOC_MATRIX_PROJECTION.html b/docs/raylib/Raylib.ShaderLocationIndex.LOC_MATRIX_PROJECTION.html new file mode 100644 index 0000000..5994868 --- /dev/null +++ b/docs/raylib/Raylib.ShaderLocationIndex.LOC_MATRIX_PROJECTION.html @@ -0,0 +1,47 @@ + + + + + Raylib.ShaderLocationIndex.LOC_MATRIX_PROJECTION – raylib – Vala Binding Reference + + + + +
+ +
+

LOC_MATRIX_PROJECTION

+
+

Description:

+
LOC_MATRIX_PROJECTION +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.ShaderLocationIndex.LOC_MATRIX_VIEW.html b/docs/raylib/Raylib.ShaderLocationIndex.LOC_MATRIX_VIEW.html new file mode 100644 index 0000000..9283159 --- /dev/null +++ b/docs/raylib/Raylib.ShaderLocationIndex.LOC_MATRIX_VIEW.html @@ -0,0 +1,47 @@ + + + + + Raylib.ShaderLocationIndex.LOC_MATRIX_VIEW – raylib – Vala Binding Reference + + + + +
+ +
+

LOC_MATRIX_VIEW

+
+

Description:

+
LOC_MATRIX_VIEW +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.ShaderLocationIndex.LOC_VECTOR_VIEW.html b/docs/raylib/Raylib.ShaderLocationIndex.LOC_VECTOR_VIEW.html new file mode 100644 index 0000000..8b305ab --- /dev/null +++ b/docs/raylib/Raylib.ShaderLocationIndex.LOC_VECTOR_VIEW.html @@ -0,0 +1,47 @@ + + + + + Raylib.ShaderLocationIndex.LOC_VECTOR_VIEW – raylib – Vala Binding Reference + + + + +
+ +
+

LOC_VECTOR_VIEW

+
+

Description:

+
LOC_VECTOR_VIEW +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.ShaderLocationIndex.LOC_VERTEX_COLOR.html b/docs/raylib/Raylib.ShaderLocationIndex.LOC_VERTEX_COLOR.html new file mode 100644 index 0000000..7efac2c --- /dev/null +++ b/docs/raylib/Raylib.ShaderLocationIndex.LOC_VERTEX_COLOR.html @@ -0,0 +1,47 @@ + + + + + Raylib.ShaderLocationIndex.LOC_VERTEX_COLOR – raylib – Vala Binding Reference + + + + +
+ +
+

LOC_VERTEX_COLOR

+
+

Description:

+
LOC_VERTEX_COLOR +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.ShaderLocationIndex.LOC_VERTEX_NORMAL.html b/docs/raylib/Raylib.ShaderLocationIndex.LOC_VERTEX_NORMAL.html new file mode 100644 index 0000000..bce2c7c --- /dev/null +++ b/docs/raylib/Raylib.ShaderLocationIndex.LOC_VERTEX_NORMAL.html @@ -0,0 +1,47 @@ + + + + + Raylib.ShaderLocationIndex.LOC_VERTEX_NORMAL – raylib – Vala Binding Reference + + + + +
+ +
+

LOC_VERTEX_NORMAL

+
+

Description:

+
LOC_VERTEX_NORMAL +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.ShaderLocationIndex.LOC_VERTEX_POSITION.html b/docs/raylib/Raylib.ShaderLocationIndex.LOC_VERTEX_POSITION.html new file mode 100644 index 0000000..5c15fe9 --- /dev/null +++ b/docs/raylib/Raylib.ShaderLocationIndex.LOC_VERTEX_POSITION.html @@ -0,0 +1,47 @@ + + + + + Raylib.ShaderLocationIndex.LOC_VERTEX_POSITION – raylib – Vala Binding Reference + + + + +
+ +
+

LOC_VERTEX_POSITION

+
+

Description:

+
LOC_VERTEX_POSITION = 0 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.ShaderLocationIndex.LOC_VERTEX_TANGENT.html b/docs/raylib/Raylib.ShaderLocationIndex.LOC_VERTEX_TANGENT.html new file mode 100644 index 0000000..b0493dc --- /dev/null +++ b/docs/raylib/Raylib.ShaderLocationIndex.LOC_VERTEX_TANGENT.html @@ -0,0 +1,47 @@ + + + + + Raylib.ShaderLocationIndex.LOC_VERTEX_TANGENT – raylib – Vala Binding Reference + + + + +
+ +
+

LOC_VERTEX_TANGENT

+
+

Description:

+
LOC_VERTEX_TANGENT +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.ShaderLocationIndex.LOC_VERTEX_TEXCOORD01.html b/docs/raylib/Raylib.ShaderLocationIndex.LOC_VERTEX_TEXCOORD01.html new file mode 100644 index 0000000..633b130 --- /dev/null +++ b/docs/raylib/Raylib.ShaderLocationIndex.LOC_VERTEX_TEXCOORD01.html @@ -0,0 +1,47 @@ + + + + + Raylib.ShaderLocationIndex.LOC_VERTEX_TEXCOORD01 – raylib – Vala Binding Reference + + + + +
+ +
+

LOC_VERTEX_TEXCOORD01

+
+

Description:

+
LOC_VERTEX_TEXCOORD01 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.ShaderLocationIndex.LOC_VERTEX_TEXCOORD02.html b/docs/raylib/Raylib.ShaderLocationIndex.LOC_VERTEX_TEXCOORD02.html new file mode 100644 index 0000000..bb24ec7 --- /dev/null +++ b/docs/raylib/Raylib.ShaderLocationIndex.LOC_VERTEX_TEXCOORD02.html @@ -0,0 +1,47 @@ + + + + + Raylib.ShaderLocationIndex.LOC_VERTEX_TEXCOORD02 – raylib – Vala Binding Reference + + + + +
+ +
+

LOC_VERTEX_TEXCOORD02

+
+

Description:

+
LOC_VERTEX_TEXCOORD02 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.ShaderLocationIndex.html b/docs/raylib/Raylib.ShaderLocationIndex.html new file mode 100644 index 0000000..9d4eaa4 --- /dev/null +++ b/docs/raylib/Raylib.ShaderLocationIndex.html @@ -0,0 +1,101 @@ + + + + + Raylib.ShaderLocationIndex – raylib – Vala Binding Reference + + + + +
+ + +

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.ShaderUniformDataType.UNIFORM_FLOAT.html b/docs/raylib/Raylib.ShaderUniformDataType.UNIFORM_FLOAT.html new file mode 100644 index 0000000..44a090d --- /dev/null +++ b/docs/raylib/Raylib.ShaderUniformDataType.UNIFORM_FLOAT.html @@ -0,0 +1,47 @@ + + + + + Raylib.ShaderUniformDataType.UNIFORM_FLOAT – raylib – Vala Binding Reference + + + + +
+ +
+

UNIFORM_FLOAT

+
+

Description:

+
UNIFORM_FLOAT = 0 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.ShaderUniformDataType.UNIFORM_INT.html b/docs/raylib/Raylib.ShaderUniformDataType.UNIFORM_INT.html new file mode 100644 index 0000000..b9e95ee --- /dev/null +++ b/docs/raylib/Raylib.ShaderUniformDataType.UNIFORM_INT.html @@ -0,0 +1,47 @@ + + + + + Raylib.ShaderUniformDataType.UNIFORM_INT – raylib – Vala Binding Reference + + + + +
+ +
+

UNIFORM_INT

+
+

Description:

+
UNIFORM_INT +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.ShaderUniformDataType.UNIFORM_IVEC2.html b/docs/raylib/Raylib.ShaderUniformDataType.UNIFORM_IVEC2.html new file mode 100644 index 0000000..11b77f7 --- /dev/null +++ b/docs/raylib/Raylib.ShaderUniformDataType.UNIFORM_IVEC2.html @@ -0,0 +1,47 @@ + + + + + Raylib.ShaderUniformDataType.UNIFORM_IVEC2 – raylib – Vala Binding Reference + + + + +
+ +
+

UNIFORM_IVEC2

+
+

Description:

+
UNIFORM_IVEC2 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.ShaderUniformDataType.UNIFORM_IVEC3.html b/docs/raylib/Raylib.ShaderUniformDataType.UNIFORM_IVEC3.html new file mode 100644 index 0000000..5598f6b --- /dev/null +++ b/docs/raylib/Raylib.ShaderUniformDataType.UNIFORM_IVEC3.html @@ -0,0 +1,47 @@ + + + + + Raylib.ShaderUniformDataType.UNIFORM_IVEC3 – raylib – Vala Binding Reference + + + + +
+ +
+

UNIFORM_IVEC3

+
+

Description:

+
UNIFORM_IVEC3 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.ShaderUniformDataType.UNIFORM_IVEC4.html b/docs/raylib/Raylib.ShaderUniformDataType.UNIFORM_IVEC4.html new file mode 100644 index 0000000..415a90c --- /dev/null +++ b/docs/raylib/Raylib.ShaderUniformDataType.UNIFORM_IVEC4.html @@ -0,0 +1,47 @@ + + + + + Raylib.ShaderUniformDataType.UNIFORM_IVEC4 – raylib – Vala Binding Reference + + + + +
+ +
+

UNIFORM_IVEC4

+
+

Description:

+
UNIFORM_IVEC4 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.ShaderUniformDataType.UNIFORM_SAMPLER2D.html b/docs/raylib/Raylib.ShaderUniformDataType.UNIFORM_SAMPLER2D.html new file mode 100644 index 0000000..af712e8 --- /dev/null +++ b/docs/raylib/Raylib.ShaderUniformDataType.UNIFORM_SAMPLER2D.html @@ -0,0 +1,47 @@ + + + + + Raylib.ShaderUniformDataType.UNIFORM_SAMPLER2D – raylib – Vala Binding Reference + + + + +
+ +
+

UNIFORM_SAMPLER2D

+
+

Description:

+
UNIFORM_SAMPLER2D +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.ShaderUniformDataType.UNIFORM_VEC2.html b/docs/raylib/Raylib.ShaderUniformDataType.UNIFORM_VEC2.html new file mode 100644 index 0000000..8317951 --- /dev/null +++ b/docs/raylib/Raylib.ShaderUniformDataType.UNIFORM_VEC2.html @@ -0,0 +1,47 @@ + + + + + Raylib.ShaderUniformDataType.UNIFORM_VEC2 – raylib – Vala Binding Reference + + + + +
+ +
+

UNIFORM_VEC2

+
+

Description:

+
UNIFORM_VEC2 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.ShaderUniformDataType.UNIFORM_VEC3.html b/docs/raylib/Raylib.ShaderUniformDataType.UNIFORM_VEC3.html new file mode 100644 index 0000000..d2698f5 --- /dev/null +++ b/docs/raylib/Raylib.ShaderUniformDataType.UNIFORM_VEC3.html @@ -0,0 +1,47 @@ + + + + + Raylib.ShaderUniformDataType.UNIFORM_VEC3 – raylib – Vala Binding Reference + + + + +
+ +
+

UNIFORM_VEC3

+
+

Description:

+
UNIFORM_VEC3 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.ShaderUniformDataType.UNIFORM_VEC4.html b/docs/raylib/Raylib.ShaderUniformDataType.UNIFORM_VEC4.html new file mode 100644 index 0000000..a416f60 --- /dev/null +++ b/docs/raylib/Raylib.ShaderUniformDataType.UNIFORM_VEC4.html @@ -0,0 +1,47 @@ + + + + + Raylib.ShaderUniformDataType.UNIFORM_VEC4 – raylib – Vala Binding Reference + + + + +
+ +
+

UNIFORM_VEC4

+
+

Description:

+
UNIFORM_VEC4 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.ShaderUniformDataType.html b/docs/raylib/Raylib.ShaderUniformDataType.html new file mode 100644 index 0000000..4d41ce7 --- /dev/null +++ b/docs/raylib/Raylib.ShaderUniformDataType.html @@ -0,0 +1,69 @@ + + + + + Raylib.ShaderUniformDataType – raylib – Vala Binding Reference + + + + +
+ +
+

ShaderUniformDataType

+
+

Description:

+
[ CCode ( cprefix = "" , has_type_id = false ) ]
public enum ShaderUniformDataType +

+
Namespace: Raylib +
+
Package: raylib +
+

Content:

+

Enum values:

+ +
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.TextToInteger.html b/docs/raylib/Raylib.TextToInteger.html new file mode 100644 index 0000000..82362af --- /dev/null +++ b/docs/raylib/Raylib.TextToInteger.html @@ -0,0 +1,156 @@ + + + + + Raylib.TextToInteger – raylib – Vala Binding Reference + + + + +
+ +
+

TextToInteger

+
+

Description:

+
[ CCode ( cname = "TextToInteger" ) ]
public int TextToInteger (string text) +
+
+

Get integer value from text (negative values not supported)

+

+
Namespace: Raylib +
+
Package: raylib +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.TextureFilterMode.FILTER_ANISOTROPIC_16X.html b/docs/raylib/Raylib.TextureFilterMode.FILTER_ANISOTROPIC_16X.html new file mode 100644 index 0000000..01f8f5d --- /dev/null +++ b/docs/raylib/Raylib.TextureFilterMode.FILTER_ANISOTROPIC_16X.html @@ -0,0 +1,47 @@ + + + + + Raylib.TextureFilterMode.FILTER_ANISOTROPIC_16X – raylib – Vala Binding Reference + + + + +
+ +
+

FILTER_ANISOTROPIC_16X

+
+

Description:

+
FILTER_ANISOTROPIC_16X +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.TextureFilterMode.FILTER_ANISOTROPIC_4X.html b/docs/raylib/Raylib.TextureFilterMode.FILTER_ANISOTROPIC_4X.html new file mode 100644 index 0000000..4d72746 --- /dev/null +++ b/docs/raylib/Raylib.TextureFilterMode.FILTER_ANISOTROPIC_4X.html @@ -0,0 +1,47 @@ + + + + + Raylib.TextureFilterMode.FILTER_ANISOTROPIC_4X – raylib – Vala Binding Reference + + + + +
+ +
+

FILTER_ANISOTROPIC_4X

+
+

Description:

+
FILTER_ANISOTROPIC_4X +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.TextureFilterMode.FILTER_ANISOTROPIC_8X.html b/docs/raylib/Raylib.TextureFilterMode.FILTER_ANISOTROPIC_8X.html new file mode 100644 index 0000000..c5527d9 --- /dev/null +++ b/docs/raylib/Raylib.TextureFilterMode.FILTER_ANISOTROPIC_8X.html @@ -0,0 +1,47 @@ + + + + + Raylib.TextureFilterMode.FILTER_ANISOTROPIC_8X – raylib – Vala Binding Reference + + + + +
+ +
+

FILTER_ANISOTROPIC_8X

+
+

Description:

+
FILTER_ANISOTROPIC_8X +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.TextureFilterMode.FILTER_BILINEAR.html b/docs/raylib/Raylib.TextureFilterMode.FILTER_BILINEAR.html new file mode 100644 index 0000000..42d10ef --- /dev/null +++ b/docs/raylib/Raylib.TextureFilterMode.FILTER_BILINEAR.html @@ -0,0 +1,47 @@ + + + + + Raylib.TextureFilterMode.FILTER_BILINEAR – raylib – Vala Binding Reference + + + + +
+ +
+

FILTER_BILINEAR

+
+

Description:

+
FILTER_BILINEAR +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.TextureFilterMode.FILTER_POINT.html b/docs/raylib/Raylib.TextureFilterMode.FILTER_POINT.html new file mode 100644 index 0000000..c0af093 --- /dev/null +++ b/docs/raylib/Raylib.TextureFilterMode.FILTER_POINT.html @@ -0,0 +1,47 @@ + + + + + Raylib.TextureFilterMode.FILTER_POINT – raylib – Vala Binding Reference + + + + +
+ +
+

FILTER_POINT

+
+

Description:

+
FILTER_POINT = 0 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.TextureFilterMode.FILTER_TRILINEAR.html b/docs/raylib/Raylib.TextureFilterMode.FILTER_TRILINEAR.html new file mode 100644 index 0000000..c3d658f --- /dev/null +++ b/docs/raylib/Raylib.TextureFilterMode.FILTER_TRILINEAR.html @@ -0,0 +1,47 @@ + + + + + Raylib.TextureFilterMode.FILTER_TRILINEAR – raylib – Vala Binding Reference + + + + +
+ +
+

FILTER_TRILINEAR

+
+

Description:

+
FILTER_TRILINEAR +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.TextureFilterMode.html b/docs/raylib/Raylib.TextureFilterMode.html new file mode 100644 index 0000000..40c4ff4 --- /dev/null +++ b/docs/raylib/Raylib.TextureFilterMode.html @@ -0,0 +1,63 @@ + + + + + Raylib.TextureFilterMode – raylib – Vala Binding Reference + + + + +
+ +
+

TextureFilterMode

+
+

Description:

+
[ CCode ( cprefix = "" , has_type_id = false ) ]
public enum TextureFilterMode +

+
Namespace: Raylib +
+
Package: raylib +
+

Content:

+

Enum values:

+ +
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.TextureWrapMode.WRAP_CLAMP.html b/docs/raylib/Raylib.TextureWrapMode.WRAP_CLAMP.html new file mode 100644 index 0000000..6aff888 --- /dev/null +++ b/docs/raylib/Raylib.TextureWrapMode.WRAP_CLAMP.html @@ -0,0 +1,47 @@ + + + + + Raylib.TextureWrapMode.WRAP_CLAMP – raylib – Vala Binding Reference + + + + +
+ +
+

WRAP_CLAMP

+
+

Description:

+
WRAP_CLAMP +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.TextureWrapMode.WRAP_MIRROR_CLAMP.html b/docs/raylib/Raylib.TextureWrapMode.WRAP_MIRROR_CLAMP.html new file mode 100644 index 0000000..50b783b --- /dev/null +++ b/docs/raylib/Raylib.TextureWrapMode.WRAP_MIRROR_CLAMP.html @@ -0,0 +1,47 @@ + + + + + Raylib.TextureWrapMode.WRAP_MIRROR_CLAMP – raylib – Vala Binding Reference + + + + +
+ +
+

WRAP_MIRROR_CLAMP

+
+

Description:

+
WRAP_MIRROR_CLAMP +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.TextureWrapMode.WRAP_MIRROR_REPEAT.html b/docs/raylib/Raylib.TextureWrapMode.WRAP_MIRROR_REPEAT.html new file mode 100644 index 0000000..2ab0668 --- /dev/null +++ b/docs/raylib/Raylib.TextureWrapMode.WRAP_MIRROR_REPEAT.html @@ -0,0 +1,47 @@ + + + + + Raylib.TextureWrapMode.WRAP_MIRROR_REPEAT – raylib – Vala Binding Reference + + + + +
+ +
+

WRAP_MIRROR_REPEAT

+
+

Description:

+
WRAP_MIRROR_REPEAT +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.TextureWrapMode.WRAP_REPEAT.html b/docs/raylib/Raylib.TextureWrapMode.WRAP_REPEAT.html new file mode 100644 index 0000000..1cbcd28 --- /dev/null +++ b/docs/raylib/Raylib.TextureWrapMode.WRAP_REPEAT.html @@ -0,0 +1,47 @@ + + + + + Raylib.TextureWrapMode.WRAP_REPEAT – raylib – Vala Binding Reference + + + + +
+ +
+

WRAP_REPEAT

+
+

Description:

+
WRAP_REPEAT = 0 +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.TextureWrapMode.html b/docs/raylib/Raylib.TextureWrapMode.html new file mode 100644 index 0000000..28543ea --- /dev/null +++ b/docs/raylib/Raylib.TextureWrapMode.html @@ -0,0 +1,59 @@ + + + + + Raylib.TextureWrapMode – raylib – Vala Binding Reference + + + + +
+ +
+

TextureWrapMode

+
+

Description:

+
[ CCode ( cprefix = "" , has_type_id = false ) ]
public enum TextureWrapMode +

+
Namespace: Raylib +
+
Package: raylib +
+

Content:

+

Enum values:

+ +
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.TraceLogType.LOG_ALL.html b/docs/raylib/Raylib.TraceLogType.LOG_ALL.html new file mode 100644 index 0000000..6dbc925 --- /dev/null +++ b/docs/raylib/Raylib.TraceLogType.LOG_ALL.html @@ -0,0 +1,47 @@ + + + + + Raylib.TraceLogType.LOG_ALL – raylib – Vala Binding Reference + + + + +
+ +
+

LOG_ALL

+
+

Description:

+
LOG_ALL +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.TraceLogType.LOG_DEBUG.html b/docs/raylib/Raylib.TraceLogType.LOG_DEBUG.html new file mode 100644 index 0000000..eebc1f9 --- /dev/null +++ b/docs/raylib/Raylib.TraceLogType.LOG_DEBUG.html @@ -0,0 +1,47 @@ + + + + + Raylib.TraceLogType.LOG_DEBUG – raylib – Vala Binding Reference + + + + +
+ +
+

LOG_DEBUG

+
+

Description:

+
LOG_DEBUG +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.TraceLogType.LOG_ERROR.html b/docs/raylib/Raylib.TraceLogType.LOG_ERROR.html new file mode 100644 index 0000000..761d7ab --- /dev/null +++ b/docs/raylib/Raylib.TraceLogType.LOG_ERROR.html @@ -0,0 +1,47 @@ + + + + + Raylib.TraceLogType.LOG_ERROR – raylib – Vala Binding Reference + + + + +
+ +
+

LOG_ERROR

+
+

Description:

+
LOG_ERROR +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.TraceLogType.LOG_FATAL.html b/docs/raylib/Raylib.TraceLogType.LOG_FATAL.html new file mode 100644 index 0000000..560e446 --- /dev/null +++ b/docs/raylib/Raylib.TraceLogType.LOG_FATAL.html @@ -0,0 +1,47 @@ + + + + + Raylib.TraceLogType.LOG_FATAL – raylib – Vala Binding Reference + + + + +
+ +
+

LOG_FATAL

+
+

Description:

+
LOG_FATAL +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.TraceLogType.LOG_INFO.html b/docs/raylib/Raylib.TraceLogType.LOG_INFO.html new file mode 100644 index 0000000..da0803d --- /dev/null +++ b/docs/raylib/Raylib.TraceLogType.LOG_INFO.html @@ -0,0 +1,47 @@ + + + + + Raylib.TraceLogType.LOG_INFO – raylib – Vala Binding Reference + + + + +
+ +
+

LOG_INFO

+
+

Description:

+
LOG_INFO +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.TraceLogType.LOG_NONE.html b/docs/raylib/Raylib.TraceLogType.LOG_NONE.html new file mode 100644 index 0000000..ed31496 --- /dev/null +++ b/docs/raylib/Raylib.TraceLogType.LOG_NONE.html @@ -0,0 +1,47 @@ + + + + + Raylib.TraceLogType.LOG_NONE – raylib – Vala Binding Reference + + + + +
+ +
+

LOG_NONE

+
+

Description:

+
LOG_NONE +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.TraceLogType.LOG_TRACE.html b/docs/raylib/Raylib.TraceLogType.LOG_TRACE.html new file mode 100644 index 0000000..c267a32 --- /dev/null +++ b/docs/raylib/Raylib.TraceLogType.LOG_TRACE.html @@ -0,0 +1,47 @@ + + + + + Raylib.TraceLogType.LOG_TRACE – raylib – Vala Binding Reference + + + + +
+ +
+

LOG_TRACE

+
+

Description:

+
LOG_TRACE +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.TraceLogType.LOG_WARNING.html b/docs/raylib/Raylib.TraceLogType.LOG_WARNING.html new file mode 100644 index 0000000..3d49acf --- /dev/null +++ b/docs/raylib/Raylib.TraceLogType.LOG_WARNING.html @@ -0,0 +1,47 @@ + + + + + Raylib.TraceLogType.LOG_WARNING – raylib – Vala Binding Reference + + + + +
+ +
+

LOG_WARNING

+
+

Description:

+
LOG_WARNING +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.TraceLogType.html b/docs/raylib/Raylib.TraceLogType.html new file mode 100644 index 0000000..d6e673c --- /dev/null +++ b/docs/raylib/Raylib.TraceLogType.html @@ -0,0 +1,67 @@ + + + + + Raylib.TraceLogType – raylib – Vala Binding Reference + + + + +
+ +
+

TraceLogType

+
+

Description:

+
[ CCode ( cprefix = "" , has_type_id = false ) ]
public enum TraceLogType +

+
Namespace: Raylib +
+
Package: raylib +
+

Content:

+

Enum values:

+ +
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.VIOLET.html b/docs/raylib/Raylib.VIOLET.html new file mode 100644 index 0000000..fe074fa --- /dev/null +++ b/docs/raylib/Raylib.VIOLET.html @@ -0,0 +1,153 @@ + + + + + Raylib.VIOLET – raylib – Vala Binding Reference + + + + +
+ +
+

VIOLET

+
+

Description:

+
[ CCode ( cname = "VIOLET" ) ]
public const Color VIOLET +

+
Namespace: Raylib +
+
Package: raylib +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Vector2.html b/docs/raylib/Raylib.Vector2.html new file mode 100644 index 0000000..c59dea0 --- /dev/null +++ b/docs/raylib/Raylib.Vector2.html @@ -0,0 +1,68 @@ + + + + + Raylib.Vector2 – raylib – Vala Binding Reference + + + + +
+ +
+

Vector2

+
+

Object Hierarchy:

+ Object hierarchy for Vector2 + + + + + +

Description:

+
[ SimpleType ]
[ CCode ( cname = "struct Vector2" , destroy_function = "" , has_type_id = true ) ]
public struct Vector2 +

+
Namespace: Raylib +
+
Package: raylib +
+

Content:

+

Fields:

+ +
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Vector2.x.html b/docs/raylib/Raylib.Vector2.x.html new file mode 100644 index 0000000..b4473bd --- /dev/null +++ b/docs/raylib/Raylib.Vector2.x.html @@ -0,0 +1,45 @@ + + + + + Raylib.Vector2.x – raylib – Vala Binding Reference + + + + +
+ +
+

x

+
+

Description:

+
public float x +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Vector2.y.html b/docs/raylib/Raylib.Vector2.y.html new file mode 100644 index 0000000..9a2c472 --- /dev/null +++ b/docs/raylib/Raylib.Vector2.y.html @@ -0,0 +1,45 @@ + + + + + Raylib.Vector2.y – raylib – Vala Binding Reference + + + + +
+ +
+

y

+
+

Description:

+
public float y +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Vector3.html b/docs/raylib/Raylib.Vector3.html new file mode 100644 index 0000000..d9ee920 --- /dev/null +++ b/docs/raylib/Raylib.Vector3.html @@ -0,0 +1,73 @@ + + + + + Raylib.Vector3 – raylib – Vala Binding Reference + + + + +
+ +
+

Vector3

+
+

Object Hierarchy:

+ Object hierarchy for Vector3 + + + + + +

Description:

+
[ SimpleType ]
[ CCode ( cname = "struct Vector3" , destroy_function = "" , has_type_id = true ) ]
public struct Vector3 +

+
Namespace: Raylib +
+
Package: raylib +
+

Content:

+

Fields:

+ +
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Vector3.x.html b/docs/raylib/Raylib.Vector3.x.html new file mode 100644 index 0000000..0f961af --- /dev/null +++ b/docs/raylib/Raylib.Vector3.x.html @@ -0,0 +1,46 @@ + + + + + Raylib.Vector3.x – raylib – Vala Binding Reference + + + + +
+ +
+

x

+
+

Description:

+
public float x +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Vector3.y.html b/docs/raylib/Raylib.Vector3.y.html new file mode 100644 index 0000000..5644f7f --- /dev/null +++ b/docs/raylib/Raylib.Vector3.y.html @@ -0,0 +1,46 @@ + + + + + Raylib.Vector3.y – raylib – Vala Binding Reference + + + + +
+ +
+

y

+
+

Description:

+
public float y +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Vector3.z.html b/docs/raylib/Raylib.Vector3.z.html new file mode 100644 index 0000000..bdf1cf5 --- /dev/null +++ b/docs/raylib/Raylib.Vector3.z.html @@ -0,0 +1,46 @@ + + + + + Raylib.Vector3.z – raylib – Vala Binding Reference + + + + +
+ +
+

z

+
+

Description:

+
public float z +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Vector4.html b/docs/raylib/Raylib.Vector4.html new file mode 100644 index 0000000..59f58c7 --- /dev/null +++ b/docs/raylib/Raylib.Vector4.html @@ -0,0 +1,96 @@ + + + + + Raylib.Vector4 – raylib – Vala Binding Reference + + + + +
+ +
+

Vector4

+
+

Object Hierarchy:

+ Object hierarchy for Vector4 + + + + + +

Description:

+
[ SimpleType ]
[ CCode ( cname = "struct Vector4" , destroy_function = "" , has_type_id = true ) ]
public struct Vector4 +
+
+
All known sub-structs:
+
+
+ +
+
+ +
+
+ +
+
+

+
Namespace: Raylib +
+
Package: raylib +
+

Content:

+

Fields:

+ +
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Vector4.w.html b/docs/raylib/Raylib.Vector4.w.html new file mode 100644 index 0000000..8f75f06 --- /dev/null +++ b/docs/raylib/Raylib.Vector4.w.html @@ -0,0 +1,47 @@ + + + + + Raylib.Vector4.w – raylib – Vala Binding Reference + + + + +
+ +
+

w

+
+

Description:

+
public float w +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Vector4.x.html b/docs/raylib/Raylib.Vector4.x.html new file mode 100644 index 0000000..ed91850 --- /dev/null +++ b/docs/raylib/Raylib.Vector4.x.html @@ -0,0 +1,47 @@ + + + + + Raylib.Vector4.x – raylib – Vala Binding Reference + + + + +
+ +
+

x

+
+

Description:

+
public float x +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Vector4.y.html b/docs/raylib/Raylib.Vector4.y.html new file mode 100644 index 0000000..7b64811 --- /dev/null +++ b/docs/raylib/Raylib.Vector4.y.html @@ -0,0 +1,47 @@ + + + + + Raylib.Vector4.y – raylib – Vala Binding Reference + + + + +
+ +
+

y

+
+

Description:

+
public float y +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Vector4.z.html b/docs/raylib/Raylib.Vector4.z.html new file mode 100644 index 0000000..88f1c26 --- /dev/null +++ b/docs/raylib/Raylib.Vector4.z.html @@ -0,0 +1,47 @@ + + + + + Raylib.Vector4.z – raylib – Vala Binding Reference + + + + +
+ +
+

z

+
+

Description:

+
public float z +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.WHITE.html b/docs/raylib/Raylib.WHITE.html new file mode 100644 index 0000000..c366476 --- /dev/null +++ b/docs/raylib/Raylib.WHITE.html @@ -0,0 +1,153 @@ + + + + + Raylib.WHITE – raylib – Vala Binding Reference + + + + +
+ +
+

WHITE

+
+

Description:

+
[ CCode ( cname = "WHITE" ) ]
public const Color WHITE +

+
Namespace: Raylib +
+
Package: raylib +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Window.close.html b/docs/raylib/Raylib.Window.close.html new file mode 100644 index 0000000..0946e0e --- /dev/null +++ b/docs/raylib/Raylib.Window.close.html @@ -0,0 +1,63 @@ + + + + + Raylib.Window.close – raylib – Vala Binding Reference + + + + +
+ +
+

close

+
+

Description:

+
[ CCode ( cname = "CloseWindow" ) ]
public static void close () +
+
+

Close window and unload OpenGL context

+
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Window.get_position.html b/docs/raylib/Raylib.Window.get_position.html new file mode 100644 index 0000000..8e67646 --- /dev/null +++ b/docs/raylib/Raylib.Window.get_position.html @@ -0,0 +1,63 @@ + + + + + Raylib.Window.get_position – raylib – Vala Binding Reference + + + + +
+ +
+

get_position

+
+

Description:

+
[ CCode ( cname = "GetWindowPosition" ) ]
public static Vector2 get_position () +
+
+

Get window position XY on monitor

+
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Window.hide.html b/docs/raylib/Raylib.Window.hide.html new file mode 100644 index 0000000..1e516d6 --- /dev/null +++ b/docs/raylib/Raylib.Window.hide.html @@ -0,0 +1,63 @@ + + + + + Raylib.Window.hide – raylib – Vala Binding Reference + + + + +
+ +
+

hide

+
+

Description:

+
[ CCode ( cname = "HideWindow" ) ]
public static void hide () +
+
+

Hide the window

+
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Window.html b/docs/raylib/Raylib.Window.html new file mode 100644 index 0000000..2a4e810 --- /dev/null +++ b/docs/raylib/Raylib.Window.html @@ -0,0 +1,150 @@ + + + + + Raylib.Window – raylib – Vala Binding Reference + + + + +
+ +
+

Window

+
+

Object Hierarchy:

+ Object hierarchy for Window + + + + + +

Description:

+
[ Compact ]
public class Window +
+
+

Window object encapsulating static window related functions

+

Unless I'm mistaken, only a single Raylib window can exist at once. For this reason (I presume) the C API does not expose a struct or + handle to the current Window apart from with one method.

+

Because of this it really feels like we should implement a Window class but the best I can come up with is static methods to group the + functionality together. There may be a better way?

+

+
Namespace: Raylib +
+
Package: raylib +
+

Content:

+

Static methods:

+ +
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Window.init.html b/docs/raylib/Raylib.Window.init.html new file mode 100644 index 0000000..a24094a --- /dev/null +++ b/docs/raylib/Raylib.Window.init.html @@ -0,0 +1,63 @@ + + + + + Raylib.Window.init – raylib – Vala Binding Reference + + + + +
+ +
+

init

+
+

Description:

+
[ CCode ( cname = "InitWindow" ) ]
public static void init (int width, int height, string title) +
+
+

Initialize window and OpenGL context

+
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Window.is_fullscreen.html b/docs/raylib/Raylib.Window.is_fullscreen.html new file mode 100644 index 0000000..d55aaf4 --- /dev/null +++ b/docs/raylib/Raylib.Window.is_fullscreen.html @@ -0,0 +1,63 @@ + + + + + Raylib.Window.is_fullscreen – raylib – Vala Binding Reference + + + + +
+ +
+

is_fullscreen

+
+

Description:

+
[ CCode ( cname = "IsWindowFullScreen" ) ]
public static bool is_fullscreen () +
+
+

Check if window is currently fullscreen

+
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Window.is_hidden.html b/docs/raylib/Raylib.Window.is_hidden.html new file mode 100644 index 0000000..40d7fea --- /dev/null +++ b/docs/raylib/Raylib.Window.is_hidden.html @@ -0,0 +1,63 @@ + + + + + Raylib.Window.is_hidden – raylib – Vala Binding Reference + + + + +
+ +
+

is_hidden

+
+

Description:

+
[ CCode ( cname = "IsWindowHidden" ) ]
public static bool is_hidden () +
+
+

Check if window is currently hidden

+
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Window.is_minimized.html b/docs/raylib/Raylib.Window.is_minimized.html new file mode 100644 index 0000000..9786b37 --- /dev/null +++ b/docs/raylib/Raylib.Window.is_minimized.html @@ -0,0 +1,63 @@ + + + + + Raylib.Window.is_minimized – raylib – Vala Binding Reference + + + + +
+ +
+

is_minimized

+
+

Description:

+
[ CCode ( cname = "IsWindowMinimized" ) ]
public static bool is_minimized () +
+
+

Check if window has been minimized (or lost focus)

+
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Window.is_ready.html b/docs/raylib/Raylib.Window.is_ready.html new file mode 100644 index 0000000..1e98afd --- /dev/null +++ b/docs/raylib/Raylib.Window.is_ready.html @@ -0,0 +1,63 @@ + + + + + Raylib.Window.is_ready – raylib – Vala Binding Reference + + + + +
+ +
+

is_ready

+
+

Description:

+
[ CCode ( cname = "IsWindowReady" ) ]
public static bool is_ready () +
+
+

Check if window has been initialized successfully

+
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Window.is_resized.html b/docs/raylib/Raylib.Window.is_resized.html new file mode 100644 index 0000000..a21a3cf --- /dev/null +++ b/docs/raylib/Raylib.Window.is_resized.html @@ -0,0 +1,63 @@ + + + + + Raylib.Window.is_resized – raylib – Vala Binding Reference + + + + +
+ +
+

is_resized

+
+

Description:

+
[ CCode ( cname = "IsWindowResized" ) ]
public static bool is_resized () +
+
+

Check if window has been resized

+
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Window.is_window_fullscreen.html b/docs/raylib/Raylib.Window.is_window_fullscreen.html new file mode 100644 index 0000000..81f2582 --- /dev/null +++ b/docs/raylib/Raylib.Window.is_window_fullscreen.html @@ -0,0 +1,52 @@ + + + + + Raylib.Window.is_window_fullscreen – raylib – Vala Binding Reference + + + + +
+ +
+

is_window_fullscreen

+
+

Description:

+
[ CCode ( cname = "IsWindowFullScreen" ) ]
public static bool is_window_fullscreen () +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Window.is_window_hidden.html b/docs/raylib/Raylib.Window.is_window_hidden.html new file mode 100644 index 0000000..268f6d4 --- /dev/null +++ b/docs/raylib/Raylib.Window.is_window_hidden.html @@ -0,0 +1,52 @@ + + + + + Raylib.Window.is_window_hidden – raylib – Vala Binding Reference + + + + +
+ +
+

is_window_hidden

+
+

Description:

+
[ CCode ( cname = "IsWindowHidden" ) ]
public static bool is_window_hidden () +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Window.is_window_minimized.html b/docs/raylib/Raylib.Window.is_window_minimized.html new file mode 100644 index 0000000..fc8e5f9 --- /dev/null +++ b/docs/raylib/Raylib.Window.is_window_minimized.html @@ -0,0 +1,55 @@ + + + + + Raylib.Window.is_window_minimized – raylib – Vala Binding Reference + + + + +
+ +
+

is_window_minimized

+
+

Description:

+
[ CCode ( cname = "IsWindowMinimized" ) ]
public static bool is_window_minimized () +
+
+

Check if window has been minimized (or lost focus)

+
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Window.is_window_ready.html b/docs/raylib/Raylib.Window.is_window_ready.html new file mode 100644 index 0000000..9984140 --- /dev/null +++ b/docs/raylib/Raylib.Window.is_window_ready.html @@ -0,0 +1,55 @@ + + + + + Raylib.Window.is_window_ready – raylib – Vala Binding Reference + + + + +
+ +
+

is_window_ready

+
+

Description:

+
[ CCode ( cname = "IsWindowReady" ) ]
public static bool is_window_ready () +
+
+

Check if window has been initialized successfully

+
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Window.is_window_resized.html b/docs/raylib/Raylib.Window.is_window_resized.html new file mode 100644 index 0000000..35f1447 --- /dev/null +++ b/docs/raylib/Raylib.Window.is_window_resized.html @@ -0,0 +1,52 @@ + + + + + Raylib.Window.is_window_resized – raylib – Vala Binding Reference + + + + +
+ +
+

is_window_resized

+
+

Description:

+
[ CCode ( cname = "IsWindowResized" ) ]
public static bool is_window_resized () +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Window.set_min_size.html b/docs/raylib/Raylib.Window.set_min_size.html new file mode 100644 index 0000000..df62a44 --- /dev/null +++ b/docs/raylib/Raylib.Window.set_min_size.html @@ -0,0 +1,63 @@ + + + + + Raylib.Window.set_min_size – raylib – Vala Binding Reference + + + + +
+ +
+

set_min_size

+
+

Description:

+
[ CCode ( cname = "SetWindowMinSize" ) ]
public static void set_min_size (int width, int height) +
+
+

Set window minimum dimensions (for FLAG_WINDOW_RESIZABLE)

+
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Window.set_monitor.html b/docs/raylib/Raylib.Window.set_monitor.html new file mode 100644 index 0000000..8954a82 --- /dev/null +++ b/docs/raylib/Raylib.Window.set_monitor.html @@ -0,0 +1,63 @@ + + + + + Raylib.Window.set_monitor – raylib – Vala Binding Reference + + + + +
+ +
+

set_monitor

+
+

Description:

+
[ CCode ( cname = "SetWindowMonitor" ) ]
public static void set_monitor (int monitor) +
+
+

Set monitor for the current window (fullscreen mode)

+
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Window.set_position.html b/docs/raylib/Raylib.Window.set_position.html new file mode 100644 index 0000000..4e5c484 --- /dev/null +++ b/docs/raylib/Raylib.Window.set_position.html @@ -0,0 +1,63 @@ + + + + + Raylib.Window.set_position – raylib – Vala Binding Reference + + + + +
+ +
+

set_position

+
+

Description:

+
[ CCode ( cname = "SetWindowPosition" ) ]
public static void set_position (int x, int y) +
+
+

Set window position on screen (only PLATFORM_DESKTOP)

+
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Window.set_size.html b/docs/raylib/Raylib.Window.set_size.html new file mode 100644 index 0000000..07e2fda --- /dev/null +++ b/docs/raylib/Raylib.Window.set_size.html @@ -0,0 +1,63 @@ + + + + + Raylib.Window.set_size – raylib – Vala Binding Reference + + + + +
+ +
+

set_size

+
+

Description:

+
[ CCode ( cname = "SetWindowSize" ) ]
public static void set_size (int width, int height) +
+
+

Set window dimensions

+
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Window.set_title.html b/docs/raylib/Raylib.Window.set_title.html new file mode 100644 index 0000000..6f11668 --- /dev/null +++ b/docs/raylib/Raylib.Window.set_title.html @@ -0,0 +1,63 @@ + + + + + Raylib.Window.set_title – raylib – Vala Binding Reference + + + + +
+ +
+

set_title

+
+

Description:

+
[ CCode ( cname = "SetWindowTitle" ) ]
public static void set_title (string title) +
+
+

Set title for window (only PLATFORM_DESKTOP)

+
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Window.should_close.html b/docs/raylib/Raylib.Window.should_close.html new file mode 100644 index 0000000..2edb092 --- /dev/null +++ b/docs/raylib/Raylib.Window.should_close.html @@ -0,0 +1,63 @@ + + + + + Raylib.Window.should_close – raylib – Vala Binding Reference + + + + +
+ +
+

should_close

+
+

Description:

+
[ CCode ( cname = "WindowShouldClose" ) ]
public static bool should_close () +
+
+

Check if KEY_ESCAPE pressed or Close icon pressed

+
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Window.toggle_fullscreen.html b/docs/raylib/Raylib.Window.toggle_fullscreen.html new file mode 100644 index 0000000..ea0d84a --- /dev/null +++ b/docs/raylib/Raylib.Window.toggle_fullscreen.html @@ -0,0 +1,63 @@ + + + + + Raylib.Window.toggle_fullscreen – raylib – Vala Binding Reference + + + + +
+ +
+

toggle_fullscreen

+
+

Description:

+
[ CCode ( cname = "ToggleFullScreen" ) ]
public static void toggle_fullscreen () +
+
+

Toggle fullscreen mode (only PLATFORM_DESKTOP)

+
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.Window.unhide.html b/docs/raylib/Raylib.Window.unhide.html new file mode 100644 index 0000000..ee9ea8d --- /dev/null +++ b/docs/raylib/Raylib.Window.unhide.html @@ -0,0 +1,63 @@ + + + + + Raylib.Window.unhide – raylib – Vala Binding Reference + + + + +
+ +
+

unhide

+
+

Description:

+
[ CCode ( cname = "UnhideWindow" ) ]
public static void unhide () +
+
+

Show the window

+
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.YELLOW.html b/docs/raylib/Raylib.YELLOW.html new file mode 100644 index 0000000..2a67aa0 --- /dev/null +++ b/docs/raylib/Raylib.YELLOW.html @@ -0,0 +1,153 @@ + + + + + Raylib.YELLOW – raylib – Vala Binding Reference + + + + +
+ +
+

YELLOW

+
+

Description:

+
[ CCode ( cname = "YELLOW" ) ]
public const Color YELLOW +

+
Namespace: Raylib +
+
Package: raylib +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.begin_drawing.html b/docs/raylib/Raylib.begin_drawing.html new file mode 100644 index 0000000..3dfc8f4 --- /dev/null +++ b/docs/raylib/Raylib.begin_drawing.html @@ -0,0 +1,156 @@ + + + + + Raylib.begin_drawing – raylib – Vala Binding Reference + + + + +
+ +
+

begin_drawing

+
+

Description:

+
[ CCode ( cname = "BeginDrawing" ) ]
public void begin_drawing () +
+
+

Setup canvas (framebuffer) to start drawing

+

+
Namespace: Raylib +
+
Package: raylib +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.begin_scissor_mode.html b/docs/raylib/Raylib.begin_scissor_mode.html new file mode 100644 index 0000000..ecf0bcf --- /dev/null +++ b/docs/raylib/Raylib.begin_scissor_mode.html @@ -0,0 +1,156 @@ + + + + + Raylib.begin_scissor_mode – raylib – Vala Binding Reference + + + + +
+ +
+

begin_scissor_mode

+
+

Description:

+
[ CCode ( cname = "BeginScissorMode" ) ]
public void begin_scissor_mode (int x, int y, int width, int height) +
+
+

Begin scissor mode (define screen area for following drawing)

+

+
Namespace: Raylib +
+
Package: raylib +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.clear_background.html b/docs/raylib/Raylib.clear_background.html new file mode 100644 index 0000000..4bbb4fc --- /dev/null +++ b/docs/raylib/Raylib.clear_background.html @@ -0,0 +1,156 @@ + + + + + Raylib.clear_background – raylib – Vala Binding Reference + + + + +
+ +
+

clear_background

+
+

Description:

+
[ CCode ( cname = "ClearBackground" ) ]
public void clear_background (Color color) +
+
+

Set background color (framebuffer clear color)

+

+
Namespace: Raylib +
+
Package: raylib +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.disable_cursor.html b/docs/raylib/Raylib.disable_cursor.html new file mode 100644 index 0000000..b6a3751 --- /dev/null +++ b/docs/raylib/Raylib.disable_cursor.html @@ -0,0 +1,156 @@ + + + + + Raylib.disable_cursor – raylib – Vala Binding Reference + + + + +
+ +
+

disable_cursor

+
+

Description:

+
[ CCode ( cname = "DisableCursor" ) ]
public void disable_cursor () +
+
+

Disables cursor (lock cursor)

+

+
Namespace: Raylib +
+
Package: raylib +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.draw_circle.html b/docs/raylib/Raylib.draw_circle.html new file mode 100644 index 0000000..1a3e032 --- /dev/null +++ b/docs/raylib/Raylib.draw_circle.html @@ -0,0 +1,156 @@ + + + + + Raylib.draw_circle – raylib – Vala Binding Reference + + + + +
+ +
+

draw_circle

+
+

Description:

+
[ CCode ( cname = "DrawCircle" ) ]
public void draw_circle (int centerX, int centerY, float radius, Color color) +
+
+

Draw a color-filled circle

+

+
Namespace: Raylib +
+
Package: raylib +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.draw_circle_gradient.html b/docs/raylib/Raylib.draw_circle_gradient.html new file mode 100644 index 0000000..1e4f932 --- /dev/null +++ b/docs/raylib/Raylib.draw_circle_gradient.html @@ -0,0 +1,156 @@ + + + + + Raylib.draw_circle_gradient – raylib – Vala Binding Reference + + + + +
+ +
+

draw_circle_gradient

+
+

Description:

+
[ CCode ( cname = "DrawCircleGradient" ) ]
public void draw_circle_gradient (int centerX, int centerY, float radius, Color color1, Color color2) +
+
+

Draw a gradient-filled circle

+

+
Namespace: Raylib +
+
Package: raylib +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.draw_circle_lines.html b/docs/raylib/Raylib.draw_circle_lines.html new file mode 100644 index 0000000..ab3d304 --- /dev/null +++ b/docs/raylib/Raylib.draw_circle_lines.html @@ -0,0 +1,156 @@ + + + + + Raylib.draw_circle_lines – raylib – Vala Binding Reference + + + + +
+ +
+

draw_circle_lines

+
+

Description:

+
[ CCode ( cname = "DrawCircleLines" ) ]
public void draw_circle_lines (int centerX, int centerY, float radius, Color color) +
+
+

Draw circle outline

+

+
Namespace: Raylib +
+
Package: raylib +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.draw_circle_v.html b/docs/raylib/Raylib.draw_circle_v.html new file mode 100644 index 0000000..9d97d18 --- /dev/null +++ b/docs/raylib/Raylib.draw_circle_v.html @@ -0,0 +1,156 @@ + + + + + Raylib.draw_circle_v – raylib – Vala Binding Reference + + + + +
+ +
+

draw_circle_v

+
+

Description:

+
[ CCode ( cname = "DrawCircleV" ) ]
public void draw_circle_v (Vector2 center, float radius, Color color) +
+
+

Draw a color-filled circle (Vector version)

+

+
Namespace: Raylib +
+
Package: raylib +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.draw_fps.html b/docs/raylib/Raylib.draw_fps.html new file mode 100644 index 0000000..53e641c --- /dev/null +++ b/docs/raylib/Raylib.draw_fps.html @@ -0,0 +1,156 @@ + + + + + Raylib.draw_fps – raylib – Vala Binding Reference + + + + +
+ +
+

draw_fps

+
+

Description:

+
[ CCode ( cname = "DrawFPS" ) ]
public void draw_fps (int posX, int posY) +
+
+

Shows current FPS

+

+
Namespace: Raylib +
+
Package: raylib +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.draw_line.html b/docs/raylib/Raylib.draw_line.html new file mode 100644 index 0000000..f2c3184 --- /dev/null +++ b/docs/raylib/Raylib.draw_line.html @@ -0,0 +1,156 @@ + + + + + Raylib.draw_line – raylib – Vala Binding Reference + + + + +
+ +
+

draw_line

+
+

Description:

+
[ CCode ( cname = "DrawLine" ) ]
public void draw_line (int startPosX, int startPosY, int endPosX, int endPosY, Color color) +
+
+

Draw a line

+

+
Namespace: Raylib +
+
Package: raylib +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.draw_poly.html b/docs/raylib/Raylib.draw_poly.html new file mode 100644 index 0000000..8d916b3 --- /dev/null +++ b/docs/raylib/Raylib.draw_poly.html @@ -0,0 +1,156 @@ + + + + + Raylib.draw_poly – raylib – Vala Binding Reference + + + + +
+ +
+

draw_poly

+
+

Description:

+
[ CCode ( cname = "DrawPoly" ) ]
public void draw_poly (Vector2 center, int sides, float radius, float rotation, Color color) +
+
+

Draw a regular polygon (Vector version)

+

+
Namespace: Raylib +
+
Package: raylib +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.draw_rectangle.html b/docs/raylib/Raylib.draw_rectangle.html new file mode 100644 index 0000000..6100792 --- /dev/null +++ b/docs/raylib/Raylib.draw_rectangle.html @@ -0,0 +1,156 @@ + + + + + Raylib.draw_rectangle – raylib – Vala Binding Reference + + + + +
+ +
+

draw_rectangle

+
+

Description:

+
[ CCode ( cname = "DrawRectangle" ) ]
public void draw_rectangle (int posX, int posY, int width, int height, Color color) +
+
+

Draw a color-filled rectangle

+

+
Namespace: Raylib +
+
Package: raylib +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.draw_rectangle_gradient_h.html b/docs/raylib/Raylib.draw_rectangle_gradient_h.html new file mode 100644 index 0000000..0b0e7e8 --- /dev/null +++ b/docs/raylib/Raylib.draw_rectangle_gradient_h.html @@ -0,0 +1,156 @@ + + + + + Raylib.draw_rectangle_gradient_h – raylib – Vala Binding Reference + + + + +
+ +
+

draw_rectangle_gradient_h

+
+

Description:

+
[ CCode ( cname = "DrawRectangleGradientH" ) ]
public void draw_rectangle_gradient_h (int posX, int posY, int width, int height, Color color1, Color color2) +
+
+

Draw a horizontal-gradient-filled rectangle

+

+
Namespace: Raylib +
+
Package: raylib +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.draw_rectangle_gradient_v.html b/docs/raylib/Raylib.draw_rectangle_gradient_v.html new file mode 100644 index 0000000..7314c67 --- /dev/null +++ b/docs/raylib/Raylib.draw_rectangle_gradient_v.html @@ -0,0 +1,156 @@ + + + + + Raylib.draw_rectangle_gradient_v – raylib – Vala Binding Reference + + + + +
+ +
+

draw_rectangle_gradient_v

+
+

Description:

+
[ CCode ( cname = "DrawRectangleGradientV" ) ]
public void draw_rectangle_gradient_v (int posX, int posY, int width, int height, Color color1, Color color2) +
+
+

Draw a vertical-gradient-filled rectangle

+

+
Namespace: Raylib +
+
Package: raylib +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.draw_rectangle_lines.html b/docs/raylib/Raylib.draw_rectangle_lines.html new file mode 100644 index 0000000..f6069f0 --- /dev/null +++ b/docs/raylib/Raylib.draw_rectangle_lines.html @@ -0,0 +1,156 @@ + + + + + Raylib.draw_rectangle_lines – raylib – Vala Binding Reference + + + + +
+ +
+

draw_rectangle_lines

+
+

Description:

+
[ CCode ( cname = "DrawRectangleLines" ) ]
public void draw_rectangle_lines (int posX, int posY, int width, int height, Color color) +
+
+

Draw rectangle outline

+

+
Namespace: Raylib +
+
Package: raylib +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.draw_rectangle_rounded.html b/docs/raylib/Raylib.draw_rectangle_rounded.html new file mode 100644 index 0000000..1379014 --- /dev/null +++ b/docs/raylib/Raylib.draw_rectangle_rounded.html @@ -0,0 +1,156 @@ + + + + + Raylib.draw_rectangle_rounded – raylib – Vala Binding Reference + + + + +
+ +
+

draw_rectangle_rounded

+
+

Description:

+
[ CCode ( cname = "DrawRectangleRounded" ) ]
public void draw_rectangle_rounded (Rectangle rec, float roundness, int segments, Color color) +
+
+

Draw rectangle with rounded edges

+

+
Namespace: Raylib +
+
Package: raylib +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.draw_text.html b/docs/raylib/Raylib.draw_text.html new file mode 100644 index 0000000..3bc334d --- /dev/null +++ b/docs/raylib/Raylib.draw_text.html @@ -0,0 +1,156 @@ + + + + + Raylib.draw_text – raylib – Vala Binding Reference + + + + +
+ +
+

draw_text

+
+

Description:

+
[ CCode ( cname = "DrawText" ) ]
public void draw_text (string text, int posX, int posY, int fontSize, Color color) +
+
+

Draw text (using default font)

+

+
Namespace: Raylib +
+
Package: raylib +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.draw_triangle.html b/docs/raylib/Raylib.draw_triangle.html new file mode 100644 index 0000000..f03604b --- /dev/null +++ b/docs/raylib/Raylib.draw_triangle.html @@ -0,0 +1,156 @@ + + + + + Raylib.draw_triangle – raylib – Vala Binding Reference + + + + +
+ +
+

draw_triangle

+
+

Description:

+
[ CCode ( cname = "DrawTriangle" ) ]
public void draw_triangle (Vector2 v1, Vector2 v2, Vector2 v3, Color color) +
+
+

Draw a color-filled triangle (vertex in counter-clockwise order!)

+

+
Namespace: Raylib +
+
Package: raylib +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.draw_triangle_lines.html b/docs/raylib/Raylib.draw_triangle_lines.html new file mode 100644 index 0000000..c74eaba --- /dev/null +++ b/docs/raylib/Raylib.draw_triangle_lines.html @@ -0,0 +1,156 @@ + + + + + Raylib.draw_triangle_lines – raylib – Vala Binding Reference + + + + +
+ +
+

draw_triangle_lines

+
+

Description:

+
[ CCode ( cname = "DrawTriangleLines" ) ]
public void draw_triangle_lines (Vector2 v1, Vector2 v2, Vector2 v3, Color color) +
+
+

Draw triangle outline (vertex in counter-clockwise order!)

+

+
Namespace: Raylib +
+
Package: raylib +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.enable_cursor.html b/docs/raylib/Raylib.enable_cursor.html new file mode 100644 index 0000000..76f4dba --- /dev/null +++ b/docs/raylib/Raylib.enable_cursor.html @@ -0,0 +1,156 @@ + + + + + Raylib.enable_cursor – raylib – Vala Binding Reference + + + + +
+ +
+

enable_cursor

+
+

Description:

+
[ CCode ( cname = "EnableCursor" ) ]
public void enable_cursor () +
+
+

Enables cursor (unlock cursor)

+

+
Namespace: Raylib +
+
Package: raylib +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.end_drawing.html b/docs/raylib/Raylib.end_drawing.html new file mode 100644 index 0000000..4947a66 --- /dev/null +++ b/docs/raylib/Raylib.end_drawing.html @@ -0,0 +1,156 @@ + + + + + Raylib.end_drawing – raylib – Vala Binding Reference + + + + +
+ +
+

end_drawing

+
+

Description:

+
[ CCode ( cname = "EndDrawing" ) ]
public void end_drawing () +
+
+

End canvas drawing and swap buffers (double buffering)

+

+
Namespace: Raylib +
+
Package: raylib +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.end_mode_2D.html b/docs/raylib/Raylib.end_mode_2D.html new file mode 100644 index 0000000..b6dfaa5 --- /dev/null +++ b/docs/raylib/Raylib.end_mode_2D.html @@ -0,0 +1,156 @@ + + + + + Raylib.end_mode_2D – raylib – Vala Binding Reference + + + + +
+ +
+

end_mode_2D

+
+

Description:

+
[ CCode ( cname = "EndMode2D" ) ]
public void end_mode_2D () +
+
+

Ends 2D mode with custom camera

+

+
Namespace: Raylib +
+
Package: raylib +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.end_mode_3D.html b/docs/raylib/Raylib.end_mode_3D.html new file mode 100644 index 0000000..2f8f9b1 --- /dev/null +++ b/docs/raylib/Raylib.end_mode_3D.html @@ -0,0 +1,156 @@ + + + + + Raylib.end_mode_3D – raylib – Vala Binding Reference + + + + +
+ +
+

end_mode_3D

+
+

Description:

+
[ CCode ( cname = "EndMode3D" ) ]
public void end_mode_3D () +
+
+

Ends 3D mode and returns to default 2D orthographic mode

+

+
Namespace: Raylib +
+
Package: raylib +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.end_scissor_mode.html b/docs/raylib/Raylib.end_scissor_mode.html new file mode 100644 index 0000000..4e91219 --- /dev/null +++ b/docs/raylib/Raylib.end_scissor_mode.html @@ -0,0 +1,156 @@ + + + + + Raylib.end_scissor_mode – raylib – Vala Binding Reference + + + + +
+ +
+

end_scissor_mode

+
+

Description:

+
[ CCode ( cname = "EndScissorMode" ) ]
public void end_scissor_mode () +
+
+

End scissor mode

+

+
Namespace: Raylib +
+
Package: raylib +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.end_texture_mode.html b/docs/raylib/Raylib.end_texture_mode.html new file mode 100644 index 0000000..0161c4e --- /dev/null +++ b/docs/raylib/Raylib.end_texture_mode.html @@ -0,0 +1,156 @@ + + + + + Raylib.end_texture_mode – raylib – Vala Binding Reference + + + + +
+ +
+

end_texture_mode

+
+

Description:

+
[ CCode ( cname = "EndTextureMode" ) ]
public void end_texture_mode () +
+
+

Ends drawing to render texture

+

+
Namespace: Raylib +
+
Package: raylib +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.get_clipboard_text.html b/docs/raylib/Raylib.get_clipboard_text.html new file mode 100644 index 0000000..608398e --- /dev/null +++ b/docs/raylib/Raylib.get_clipboard_text.html @@ -0,0 +1,156 @@ + + + + + Raylib.get_clipboard_text – raylib – Vala Binding Reference + + + + +
+ +
+

get_clipboard_text

+
+

Description:

+
[ CCode ( cname = "GetClipboardText" ) ]
public string get_clipboard_text () +
+
+

Get clipboard text content

+

+
Namespace: Raylib +
+
Package: raylib +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.get_fps.html b/docs/raylib/Raylib.get_fps.html new file mode 100644 index 0000000..20f6bb7 --- /dev/null +++ b/docs/raylib/Raylib.get_fps.html @@ -0,0 +1,156 @@ + + + + + Raylib.get_fps – raylib – Vala Binding Reference + + + + +
+ +
+

get_fps

+
+

Description:

+
[ CCode ( cname = "GetFPS" ) ]
public int get_fps () +
+
+

Returns current FPS

+

+
Namespace: Raylib +
+
Package: raylib +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.get_frame_time.html b/docs/raylib/Raylib.get_frame_time.html new file mode 100644 index 0000000..f448a20 --- /dev/null +++ b/docs/raylib/Raylib.get_frame_time.html @@ -0,0 +1,156 @@ + + + + + Raylib.get_frame_time – raylib – Vala Binding Reference + + + + +
+ +
+

get_frame_time

+
+

Description:

+
[ CCode ( cname = "GetFrameTime" ) ]
public float get_frame_time () +
+
+

Returns time in seconds for last frame drawn

+

+
Namespace: Raylib +
+
Package: raylib +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.get_key_pressed.html b/docs/raylib/Raylib.get_key_pressed.html new file mode 100644 index 0000000..c825802 --- /dev/null +++ b/docs/raylib/Raylib.get_key_pressed.html @@ -0,0 +1,156 @@ + + + + + Raylib.get_key_pressed – raylib – Vala Binding Reference + + + + +
+ +
+

get_key_pressed

+
+

Description:

+
[ CCode ( cname = "GetKeyPressed" ) ]
public int get_key_pressed () +
+
+

Get key pressed, call it multiple times for chars queued

+

+
Namespace: Raylib +
+
Package: raylib +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.get_monitor_count.html b/docs/raylib/Raylib.get_monitor_count.html new file mode 100644 index 0000000..abb58ea --- /dev/null +++ b/docs/raylib/Raylib.get_monitor_count.html @@ -0,0 +1,156 @@ + + + + + Raylib.get_monitor_count – raylib – Vala Binding Reference + + + + +
+ +
+

get_monitor_count

+
+

Description:

+
[ CCode ( cname = "GetMonitorCount" ) ]
public int get_monitor_count () +
+
+

Get number of connected monitors

+

+
Namespace: Raylib +
+
Package: raylib +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.get_monitor_height.html b/docs/raylib/Raylib.get_monitor_height.html new file mode 100644 index 0000000..ac3aa42 --- /dev/null +++ b/docs/raylib/Raylib.get_monitor_height.html @@ -0,0 +1,156 @@ + + + + + Raylib.get_monitor_height – raylib – Vala Binding Reference + + + + +
+ +
+

get_monitor_height

+
+

Description:

+
[ CCode ( cname = "GetMonitorHeight" ) ]
public int get_monitor_height (int monitor) +
+
+

Get primary monitor height

+

+
Namespace: Raylib +
+
Package: raylib +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.get_monitor_name.html b/docs/raylib/Raylib.get_monitor_name.html new file mode 100644 index 0000000..475235c --- /dev/null +++ b/docs/raylib/Raylib.get_monitor_name.html @@ -0,0 +1,156 @@ + + + + + Raylib.get_monitor_name – raylib – Vala Binding Reference + + + + +
+ +
+

get_monitor_name

+
+

Description:

+
[ CCode ( cname = "GetMonitorName" ) ]
public string get_monitor_name (int monitor) +
+
+

Get the human-readable, UTF-8 encoded name of the primary monitor

+

+
Namespace: Raylib +
+
Package: raylib +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.get_monitor_physical_height.html b/docs/raylib/Raylib.get_monitor_physical_height.html new file mode 100644 index 0000000..a12ba93 --- /dev/null +++ b/docs/raylib/Raylib.get_monitor_physical_height.html @@ -0,0 +1,156 @@ + + + + + Raylib.get_monitor_physical_height – raylib – Vala Binding Reference + + + + +
+ +
+

get_monitor_physical_height

+
+

Description:

+
[ CCode ( cname = "GetMonitorPhysicalHeight" ) ]
public int get_monitor_physical_height (int monitor) +
+
+

Get primary monitor physical height in millimetres

+

+
Namespace: Raylib +
+
Package: raylib +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.get_monitor_physical_width.html b/docs/raylib/Raylib.get_monitor_physical_width.html new file mode 100644 index 0000000..1bedaec --- /dev/null +++ b/docs/raylib/Raylib.get_monitor_physical_width.html @@ -0,0 +1,156 @@ + + + + + Raylib.get_monitor_physical_width – raylib – Vala Binding Reference + + + + +
+ +
+

get_monitor_physical_width

+
+

Description:

+
[ CCode ( cname = "GetMonitorPhysicalWidth" ) ]
public int get_monitor_physical_width (int monitor) +
+
+

Get primary monitor physical width in millimetres

+

+
Namespace: Raylib +
+
Package: raylib +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.get_monitor_width.html b/docs/raylib/Raylib.get_monitor_width.html new file mode 100644 index 0000000..0fab502 --- /dev/null +++ b/docs/raylib/Raylib.get_monitor_width.html @@ -0,0 +1,156 @@ + + + + + Raylib.get_monitor_width – raylib – Vala Binding Reference + + + + +
+ +
+

get_monitor_width

+
+

Description:

+
[ CCode ( cname = "GetMonitorWidth" ) ]
public int get_monitor_width (int monitor) +
+
+

Get primary monitor width

+

+
Namespace: Raylib +
+
Package: raylib +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.get_mouse_position.html b/docs/raylib/Raylib.get_mouse_position.html new file mode 100644 index 0000000..c4adb70 --- /dev/null +++ b/docs/raylib/Raylib.get_mouse_position.html @@ -0,0 +1,156 @@ + + + + + Raylib.get_mouse_position – raylib – Vala Binding Reference + + + + +
+ +
+

get_mouse_position

+
+

Description:

+
[ CCode ( cname = "GetMousePosition" ) ]
public Vector2 get_mouse_position () +
+
+

Returns mouse position XY

+

+
Namespace: Raylib +
+
Package: raylib +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.get_mouse_wheel_move.html b/docs/raylib/Raylib.get_mouse_wheel_move.html new file mode 100644 index 0000000..fdf7ae0 --- /dev/null +++ b/docs/raylib/Raylib.get_mouse_wheel_move.html @@ -0,0 +1,156 @@ + + + + + Raylib.get_mouse_wheel_move – raylib – Vala Binding Reference + + + + +
+ +
+

get_mouse_wheel_move

+
+

Description:

+
[ CCode ( cname = "GetMouseWheelMove" ) ]
public int get_mouse_wheel_move () +
+
+

Returns mouse wheel movement Y

+

+
Namespace: Raylib +
+
Package: raylib +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.get_screen_height.html b/docs/raylib/Raylib.get_screen_height.html new file mode 100644 index 0000000..b3c5d0c --- /dev/null +++ b/docs/raylib/Raylib.get_screen_height.html @@ -0,0 +1,156 @@ + + + + + Raylib.get_screen_height – raylib – Vala Binding Reference + + + + +
+ +
+

get_screen_height

+
+

Description:

+
[ CCode ( cname = "GetScreenHeight" ) ]
public int get_screen_height () +
+
+

Get current screen height

+

+
Namespace: Raylib +
+
Package: raylib +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.get_screen_width.html b/docs/raylib/Raylib.get_screen_width.html new file mode 100644 index 0000000..d51d22f --- /dev/null +++ b/docs/raylib/Raylib.get_screen_width.html @@ -0,0 +1,156 @@ + + + + + Raylib.get_screen_width – raylib – Vala Binding Reference + + + + +
+ +
+

get_screen_width

+
+

Description:

+
[ CCode ( cname = "GetScreenWidth" ) ]
public int get_screen_width () +
+
+

Get current screen width

+

+
Namespace: Raylib +
+
Package: raylib +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.get_time.html b/docs/raylib/Raylib.get_time.html new file mode 100644 index 0000000..fe8cd7a --- /dev/null +++ b/docs/raylib/Raylib.get_time.html @@ -0,0 +1,156 @@ + + + + + Raylib.get_time – raylib – Vala Binding Reference + + + + +
+ +
+

get_time

+
+

Description:

+
[ CCode ( cname = "GetTime" ) ]
public double get_time () +
+
+

Returns elapsed time in seconds since InitWindow()

+

+
Namespace: Raylib +
+
Package: raylib +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.hide_cursor.html b/docs/raylib/Raylib.hide_cursor.html new file mode 100644 index 0000000..79c9df6 --- /dev/null +++ b/docs/raylib/Raylib.hide_cursor.html @@ -0,0 +1,156 @@ + + + + + Raylib.hide_cursor – raylib – Vala Binding Reference + + + + +
+ +
+

hide_cursor

+
+

Description:

+
[ CCode ( cname = "HideCursor" ) ]
public void hide_cursor () +
+
+

Hides cursor

+

+
Namespace: Raylib +
+
Package: raylib +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.html b/docs/raylib/Raylib.html new file mode 100644 index 0000000..f1f8497 --- /dev/null +++ b/docs/raylib/Raylib.html @@ -0,0 +1,528 @@ + + + + + Raylib – raylib – Vala Binding Reference + + + + +
+ +
+

Raylib

+
+

Description:

+
+

Raylib is a highly portable library for creating video games. To quote the libraries author: "raylib is a simple and easy-to-use library + to enjoy videogames programming. raylib is highly inspired by Borland BGI graphics lib and by XNA framework"

+

See: https://www.raylib.com/index.html

+
+

Content:

+

Classes:

+ +

Structs:

+ +

Enums:

+ +

Constants:

+ +

Functions:

+ +
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.is_cursor_hidden.html b/docs/raylib/Raylib.is_cursor_hidden.html new file mode 100644 index 0000000..ccb1669 --- /dev/null +++ b/docs/raylib/Raylib.is_cursor_hidden.html @@ -0,0 +1,156 @@ + + + + + Raylib.is_cursor_hidden – raylib – Vala Binding Reference + + + + +
+ +
+

is_cursor_hidden

+
+

Description:

+
[ CCode ( cname = "IsCursorHidden" ) ]
public bool is_cursor_hidden () +
+
+

Check if cursor is not visible

+

+
Namespace: Raylib +
+
Package: raylib +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.is_key_down.html b/docs/raylib/Raylib.is_key_down.html new file mode 100644 index 0000000..637e49e --- /dev/null +++ b/docs/raylib/Raylib.is_key_down.html @@ -0,0 +1,156 @@ + + + + + Raylib.is_key_down – raylib – Vala Binding Reference + + + + +
+ +
+

is_key_down

+
+

Description:

+
[ CCode ( cname = "IsKeyDown" ) ]
public bool is_key_down (int key) +
+
+

Detect if a key is being pressed

+

+
Namespace: Raylib +
+
Package: raylib +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.is_key_pressed.html b/docs/raylib/Raylib.is_key_pressed.html new file mode 100644 index 0000000..1b02ab5 --- /dev/null +++ b/docs/raylib/Raylib.is_key_pressed.html @@ -0,0 +1,156 @@ + + + + + Raylib.is_key_pressed – raylib – Vala Binding Reference + + + + +
+ +
+

is_key_pressed

+
+

Description:

+
[ CCode ( cname = "IsKeyPressed" ) ]
public bool is_key_pressed (int key) +
+
+

Detect if a key has been pressed once

+

+
Namespace: Raylib +
+
Package: raylib +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.is_key_released.html b/docs/raylib/Raylib.is_key_released.html new file mode 100644 index 0000000..4e5e33b --- /dev/null +++ b/docs/raylib/Raylib.is_key_released.html @@ -0,0 +1,156 @@ + + + + + Raylib.is_key_released – raylib – Vala Binding Reference + + + + +
+ +
+

is_key_released

+
+

Description:

+
[ CCode ( cname = "IsKeyReleased" ) ]
public bool is_key_released (int key) +
+
+

Detect if a key has been released once

+

+
Namespace: Raylib +
+
Package: raylib +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.is_key_up.html b/docs/raylib/Raylib.is_key_up.html new file mode 100644 index 0000000..37a9a28 --- /dev/null +++ b/docs/raylib/Raylib.is_key_up.html @@ -0,0 +1,156 @@ + + + + + Raylib.is_key_up – raylib – Vala Binding Reference + + + + +
+ +
+

is_key_up

+
+

Description:

+
[ CCode ( cname = "IsKeyUp" ) ]
public bool is_key_up (int key) +
+
+

Detect if a key is NOT being pressed

+

+
Namespace: Raylib +
+
Package: raylib +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.is_window_fullscreen.html b/docs/raylib/Raylib.is_window_fullscreen.html new file mode 100644 index 0000000..b18bb2d --- /dev/null +++ b/docs/raylib/Raylib.is_window_fullscreen.html @@ -0,0 +1,101 @@ + + + + + Raylib.is_window_fullscreen – raylib – Vala Binding Reference + + + + +
+ +
+

is_window_fullscreen

+
+

Description:

+
[ CCode ( cname = "IsWindowFullScreen" ) ]
public bool is_window_fullscreen () +

+
Namespace: Raylib +
+
Package: raylib +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.is_window_hidden.html b/docs/raylib/Raylib.is_window_hidden.html new file mode 100644 index 0000000..9a143e7 --- /dev/null +++ b/docs/raylib/Raylib.is_window_hidden.html @@ -0,0 +1,101 @@ + + + + + Raylib.is_window_hidden – raylib – Vala Binding Reference + + + + +
+ +
+

is_window_hidden

+
+

Description:

+
[ CCode ( cname = "IsWindowHidden" ) ]
public bool is_window_hidden () +

+
Namespace: Raylib +
+
Package: raylib +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.is_window_minimized.html b/docs/raylib/Raylib.is_window_minimized.html new file mode 100644 index 0000000..b80df19 --- /dev/null +++ b/docs/raylib/Raylib.is_window_minimized.html @@ -0,0 +1,101 @@ + + + + + Raylib.is_window_minimized – raylib – Vala Binding Reference + + + + +
+ +
+

is_window_minimized

+
+

Description:

+
[ CCode ( cname = "IsWindowMinimized" ) ]
public bool is_window_minimized () +

+
Namespace: Raylib +
+
Package: raylib +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.is_window_ready.html b/docs/raylib/Raylib.is_window_ready.html new file mode 100644 index 0000000..cfc1d99 --- /dev/null +++ b/docs/raylib/Raylib.is_window_ready.html @@ -0,0 +1,101 @@ + + + + + Raylib.is_window_ready – raylib – Vala Binding Reference + + + + +
+ +
+

is_window_ready

+
+

Description:

+
[ CCode ( cname = "IsWindowReady" ) ]
public bool is_window_ready () +

+
Namespace: Raylib +
+
Package: raylib +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.is_window_resized.html b/docs/raylib/Raylib.is_window_resized.html new file mode 100644 index 0000000..ffd9e63 --- /dev/null +++ b/docs/raylib/Raylib.is_window_resized.html @@ -0,0 +1,101 @@ + + + + + Raylib.is_window_resized – raylib – Vala Binding Reference + + + + +
+ +
+

is_window_resized

+
+

Description:

+
[ CCode ( cname = "IsWindowResized" ) ]
public bool is_window_resized () +

+
Namespace: Raylib +
+
Package: raylib +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.set_clipboard_text.html b/docs/raylib/Raylib.set_clipboard_text.html new file mode 100644 index 0000000..12034a0 --- /dev/null +++ b/docs/raylib/Raylib.set_clipboard_text.html @@ -0,0 +1,156 @@ + + + + + Raylib.set_clipboard_text – raylib – Vala Binding Reference + + + + +
+ +
+

set_clipboard_text

+
+

Description:

+
[ CCode ( cname = "SetClipboardText" ) ]
public void set_clipboard_text (unowned string* text) +
+
+

Set clipboard text content

+

+
Namespace: Raylib +
+
Package: raylib +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.set_exit_key.html b/docs/raylib/Raylib.set_exit_key.html new file mode 100644 index 0000000..86e4b07 --- /dev/null +++ b/docs/raylib/Raylib.set_exit_key.html @@ -0,0 +1,156 @@ + + + + + Raylib.set_exit_key – raylib – Vala Binding Reference + + + + +
+ +
+

set_exit_key

+
+

Description:

+
[ CCode ( cname = "SetExitKey" ) ]
public void set_exit_key (int key) +
+
+

Set a custom key to exit program (default is ESC)

+

+
Namespace: Raylib +
+
Package: raylib +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.set_target_fps.html b/docs/raylib/Raylib.set_target_fps.html new file mode 100644 index 0000000..b7752bd --- /dev/null +++ b/docs/raylib/Raylib.set_target_fps.html @@ -0,0 +1,156 @@ + + + + + Raylib.set_target_fps – raylib – Vala Binding Reference + + + + +
+ +
+

set_target_fps

+
+

Description:

+
[ CCode ( cname = "SetTargetFPS" ) ]
public void set_target_fps (int fps) +
+
+

Set target FPS (maximum)

+

+
Namespace: Raylib +
+
Package: raylib +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.show_cursor.html b/docs/raylib/Raylib.show_cursor.html new file mode 100644 index 0000000..020c842 --- /dev/null +++ b/docs/raylib/Raylib.show_cursor.html @@ -0,0 +1,156 @@ + + + + + Raylib.show_cursor – raylib – Vala Binding Reference + + + + +
+ +
+

show_cursor

+
+

Description:

+
[ CCode ( cname = "ShowCursor" ) ]
public void show_cursor () +
+
+

Shows cursor

+

+
Namespace: Raylib +
+
Package: raylib +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.text_format.html b/docs/raylib/Raylib.text_format.html new file mode 100644 index 0000000..531ce6f --- /dev/null +++ b/docs/raylib/Raylib.text_format.html @@ -0,0 +1,156 @@ + + + + + Raylib.text_format – raylib – Vala Binding Reference + + + + +
+ +
+

text_format

+
+

Description:

+
[ CCode ( cname = "TextFormat" ) ]
public unowned string text_format (string text, ...) +
+
+

Text formatting with variables (sprintf style)

+

+
Namespace: Raylib +
+
Package: raylib +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.text_to_lower.html b/docs/raylib/Raylib.text_to_lower.html new file mode 100644 index 0000000..f7e4fe8 --- /dev/null +++ b/docs/raylib/Raylib.text_to_lower.html @@ -0,0 +1,156 @@ + + + + + Raylib.text_to_lower – raylib – Vala Binding Reference + + + + +
+ +
+

text_to_lower

+
+

Description:

+
[ CCode ( cname = "TextToLower" ) ]
public unowned string text_to_lower (string text) +
+
+

Get lower case version of provided string

+

+
Namespace: Raylib +
+
Package: raylib +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.text_to_pascal.html b/docs/raylib/Raylib.text_to_pascal.html new file mode 100644 index 0000000..6438db4 --- /dev/null +++ b/docs/raylib/Raylib.text_to_pascal.html @@ -0,0 +1,156 @@ + + + + + Raylib.text_to_pascal – raylib – Vala Binding Reference + + + + +
+ +
+

text_to_pascal

+
+

Description:

+
[ CCode ( cname = "TextToPascal" ) ]
public unowned string text_to_pascal (string text) +
+
+

Get Pascal case notation version of provided string

+

+
Namespace: Raylib +
+
Package: raylib +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.text_to_upper.html b/docs/raylib/Raylib.text_to_upper.html new file mode 100644 index 0000000..f365d02 --- /dev/null +++ b/docs/raylib/Raylib.text_to_upper.html @@ -0,0 +1,156 @@ + + + + + Raylib.text_to_upper – raylib – Vala Binding Reference + + + + +
+ +
+

text_to_upper

+
+

Description:

+
[ CCode ( cname = "TextToUpper" ) ]
public unowned string text_to_upper (string text) +
+
+

Get upper case version of provided string

+

+
Namespace: Raylib +
+
Package: raylib +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.toggle_fullscreen.html b/docs/raylib/Raylib.toggle_fullscreen.html new file mode 100644 index 0000000..6e8e1cc --- /dev/null +++ b/docs/raylib/Raylib.toggle_fullscreen.html @@ -0,0 +1,101 @@ + + + + + Raylib.toggle_fullscreen – raylib – Vala Binding Reference + + + + +
+ +
+

toggle_fullscreen

+
+

Description:

+
[ CCode ( cname = "ToggleFullScreen" ) ]
public void toggle_fullscreen () +

+
Namespace: Raylib +
+
Package: raylib +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/Raylib.window_should_close.html b/docs/raylib/Raylib.window_should_close.html new file mode 100644 index 0000000..cff87f1 --- /dev/null +++ b/docs/raylib/Raylib.window_should_close.html @@ -0,0 +1,101 @@ + + + + + Raylib.window_should_close – raylib – Vala Binding Reference + + + + +
+ +
+

window_should_close

+
+

Description:

+
[ CCode ( cname = "WindowShouldClose" ) ]
public bool window_should_close () +

+
Namespace: Raylib +
+
Package: raylib +
+
+

+ + + \ No newline at end of file diff --git a/docs/raylib/img/Raylib.Color.png b/docs/raylib/img/Raylib.Color.png new file mode 100644 index 0000000..f791a29 Binary files /dev/null and b/docs/raylib/img/Raylib.Color.png differ diff --git a/docs/raylib/img/Raylib.Quaternion.png b/docs/raylib/img/Raylib.Quaternion.png new file mode 100644 index 0000000..50ba662 Binary files /dev/null and b/docs/raylib/img/Raylib.Quaternion.png differ diff --git a/docs/raylib/img/Raylib.Rectangle.png b/docs/raylib/img/Raylib.Rectangle.png new file mode 100644 index 0000000..cd49ce9 Binary files /dev/null and b/docs/raylib/img/Raylib.Rectangle.png differ diff --git a/docs/raylib/img/Raylib.Vector2.png b/docs/raylib/img/Raylib.Vector2.png new file mode 100644 index 0000000..3038451 Binary files /dev/null and b/docs/raylib/img/Raylib.Vector2.png differ diff --git a/docs/raylib/img/Raylib.Vector3.png b/docs/raylib/img/Raylib.Vector3.png new file mode 100644 index 0000000..f8b2bd7 Binary files /dev/null and b/docs/raylib/img/Raylib.Vector3.png differ diff --git a/docs/raylib/img/Raylib.Vector4.png b/docs/raylib/img/Raylib.Vector4.png new file mode 100644 index 0000000..e58bff5 Binary files /dev/null and b/docs/raylib/img/Raylib.Vector4.png differ diff --git a/docs/raylib/img/Raylib.Window.png b/docs/raylib/img/Raylib.Window.png new file mode 100644 index 0000000..6bd009c Binary files /dev/null and b/docs/raylib/img/Raylib.Window.png differ diff --git a/docs/raylib/index.htm b/docs/raylib/index.htm new file mode 100644 index 0000000..3da71c9 --- /dev/null +++ b/docs/raylib/index.htm @@ -0,0 +1,416 @@ + + + + + raylib – Vala Binding Reference + + + + +
+ +
+

raylib

+
+

Description:

+

Content:

+

Namespaces:

+ +
+

+ + + \ No newline at end of file diff --git a/docs/scripts.js b/docs/scripts.js new file mode 100644 index 0000000..02629ed --- /dev/null +++ b/docs/scripts.js @@ -0,0 +1,49 @@ +/* markupwriter.vala + * + * Copyright (C) 2008-2009 Florian Brosch + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + * + * Author: + * Florian Brosch + */ + +function get_path (path) { + var pos = path.lastIndexOf ('/'); + if (pos < 0) { + return ''; + } + + return path.substring (pos, -1) + '/'; +} + +function toggle_box (self, id) { + var element = document.getElementById (id); + if (element == null) { + return ; + } + + var style = self.currentStyle || window.getComputedStyle (self, false); + var orig_path = /url[ \t]*\(('(.*)'|"(.*)")\)/.exec (style.backgroundImage)[1].slice(1, -1); + var orig_dir = get_path (orig_path); + if (element.style.display == 'block') { + element.style.display = 'none'; + self.style.backgroundImage = "url('" + orig_dir + 'coll_open.png' + "')"; + } else { + element.style.display = 'block'; + self.style.backgroundImage = "url('" + orig_dir + 'coll_close.png' + "')"; + } +} + diff --git a/docs/signal.png b/docs/signal.png new file mode 100644 index 0000000..053e84b Binary files /dev/null and b/docs/signal.png differ diff --git a/docs/staticmethod.png b/docs/staticmethod.png new file mode 100644 index 0000000..7550f03 Binary files /dev/null and b/docs/staticmethod.png differ diff --git a/docs/struct.png b/docs/struct.png new file mode 100644 index 0000000..4789724 Binary files /dev/null and b/docs/struct.png differ diff --git a/docs/style.css b/docs/style.css new file mode 100644 index 0000000..e49a32b --- /dev/null +++ b/docs/style.css @@ -0,0 +1,570 @@ +html { + color: #111; + font-family: "Open Sans", "Droid Sans", Helvetica, sans-serif; + font-size: 12px; + font-weight: 400; +} + +body { + margin: 0; + min-width: 720px; + padding: 48px 0 0; +} + +a { + color: #08c; + text-decoration: none; +} + +ul.external_link { +} + +.main_optional_parameter { + font-style: italic; +} + +.main_diagram { + border-style: none; + display: block; + margin: 0px auto; +} + +.site_navi { + text-align: right; +} + +.main_notification { + padding-right: 10px; + padding-left: 60px; + padding-bottom: 5px; + padding-top: 5px; + border-color: #aaaaff; + background-color: #eeeeff; + border-style: solid; + border-width: 1px; + margin: 10px; + min-height: 48px; + background-position: 6px 0.5em; + background-repeat: no-repeat; + background-image: url(warning.png); +} + +.main_table { + border-collapse: collapse; + border: 1px solid #aaaaff; + background: #eeeeff; + margin-right:auto; + margin-left:auto; +} + +.main_source, .main_sourcesample { + padding-right: 10px; + padding-left: 5px; + padding-bottom: 5px; + padding-top: 5px; + margin: 10px; + + border-color: #aaaaff; + background-color: #eeeeff; + border-style: solid; + border-width: 1px; +} + + +input { + border-color: #aaaaff; + border-style: solid; + border-width: 1px; +} + + + + +.site_header { + align-items: center; + background-color: #403757; + color: #fff; + box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); + display: flex; + font-size: 16px; + justify-content: space-between; + padding: 9px 6px; + position: fixed; + top: 0; + width: calc(100% - 12px); + z-index: 1000; +} + +.site_title { + text-align: left; + font-size: 40px; +} + +div.site_footer { + display: inline-block; + overflow-y: auto; + position: fixed; + top: calc(100% - 29px); + background-color: #fafafa; + color: #666; + z-index: 1000; + width: 222px; + padding: 6px 6px 6px 12px; + box-shadow: 0 0 0 rgba(0, 0, 0, 0.24), 0 0 2px rgba(0, 0, 0, 0.24); +} + + +div.site_body { + display: inline-block; + position: fixed; + top: 40.5px; + height: calc(100% - 40.5px); +} + + +div.site_navigation { + background-color: #f7f6f8; + border-right: 1px solid #eceaf0; + display: inline-block; + overflow-y: auto; + position: fixed; + top: 40.5px; + width: 240px; + height: calc(100% - 40.5px - 29px); +} + + +div.site_content { + display: inline-block; + overflow-y: auto; + position: fixed; + top: 40.5px; + margin-left: 250px; + min-height: calc(100vh - 40.5px); + text-align: left; + vertical-align: top; + width: calc(100% - 250px); + height: calc(100% - 40.5px); +} + +.main_type { + text-decoration: none; + font-style: italic; +} + +.main_basic_type { + text-decoration: none; + font-weight: bold; + color: #2e8b57; +} + +.main_keyword { + text-decoration: none; + font-weight: bold; + color: #dc322f; +} + +.main_escape { + text-decoration: none; + color: #6a5acd; +} + +.xml_cdata { + text-decoration: none; + font-weight: normal; + color: #a020f0; +} + +.xml_escape { + text-decoration: none; + font-weight: normal; + color: #a020f0; +} + +.xml_element { + text-decoration: none; + font-weight: normal; + color: #008a8c; +} + +.xml_attribute { + text-decoration: none; + font-weight: bold; + color: #6a5acd; +} + +.xml_attribute_value { + text-decoration: none; + font-weight: normal; + color: #ff00ff; +} + +.xml_comment { + text-decoration: none; + font-weight: normal; + color: #0202ff; +} + +.main_source .main_literal { + text-decoration: none; + color: #ff00ff; +} + +.main_comment { + text-decoration: none; + color: #888a85; +} + +.main_preprocessor { + text-decoration: none; + color: #ad7fa8; +} + +div.main_code_definition { + background-color: #eee; + border-radius: 6px; + font-family: "Roboto Mono", monospace; + margin: 12px; + padding: 12px; +} + +div.main_notification_block { + padding-right: 10px; + padding-left: 10px; + padding-bottom: 5px; + padding-top: 5px; + + border-color: #d08717; + background-color: #fbf2c3; + border-style: solid; + border-width: 1px; + margin: 10px; +} + +span.main_block_headline { + background-image:url(tip.png); + background-repeat:no-repeat; + background-position:center right; + font-weight:bold; + display:block; +} + +div.main_block_content { + margin-left:15px; +} + +span.leaf_code_definition { + font-family: monospace; +} + + +div.leaf_brief_description { + display: block; + margin-left: 40px; +} + +h1.main_title { + font-size: 2em; + font-weight: 700; + margin-bottom: 0px; +} + +h2, h3 { + font-family: "Droid Serif", serif; + font-weight: 300; +} + +.main_hr { + border: 0; + color: #b4a0c1; + background-color: #b4a0c1; + height: 1px; + margin-top: 6px; + margin-bottom: 6px; +} + +.main_parameter_table_unknown_parameter { + color: gray; +} + +.main_parameter_table_name, .main_errordomain_table_name, .main_enum_table_name { + vertical-align: top; + text-align: right; + font-weight: bold; + width: 120px; + padding-right: 10px; +} + +.main_parameter_table, .main_errordomain_table, .main_enum_table { + margin-right: 20px; + margin-left: 20px; +} + +.navi_main { + font-size: 12px; + list-style: none; + margin: 6px; + padding: 0; +} + +.navi_main .li { + padding: 6px; + list-style: none; +} + +.navi_hr { + background-color: #dedede; + border: 0; + border-bottom: 1px solid #fff; + border-top: 1px solid #dedede; + height: 0; + margin: 6px 0; +} + +.navi_inline li::before, +.navi_main li::before { + content: ''; + display: inline-block; + height: 16px; + width: 16px; + margin-right: 6px; + vertical-align: middle; +} + +.navi_main .abstract_class > a, .navi_inline .abstract_class > a { + font-style: italic; +} + +a.navi_link:hover, a.external_link:hover { + text-decoration: underline; +} + +ul.no_bullet li { + list-style-type: none; +} + +.main_see_list { +} + +.navi_inline { + font-size: 12px; + line-height: 21px; + list-style: none; + margin: 6px 3px; + padding-left: 12px; +} + +.site_navigation a { + color: #666; + display: inline-block; + text-decoration: none; + padding: 3px 0px; +} + +.site_navigation li { + overflow: hidden; + padding: 3px 0; + white-space: nowrap; +} + +.css_content_literal { + font-family: "Roboto Mono", monospace; + color: #ff01ff; +} + +code { + font-family: "Roboto Mono", monospace; +} + +.main_code_definition a, .leaf_code_definition a { + text-decoration: none; + color: inherit; +} +.main_code_definition a:hover, .leaf_code_definition a:hover { + text-decoration: underline; +} + +.box .headline { + background-image: url("coll_open.png"); + background-position: calc(100% - 1px) center; + background-repeat: no-repeat; + background-color: #eef; + border: 1px solid #aaf; + margin: 20px auto auto auto; + width: 90%; + font-weight: bold; +} + +.box .content { + border: 1px solid #aaf; + border-top: none; + overflow: auto; + display: none; + margin: auto; + width: 90%; +} + +.box .column { + float: left; + width: 33%; +} + +.deprecated { + opacity: 0.5; + text-decoration: line-through; +} + +/********* + * Icons * + *********/ + +.abstract_class::before, +.description a.abstract_class, +.brief_description a.abstract_class { + background-image: url(abstractclass.png); + font-style: italic; +} + +.abstract_method::before, +.description a.abstract_method, +.brief_description a.abstract_method { + background-image: url(abstractmethod.png); +} + +.abstract_property::before, +.description a.abstract_property, +.brief_description a.abstract_property { + background-image: url(abstractproperty.png); +} + +.class::before, +.main_list_cl::before, +.description a.class, +.brief_description a.class { + background-image: url(class.png); +} + +.constant::before, +.description a.constant, +.brief_description a.constant { + background-image: url(constant.png); +} + +.creation_method::before, +.main_list_m::before, +.description a.creation_method, +.brief_description a.creation_method { + background-image: url(constructor.png); +} + +.delegate::before, +.main_list_del::before, +.description a.delegate, +.brief_description a.delegate { + background-image: url(delegate.png); +} + +.document::before { + background-image: url(document.png); +} + +.enum::before, +.main_list_en::before, +.description a.enum, +.brief_description a.enum { + background-image: url(enum.png); +} + +.enumvalue::before, +.enum_value::before, +.description a.enumvalue, +.brief_description a.enumvalue { + background-image: url(enumvalue.png); +} + +.errorcode::before, +.description a.errorcode, +.brief_description a.errorcode { + background-image: url(errorcode.png); +} + +.errordomain::before, +.main_list_errdom::before, +.description a.errordomain, +.brief_description a.errordomain { + background-image: url(errordomain.png); +} + +.field::before, +.main_list_field::before, +.description a.field, +.brief_description a.field { + background-image: url(field.png); +} + +.interface::before, +.main_list_iface::before, +.description a.interface, +.brief_description a.interface { + background-image: url(interface.png); +} + +.method::before, +.description a.method, +.brief_description a.method { + background-image: url(method.png); +} + +.namespace::before, +.main_list_ns::before, +.description a.namespace, +.brief_description a.namespace { + background-image: url(namespace.png); +} + +.package::before { + background-image: url(package.png); +} + +.package_index::before { + background-image: url(packages.png); +} + +.property::before, +.main_list_prop::before, +.description a.property, +.brief_description a.property { + background-image: url(property.png); +} + +.signal::before, +.main_list_sig::before, +.description a.signal, +.brief_description a.signal { + background-image: url(signal.png); +} + +.static_method::before, +.description a.static_method, +.brief_description a.static_method { + background-image: url(staticmethod.png); +} + +.struct::before, +.main_list_stru::before, +.description a.struct, +.brief_description a.struct { + background-image: url(struct.png); +} + +.virtual_method::before, +.description a.virtual_method, +.brief_description a.virtual_method { + background-image: url(virtualmethod.png); +} + +.virtual_property::before, +.description a.virtual_property, +.brief_description a.virtual_property { + background-image: url(virtualproperty.png); +} diff --git a/docs/tip.png b/docs/tip.png new file mode 100644 index 0000000..ade6ec4 Binary files /dev/null and b/docs/tip.png differ diff --git a/docs/virtualmethod.png b/docs/virtualmethod.png new file mode 100644 index 0000000..d661bc9 Binary files /dev/null and b/docs/virtualmethod.png differ diff --git a/docs/virtualproperty.png b/docs/virtualproperty.png new file mode 100644 index 0000000..f2bc9db Binary files /dev/null and b/docs/virtualproperty.png differ diff --git a/docs/warning.png b/docs/warning.png new file mode 100644 index 0000000..9e57e45 Binary files /dev/null and b/docs/warning.png differ diff --git a/docs/wikistyle.css b/docs/wikistyle.css new file mode 100644 index 0000000..459f91a --- /dev/null +++ b/docs/wikistyle.css @@ -0,0 +1,547 @@ +ul.external_link { +} + +.main_optional_parameter { + font-style: italic; +} + +.main_diagram { + border-style: none; + display: block; + margin: 0px auto; + width: 100px; +} + +.site_navi { + text-align: right; +} + +.main_notification { + padding-right: 10px; + padding-left: 60px; + padding-bottom: 5px; + padding-top: 5px; + border-color: #aaaaff; + background-color: #eeeeff; + border-style: solid; + border-width: 1px; + margin: 10px; + min-height: 48px; + background-position: 6px 0.5em; + background-repeat: no-repeat; + background-image: url(warning.png); +} + +div.main_notification_block { + padding-right: 10px; + padding-left: 10px; + padding-bottom: 5px; + padding-top: 5px; + + border-color: #d08717; + background-color: #fbf2c3; + border-style: solid; + border-width: 1px; + margin: 10px; +} + +span.main_block_headline { + background-image:url(tip.png); + background-repeat:no-repeat; + background-position:center right; + font-weight:bold; + display:block; +} + +div.main_block_content { + margin-left:15px; +} + +.main_source, .main_sourcesample { + padding-right: 10px; + padding-left: 5px; + padding-bottom: 5px; + padding-top: 5px; + margin: 10px; + + border-color: #aaaaff; + background-color: #eeeeff; + border-style: solid; + border-width: 1px; +} + +input { + border-color: #aaaaff; + border-style: solid; + border-width: 1px; +} + +.main_table { + border-collapse: collapse; + border: 1px solid #aaaaff; + background: #eeeeff; + margin-right:auto; + margin-left:auto; +} + +.site_header { + font-size: 25px; + padding-bottom: 10px; + padding-top: 10px; + background-color: #aaaaff; + width: 100%; +} + + +div { + font-family:'Verdana'; + font-size: 12; +} + + +.site_title { + text-align: left; + font-size: 40; +} + +div.site_footer { + text-align: center; + background-color: #aaaaff; + padding-bottom: 5px; + padding-top: 5px; + width: 100%; + clear: left; +} + + +div.site_body { + font-size: 10; +} + + +div.site_navigation { + float: left; + + width: 240px; + border-color: #aaaaff; + border-style: solid; + border-width: 1px; + background-color: #eeeeff; +} + + +.site_content { + font-size: 12px; + margin-left: 5px; + margin-right: 5px; + text-align: left; +} + + +.main_type { + text-decoration: none; + font-style: italic; + color: #000000; +} + +.main_basic_type { + text-decoration: none; + font-weight: bold; + color: #2e8b57; +} + +.main_keyword { + text-decoration: none; + font-weight: bold; + color: #a52a2a; +} + +.main_source .main_literal { + text-decoration: none; + color: #ff0000; +} + +.main_comment { + text-decoration: none; + color: #888a85; +} + +.main_preprocessor { + text-decoration: none; + color: #ad7fa8; +} + +div.main_code_definition { + padding-right: 10px; + padding-left: 10px; + padding-bottom: 5px; + padding-top: 5px; + + font-family: monospace; + font-size: 10; + border-color: #aaaaff; + background-color: #eeeeff; + border-style: solid; + border-width: 1px; + margin: 10px; +} + + + + + +h1.main_title { + font-size: 20px; + margin-bottom: 0px; +} + +h2.main_title { + margin-bottom: 0px; +} + +h3.main_title { + margin-bottom: 0px; +} + +.main_hr { + border: 0; + color: #aaaaff; + background-color: #aaaaff; + height: 1px; + margin-top: 5px; + margin-bottom: 5px; +} + + + +.main_parameter_table_text, .main_errordomain_table_text, .main_enum_table_text { +} + +.main_parameter_table_unknown_parameter { + color: GREY; +} + +.main_parameter_table_name, .main_errordomain_table_name, .main_enum_table_name { + vertical-align: top; + text-align: right; + font-weight: bold; + width: 120px; + padding-right: 10px; +} + +.main_parameter_table, .main_errordomain_table, .main_enum_table { + margin-weight: 20px; + margin-left: 20px; +} + + + + +.main_inline_navigation_virtual_property { + list-style-image: url(virtualproperty.png); +} +.main_inline_navigation_abstract_property { + list-style-image: url(abstractproperty.png); +} +.navi_abstract_prop { + list-style-image: url(abstractproperty.png); +} +.navi_virtual_prop { + list-style-image: url(virtualproperty.png); +} + + + +.css_content_link_constant { + background-image:url(constant.png); + display:inline-block; + padding-right:17px; + background-repeat:no-repeat; + background-position:center right; + border:0px; +} +.css_content_link_namespace { + background-image:url(namespace.png); + display:inline-block; + padding-right:17px; + background-repeat:no-repeat; + background-position:center right; + border:0px; +} +.css_content_link_struct { + background-image:url(struct.png); + display:inline-block; + padding-right:17px; + background-repeat:no-repeat; + background-position:center right; + border:0px; +} +.css_content_link_interface { + background-image:url(interface.png); + display:inline-block; + padding-right:17px; + background-repeat:no-repeat; + background-position:center right; + border:0px; +} +.css_content_link_enum { + background-image:url(enum.png); + display:inline-block; + padding-right:17px; + background-repeat:no-repeat; + background-position:center right; + border:0px; +} +.css_content_link_errordomain { + background-image:url(errordomain.png); + display:inline-block; + padding-right:17px; + background-repeat:no-repeat; + background-position:center right; + border:0px; +} +.css_content_link_delegate { + background-image:url(delegate.png); + display:inline-block; + padding-right:17px; + background-repeat:no-repeat; + background-position:center right; + border:0px; +} +.css_content_link_signal { + background-image:url(signal.png); + display:inline-block; + padding-right:17px; + background-repeat:no-repeat; + background-position:center right; + border:0px; +} +.css_content_link_field { + background-image:url(field.png); + display:inline-block; + padding-right:17px; + background-repeat:no-repeat; + background-position:center right; + border:0px; +} +.css_content_link_enumvalue { + background-image:url(enumvalue.png); + display:inline-block; + padding-right:17px; + background-repeat:no-repeat; + background-position:center right; + border:0px; +} +.css_content_link_errorcode { + background-image:url(errorcode.png); + display:inline-block; + padding-right:17px; + background-repeat:no-repeat; + background-position:center right; + border:0px; +} +.css_content_link_class { + background-image:url(class.png); + display:inline-block; + padding-right:17px; + background-repeat:no-repeat; + background-position:center right; + border:0px; +} +.css_content_link_abstract_class { + background-image:url(abstractclass.png); + display:inline-block; + padding-right:17px; + background-repeat:no-repeat; + background-position:center right; + border:0px; +} +.css_content_link_property { + background-image:url(property.png); + display:inline-block; + padding-right:17px; + background-repeat:no-repeat; + background-position:center right; + border:0px; +} +.css_content_link_virtual_property { + background-image:url(virtualproperty.png); + display:inline-block; + padding-right:17px; + background-repeat:no-repeat; + background-position:center right; + border:0px; +} +.css_content_link_abstract_property { + background-image:url(abstractproperty.png); + display:inline-block; + padding-right:17px; + background-repeat:no-repeat; + background-position:center right; + border:0px; +} +.css_content_link_method { + background-image:url(method.png); + display:inline-block; + padding-right:17px; + background-repeat:no-repeat; + background-position:center right; + border:0px; +} +.css_content_link_static_method { + background-image:url(staticmethod.png); + display:inline-block; + padding-right:17px; + background-repeat:no-repeat; + background-position:center right; + border:0px; +} +.css_content_link_virtual_method { + background-image:url(virtualmethod.png); + display:inline-block; + padding-right:17px; + background-repeat:no-repeat; + background-position:center right; + border:0px; +} +.css_content_link_abstract_method { + background-image:url( abstractmethod.png ); + display:inline-block; + padding-right:17px; + background-repeat:no-repeat; + background-position:center right; + border:0px; +} +.css_content_link_construction_method { + background-image:url(constructor.png); + display:inline-block; + padding-right:17px; + background-repeat:no-repeat; + background-position:center right; + border:0px; +} + +.main_inline_navigation_virtual_method { + list-style-image:url(virtualmethod.png); +} +.main_inline_navigation_errorcode { + list-style-image:url(errorcode.png); +} +.main_inline_navigation_enumvalue { + list-style-image:url(enumvalue.png); +} +.navi_abstract_class, .main_inline_navigation_abstract_class { + list-style-image: url(abstractclass.png); +} +.main_inline_navigation_abstract_method, .navi_abstract_method { + list-style-image: url( abstractmethod.png ); +} +.navi_construction_method, .main_list_m, .main_inline_navigation_construction_method { + list-style-image: url(constructor.png); +} +.navi_static_method, .main_inline_navigation_static_method { + list-style-image: url(staticmethod.png); +} + +.navi_package_index, .main_inline_navigation_package { + list-style-image: url(packages.png); +} +.main_navi_enval { + list-style-image: url(enumvalue.png); +} +.main_navi_errdomcode { + list-style-image: url(errorcode.png); +} +.navi_error_domain, .main_list_errdom, .main_inline_navigation_errordomain { + list-style-image: url(errordomain.png); +} +.navi_namespace, .main_list_ns, .main_inline_navigation_namespace { + list-style-image: url(namespace.png); +} +.navi_method, .main_inline_navigation_method { + list-style-image: url(method.png); +} +.navi_virtual_method { + list-style-image: url(virtualmethod.png); +} +.navi_struct, .main_list_stru, .main_inline_navigation_struct { + list-style-image: url(struct.png); +} +.navi_iface, .main_navigation_interface, .main_list_iface { + list-style-image: url(interface.png); +} +.navi_field, .main_inline_navigation_fields, .main_list_field { + list-style-image: url(field.png); +} +.navi_class, .main_inline_navigation_class, .main_list_cl { + list-style-image: url(class.png); +} +.navi_enum, .main_list_en, .main_inline_navigation_enum { + list-style-image: url(enum.png); +} +.navi_prop, .main_inline_navigation_property, .main_list_prop { + list-style-image: url(property.png); +} +.navi_del, .main_list_del, .main_inline_navigation_delegate { + list-style-image: url(delegate.png); +} +.navi_sig, .main_inline_navigation_signal, .main_list_sig { + list-style-image: url(signal.png); +} +.navi_package, .main_inline_navigation_package { + list-style-image: url(package.png); +} + +.main_inline_navigation_constant, .navi_constant { + list-style-image: url(constant.png); +} + + +.navi_main { + margin-top: 10px; + margin-bottom: 10px; + padding-left: 30px; +} + +.navi_hr { + border: 0; + color: #aaaaff; + background-color: #aaaaff; + height: 1px; + margin-left: 10px; + margin-right: 10px; + margin-top: 5px; + margin-bottom: 5px; +} + +a.navi_link, a.external_link { + text-decoration: none; + color: #214b87; +} + +a.navi_link:hover, a.external_link:hover { + text-decoration: underline; +} + +ul.no_bullet li { + list-style-type: none; +} + +.main_see_list { +} + +.main_inline_navigation { +} + +.css_content_literal { + font-family: monospace; + color: #ff01ff; +} + +code { + font-family: monospace; +} + +.deprecated { + text-decoration:line-through; +} diff --git a/meson.build b/meson.build new file mode 100644 index 0000000..8a1896b --- /dev/null +++ b/meson.build @@ -0,0 +1,14 @@ +project('rtest', ['c', 'vala'], version: '0.1.0') + +vapi_dir = meson.current_source_dir() / 'vapi' + +add_project_arguments(['--vapidir', vapi_dir], language: 'vala') + +rtest_deps = [ + dependency('glib-2.0'), + dependency('raylib') +] + +test_srcs = files('src/rtest.vala') + +executable('rtest', test_srcs, dependencies: rtest_deps) \ No newline at end of file diff --git a/src/bouncing_ball.vala b/src/bouncing_ball.vala new file mode 100644 index 0000000..caef755 --- /dev/null +++ b/src/bouncing_ball.vala @@ -0,0 +1,71 @@ +using Raylib; + + +int main(string[] args) { + // Initialization + //-------------------------------------------------------------------------------------- + const int screen_width = 800; + const int screen_height = 450; + + Window.init(screen_width, screen_height, "raylib [core] example - input mouse wheel"); + + + Vector2 ball_position = { get_screen_width() / 2, get_screen_height() / 2 }; + Vector2 ball_speed = { 5.0f, 4.0f }; + int ball_radius = 20; + + bool pause = false; + int frames_counter = 0; + + set_target_fps(60); // Set our game to run at 60 frames-per-second + //-------------------------------------------------------------------------------------- + + // Main game loop + while (!Window.should_close()) // Detect window close button or ESC key + { + // Update + //---------------------------------------------------------------------------------- + if (is_key_pressed(Keyboard.SPACE)) + pause = !pause; + + if (!pause) { + ball_position.x += ball_speed.x; + ball_position.y += ball_speed.y; + + // Check walls collision for bouncing + if ((ball_position.x >= (get_screen_width() - ball_radius)) || (ball_position.x <= ball_radius)) + ball_speed.x *= -1.0f; + if ((ball_position.y >= (get_screen_height() - ball_radius)) || (ball_position.y <= ball_radius)) + ball_speed.y *= -1.0f; + } else { + frames_counter++; + } + + //---------------------------------------------------------------------------------- + + // Draw + //---------------------------------------------------------------------------------- + begin_drawing(); + + clear_background(RAYWHITE); + + draw_circle_v(ball_position, ball_radius, MAROON); + draw_text("PRESS SPACE to PAUSE BALL MOVEMENT", 10, get_screen_height() - 25, 20, LIGHTGRAY); + + // On pause, we draw a blinking message + if (pause && (((frames_counter / 30) % 2) == 0)) + draw_text("PAUSED", 350, 200, 30, GRAY); + + draw_fps(10, 10); + + end_drawing(); + //---------------------------------------------------------------------------------- + } + + // De-Initialization + //-------------------------------------------------------------------------------------- + Window.close(); // Close window and OpenGL context + //-------------------------------------------------------------------------------------- + + return 0; +} \ No newline at end of file diff --git a/src/keyboard.vala b/src/keyboard.vala new file mode 100644 index 0000000..4f855dc --- /dev/null +++ b/src/keyboard.vala @@ -0,0 +1,44 @@ +using Raylib; + +int main(string[] args) { + + const int screen_width = 800; + const int screen_height = 450; + + print("Testing Raylib vala bindings...\n"); + + Window.init(screen_width, screen_height, "raylib [core] example - keyboard input"); + Vector2 ball_position = { (float)screen_width / 2, (float)screen_height /2 }; + + set_target_fps(60); + + // Main game loop + while (!Window.should_close()) { + // Update + //---------------------------------------------------------------------------------- + if (is_key_down(Keyboard.KEY_RIGHT)) ball_position.x += 2.0f; + if (is_key_down(Keyboard.KEY_LEFT)) ball_position.x -= 2.0f; + if (is_key_down(Keyboard.KEY_UP)) ball_position.y -= 2.0f; + if (is_key_down(Keyboard.KEY_DOWN)) ball_position.y += 2.0f; + //---------------------------------------------------------------------------------- + + // Draw + //---------------------------------------------------------------------------------- + begin_drawing(); + + clear_background(RAYWHITE); + + draw_text("move the ball with arrow keys", 10, 10, 20, DARKGRAY); + + draw_circle_v(ball_position, 50, MAROON); + + end_drawing(); + //---------------------------------------------------------------------------------- + } + + // De-Initialization + //-------------------------------------------------------------------------------------- + Window.close(); + + return 0; +} diff --git a/src/mouse.vala b/src/mouse.vala new file mode 100644 index 0000000..769af3a --- /dev/null +++ b/src/mouse.vala @@ -0,0 +1,47 @@ +using Raylib; + +int main(string[] args) { + + const int screen_width = 800; + const int screen_height = 450; + + print("Testing Raylib vala bindings...\n"); + + Window.init(screen_width, screen_height, "raylib [core] example - mouse input"); + + Vector2 ball_position = { -100f, -100f }; + Color ball_color = DARKBLUE; + + set_target_fps(60); + + // Main game loop + while (!Window.should_close()) { + // Update + //---------------------------------------------------------------------------------- + ball_position = get_mouse_position(); + + if (is_mouse_button_pressed(Mouse.LEFT_BUTTON)) ball_color = MAROON; + else if (is_mouse_button_pressed(Mouse.MIDDLE_BUTTON)) ball_color = LIME; + else if (is_mouse_button_pressed(Mouse.RIGHT_BUTTON)) ball_color = DARKBLUE; + //---------------------------------------------------------------------------------- + + // Draw + //---------------------------------------------------------------------------------- + begin_drawing(); + + clear_background(RAYWHITE); + + draw_circle_v(ball_position, 40, ball_color); + + draw_text("move ball with mouse and click mouse button to change color", 10, 10, 20, DARKGRAY); + + end_drawing(); + //---------------------------------------------------------------------------------- + } + + // De-Initialization + //-------------------------------------------------------------------------------------- + Window.close(); + + return 0; +} diff --git a/src/mouseWheel.vala b/src/mouseWheel.vala new file mode 100644 index 0000000..d7a01db --- /dev/null +++ b/src/mouseWheel.vala @@ -0,0 +1,48 @@ +using Raylib; + + +int main(string[] args) { + // Initialization + //-------------------------------------------------------------------------------------- + const int screen_width = 800; + const int screen_height = 450; + + Window.init(screen_width, screen_height, "raylib [core] example - input mouse wheel"); + + int box_position_y = screen_height / 2 - 40; + int scroll_speed = 4; // Scrolling speed in pixels + + set_target_fps(60); // Set our game to run at 60 frames-per-second + //-------------------------------------------------------------------------------------- + + // Main game loop + while (!Window.should_close()) // Detect window close button or ESC key + { + // Update + //---------------------------------------------------------------------------------- + box_position_y -= (get_mouse_wheel_move() * scroll_speed); + //---------------------------------------------------------------------------------- + + // Draw + //---------------------------------------------------------------------------------- + begin_drawing(); + + clear_background(RAYWHITE); + + draw_rectangle(screen_width / 2 - 40, box_position_y, 80, 80, MAROON); + + draw_text("Use mouse wheel to move the cube up and down!", 10, 10, 20, GRAY); + + draw_text(text_format("Box position Y: %03i", box_position_y), 10, 40, 20, LIGHTGRAY); + + end_drawing(); + //---------------------------------------------------------------------------------- + } + + // De-Initialization + //-------------------------------------------------------------------------------------- + Window.close(); // Close window and OpenGL context + //-------------------------------------------------------------------------------------- + + return 0; +} \ No newline at end of file diff --git a/src/rtest.vala b/src/rtest.vala new file mode 100644 index 0000000..772f57f --- /dev/null +++ b/src/rtest.vala @@ -0,0 +1,71 @@ +using Raylib; + + +int main(string[] args) { + // Initialization + //-------------------------------------------------------------------------------------- + const int screen_width = 800; + const int screen_height = 450; + + Window.init(screen_width, screen_height, "raylib [core] example - input mouse wheel"); + + + Vector2 ball_position = { get_screen_width() / 2, get_screen_height() / 2 }; + Vector2 ball_speed = { 5.0f, 4.0f }; + int ball_radius = 20; + + bool pause = false; + int frames_counter = 0; + + set_target_fps(60); // Set our game to run at 60 frames-per-second + //-------------------------------------------------------------------------------------- + + // Main game loop + while (!Window.should_close()) // Detect window close button or ESC key + { + // Update + //---------------------------------------------------------------------------------- + if (is_key_pressed(Keyboard.KEY_SPACE)) + pause = !pause; + + if (!pause) { + ball_position.x += ball_speed.x; + ball_position.y += ball_speed.y; + + // Check walls collision for bouncing + if ((ball_position.x >= (get_screen_width() - ball_radius)) || (ball_position.x <= ball_radius)) + ball_speed.x *= -1.0f; + if ((ball_position.y >= (get_screen_height() - ball_radius)) || (ball_position.y <= ball_radius)) + ball_speed.y *= -1.0f; + } else { + frames_counter++; + } + + //---------------------------------------------------------------------------------- + + // Draw + //---------------------------------------------------------------------------------- + begin_drawing(); + + clear_background(RAYWHITE); + + draw_circle_v(ball_position, ball_radius, MAROON); + draw_text("PRESS SPACE to PAUSE BALL MOVEMENT", 10, get_screen_height() - 25, 20, LIGHTGRAY); + + // On pause, we draw a blinking message + if (pause && (((frames_counter / 30) % 2) == 0)) + draw_text("PAUSED", 350, 200, 30, GRAY); + + draw_fps(10, 10); + + end_drawing(); + //---------------------------------------------------------------------------------- + } + + // De-Initialization + //-------------------------------------------------------------------------------------- + Window.close(); // Close window and OpenGL context + //-------------------------------------------------------------------------------------- + + return 0; +} \ No newline at end of file diff --git a/src/shapes.vala b/src/shapes.vala new file mode 100644 index 0000000..646ac21 --- /dev/null +++ b/src/shapes.vala @@ -0,0 +1,60 @@ +using Raylib; + + +int main(string[] args) { + // Initialization + //-------------------------------------------------------------------------------------- + const int screen_width = 800; + const int screen_height = 450; + + Window.init(screen_width, screen_height, "raylib [core] example - input mouse wheel"); + + set_target_fps(60); // Set our game to run at 60 frames-per-second + //-------------------------------------------------------------------------------------- + + // Main game loop + while (!Window.should_close()) // Detect window close button or ESC key + { + // Update + //---------------------------------------------------------------------------------- + // TODO: Update your variables here + //---------------------------------------------------------------------------------- + + // Draw + //---------------------------------------------------------------------------------- + begin_drawing(); + + draw_text("some basic shapes available on raylib", 20, 20, 20, DARKGRAY); + + draw_circle(screen_width / 4, 120, 35, DARKBLUE); + + draw_rectangle(screen_width / 4 * 2 - 60, 100, 120, 60, RED); + draw_rectangle_lines(screen_width / 4 * 2 - 40, 320, 80, 60, ORANGE); // NOTE: Uses QUADS internally, not lines + draw_rectangle_gradient_h(screen_width / 4 * 2 - 90, 170, 180, 130, MAROON, GOLD); + + draw_triangle(Vector2(){ x = screen_width / 4 * 3, y = 80}, + Vector2(){ x = screen_width / 4 * 3 - 60, y = 150}, + Vector2(){ x = screen_width / 4 * 3 + 60, y = 150}, VIOLET); + + draw_poly(Vector2(){ x = screen_width / 4 * 3, y = 320}, 6, 80, 0, BROWN); + + draw_circle_gradient(screen_width / 4, 220, 60, GREEN, SKYBLUE); + + // NOTE: We draw all LINES based shapes together to optimize internal drawing, + // this way, all LINES are rendered in a single draw pass + draw_line(18, 42, screen_width - 18, 42, BLACK); + draw_circle_lines(screen_width / 4, 340, 80, DARKBLUE); + draw_triangle_lines(Vector2(){ x = screen_width / 4 * 3, y = 160}, + Vector2(){ x = screen_width / 4*3 - 20, y = 230}, + Vector2(){ x = screen_width / 4*3 + 20, y = 230}, DARKBLUE); + end_drawing(); + //---------------------------------------------------------------------------------- + } + + // De-Initialization + //-------------------------------------------------------------------------------------- + Window.close(); // Close window and OpenGL context + //-------------------------------------------------------------------------------------- + + return 0; +} \ No newline at end of file diff --git a/vapi/raylib.vapi b/vapi/raylib.vapi new file mode 100644 index 0000000..237f0c0 --- /dev/null +++ b/vapi/raylib.vapi @@ -0,0 +1,1768 @@ +/* + * Raylib VAPI bindings + * + * Copyright (c)2020 Martin White (Nightweave Software) + * + * This is free software. The license for the Raylib library aligns with my ideals + * quite well and I therefore apply it to this VAPI and quote it below. Most notably + * this VAPI took a lot of effort and typing so please don't claim it as your work and + * if you use it, a mention would be appreciated, but is not legally required. + * + * Copyright for the Raylib library itself follows... + * + * -------------------------------------------------------------------------------------- + * + * Copyright (c) 2013-2020 Ramon Santamaria (@raysan5) + * + * This software is provided "as-is", without any express or implied warranty. In no event + * will the authors be held liable for any damages arising from the use of this software. + * + * Permission is granted to anyone to use this software for any purpose, including commercial + * applications, and to alter it and redistribute it freely, subject to the following + * restrictions: + * + * 1. The origin of this software must not be misrepresented; you must not claim that you + * wrote the original software. If you use this software in a product, an acknowledgment + * in the product documentation would be appreciated but is not required. + * + * 2. Altered source versions must be plainly marked as such, and must not be misrepresented + * as being the original software. + * + * 3. This notice may not be removed or altered from any source distribution. + * + */ + +/** + * Raylib is a highly portable library for creating video games. To quote the libraries + * author: "raylib is a simple and easy-to-use library to enjoy videogames programming. + * raylib is highly inspired by Borland BGI graphics lib and by XNA framework" + * + * See: [[https://www.raylib.com/index.html]] + */ +[CCode (cprefix = "", cheader_filename="raylib.h")] +namespace Raylib { + //#include // Required for: va_list - Only used by TraceLogCallback + + //---------------------------------------------------------------------------------- + // Some basic Defines + //---------------------------------------------------------------------------------- + + [CCode (cname = "PI")] public const double PI; + + // #define DEG2RAD (PI/180.0f) + // #define RAD2DEG (180.0f/PI) + + // #define MAX_TOUCH_POINTS 10 // Maximum number of touch points supported + + // Allow custom memory allocators + //#ifndef RL_MALLOC + // #define RL_MALLOC(sz) malloc(sz) + //#endif + //#ifndef RL_CALLOC + // #define RL_CALLOC(n,sz) calloc(n,sz) + //#endif + //#ifndef RL_REALLOC + // #define RL_REALLOC(ptr,sz) realloc(ptr,sz) + //#endif + //#ifndef RL_FREE + // #define RL_FREE(ptr) free(ptr) + //#endif + + // NOTE: MSC C++ compiler does not support compound literals (C99 feature) + // Plain structures in C++ (without constructors) can be initialized from { } initializers. + //#if defined(__cplusplus) + // #define CLITERAL(type) type + //#else + // #define CLITERAL(type) (type) + //#endif + + //---------------------------------------------------------------------------------- + // Structures Definition + //---------------------------------------------------------------------------------- + + // If the struct is passed by value then declare as SimpleType, else vala will pass by reference + + // Vector 2 type + [SimpleType] + [CCode (cname = "struct Vector2", destroy_function = "", has_type_id = true)] + public struct Vector2 { + float x; + float y; + } + + // Vector3 type + [SimpleType] + [CCode (cname = "struct Vector3", destroy_function = "", has_type_id = true)] + public struct Vector3 { + float x; + float y; + float z; + } + + // Vector4 type + [SimpleType] + [CCode (cname = "struct Vector4", destroy_function = "", has_type_id = true)] + public struct Vector4 { + float x; + float y; + float z; + float w; + } + + // // Quaternion type, same as Vector4 + // typedef Vector4 Quaternion; + public struct Quaternion : Vector4 { } + + // // Matrix type (OpenGL style 4x4 - right handed, column major) + // typedef struct Matrix { + // float m0, m4, m8, m12; + // float m1, m5, m9, m13; + // float m2, m6, m10, m14; + // float m3, m7, m11, m15; + // } Matrix; + + // Color type, RGBA (32bit) + [CCode (cname = "struct Color", has_type_id = false)] + [SimpleType] + public struct Color { + uint8 r; + uint8 g; + uint8 b; + uint8 a; + } + + // Rectangle type + [SimpleType] + [CCode (cname = "struct Rectangle", cheader_filename = "raylib.h", destroy_function = "", has_type_id = true)] + public struct Rectangle { + float x; + float y; + float width; + float height; + } + + // // Image type, bpp always RGBA (32bit) + // // NOTE: Data stored in CPU memory (RAM) + // typedef struct Image { + // void *data; // Image raw data + // int width; // Image base width + // int height; // Image base height + // int mipmaps; // Mipmap levels, 1 by default + // int format; // Data format (PixelFormat type) + // } Image; + + // // Texture2D type + // // NOTE: Data stored in GPU memory + // typedef struct Texture2D { + // unsigned int id; // OpenGL texture id + // int width; // Texture base width + // int height; // Texture base height + // int mipmaps; // Mipmap levels, 1 by default + // int format; // Data format (PixelFormat type) + // } Texture2D; + + // // Texture type, same as Texture2D + // typedef Texture2D Texture; + + // // TextureCubemap type, actually, same as Texture2D + // typedef Texture2D TextureCubemap; + + // // RenderTexture2D type, for texture rendering + // typedef struct RenderTexture2D { + // unsigned int id; // OpenGL Framebuffer Object (FBO) id + // Texture2D texture; // Color buffer attachment texture + // Texture2D depth; // Depth buffer attachment texture + // bool depthTexture; // Track if depth attachment is a texture or renderbuffer + // } RenderTexture2D; + + // // RenderTexture type, same as RenderTexture2D + // typedef RenderTexture2D RenderTexture; + + // // N-Patch layout info + // typedef struct NPatchInfo { + // Rectangle sourceRec; // Region in the texture + // int left; // left border offset + // int top; // top border offset + // int right; // right border offset + // int bottom; // bottom border offset + // int type; // layout of the n-patch: 3x3, 1x3 or 3x1 + // } NPatchInfo; + + // // Font character info + // typedef struct CharInfo { + // int value; // Character value (Unicode) + // int offsetX; // Character offset X when drawing + // int offsetY; // Character offset Y when drawing + // int advanceX; // Character advance position X + // Image image; // Character image data + // } CharInfo; + + // // Font type, includes texture and charSet array data + // typedef struct Font { + // int baseSize; // Base size (default chars height) + // int charsCount; // Number of characters + // Texture2D texture; // Characters texture atlas + // Rectangle *recs; // Characters rectangles in texture + // CharInfo *chars; // Characters info data + // } Font; + + // // #define SpriteFont Font // SpriteFont type fallback, defaults to Font + + // // Camera type, defines a camera position/orientation in 3d space + // typedef struct Camera3D { + // Vector3 position; // Camera position + // Vector3 target; // Camera target it looks-at + // Vector3 up; // Camera up vector (rotation over its axis) + // float fovy; // Camera field-of-view apperture in Y (degrees) in perspective, used as near plane width in orthographic + // int type; // Camera type, defines projection type: CAMERA_PERSPECTIVE or CAMERA_ORTHOGRAPHIC + // } Camera3D; + + // typedef Camera3D Camera; // Camera type fallback, defaults to Camera3D + + // // Camera2D type, defines a 2d camera + // typedef struct Camera2D { + // Vector2 offset; // Camera offset (displacement from target) + // Vector2 target; // Camera target (rotation and zoom origin) + // float rotation; // Camera rotation in degrees + // float zoom; // Camera zoom (scaling), should be 1.0f by default + // } Camera2D; + + // // Vertex data definning a mesh + // // NOTE: Data stored in CPU memory (and GPU) + // typedef struct Mesh { + // int vertexCount; // Number of vertices stored in arrays + // int triangleCount; // Number of triangles stored (indexed or not) + + // // Default vertex data + // float *vertices; // Vertex position (XYZ - 3 components per vertex) (shader-location = 0) + // float *texcoords; // Vertex texture coordinates (UV - 2 components per vertex) (shader-location = 1) + // float *texcoords2; // Vertex second texture coordinates (useful for lightmaps) (shader-location = 5) + // float *normals; // Vertex normals (XYZ - 3 components per vertex) (shader-location = 2) + // float *tangents; // Vertex tangents (XYZW - 4 components per vertex) (shader-location = 4) + // unsigned char *colors; // Vertex colors (RGBA - 4 components per vertex) (shader-location = 3) + // unsigned short *indices;// Vertex indices (in case vertex data comes indexed) + + // // Animation vertex data + // float *animVertices; // Animated vertex positions (after bones transformations) + // float *animNormals; // Animated normals (after bones transformations) + // int *boneIds; // Vertex bone ids, up to 4 bones influence by vertex (skinning) + // float *boneWeights; // Vertex bone weight, up to 4 bones influence by vertex (skinning) + + // // OpenGL identifiers + // unsigned int vaoId; // OpenGL Vertex Array Object id + // unsigned int *vboId; // OpenGL Vertex Buffer Objects id (default vertex data) + // } Mesh; + + // // Shader type (generic) + // typedef struct Shader { + // unsigned int id; // Shader program id + // int *locs; // Shader locations array (MAX_SHADER_LOCATIONS) + // } Shader; + + // // Material texture map + // typedef struct MaterialMap { + // Texture2D texture; // Material map texture + // Color color; // Material map color + // float value; // Material map value + // } MaterialMap; + + // // Material type (generic) + // typedef struct Material { + // Shader shader; // Material shader + // MaterialMap *maps; // Material maps array (MAX_MATERIAL_MAPS) + // float *params; // Material generic parameters (if required) + // } Material; + + // // Transformation properties + // typedef struct Transform { + // Vector3 translation; // Translation + // Quaternion rotation; // Rotation + // Vector3 scale; // Scale + // } Transform; + + // // Bone information + // typedef struct BoneInfo { + // char name[32]; // Bone name + // int parent; // Bone parent + // } BoneInfo; + + // // Model type + // typedef struct Model { + // Matrix transform; // Local transform matrix + + // int meshCount; // Number of meshes + // Mesh *meshes; // Meshes array + + // int materialCount; // Number of materials + // Material *materials; // Materials array + // int *meshMaterial; // Mesh material number + + // // Animation data + // int boneCount; // Number of bones + // BoneInfo *bones; // Bones information (skeleton) + // Transform *bindPose; // Bones base transformation (pose) + // } Model; + + // // Model animation + // typedef struct ModelAnimation { + // int boneCount; // Number of bones + // BoneInfo *bones; // Bones information (skeleton) + + // int frameCount; // Number of animation frames + // Transform **framePoses; // Poses array by frame + // } ModelAnimation; + + // // Ray type (useful for raycast) + // typedef struct Ray { + // Vector3 position; // Ray position (origin) + // Vector3 direction; // Ray direction + // } Ray; + + // // Raycast hit information + // typedef struct RayHitInfo { + // bool hit; // Did the ray hit something? + // float distance; // Distance to nearest hit + // Vector3 position; // Position of nearest hit + // Vector3 normal; // Surface normal of hit + // } RayHitInfo; + + // // Bounding box type + // typedef struct BoundingBox { + // Vector3 min; // Minimum vertex box-corner + // Vector3 max; // Maximum vertex box-corner + // } BoundingBox; + + // // Wave type, defines audio wave data + // typedef struct Wave { + // unsigned int sampleCount; // Total number of samples + // unsigned int sampleRate; // Frequency (samples per second) + // unsigned int sampleSize; // Bit depth (bits per sample): 8, 16, 32 (24 not supported) + // unsigned int channels; // Number of channels (1-mono, 2-stereo) + // void *data; // Buffer data pointer + // } Wave; + + // typedef struct rAudioBuffer rAudioBuffer; + + // // Audio stream type + // // NOTE: Useful to create custom audio streams not bound to a specific file + // typedef struct AudioStream { + // unsigned int sampleRate; // Frequency (samples per second) + // unsigned int sampleSize; // Bit depth (bits per sample): 8, 16, 32 (24 not supported) + // unsigned int channels; // Number of channels (1-mono, 2-stereo) + + // rAudioBuffer *buffer; // Pointer to internal data used by the audio system + // } AudioStream; + + // // Sound source type + // typedef struct Sound { + // unsigned int sampleCount; // Total number of samples + // AudioStream stream; // Audio stream + // } Sound; + + // // Music stream type (audio file streaming from memory) + // // NOTE: Anything longer than ~10 seconds should be streamed + // typedef struct Music { + // int ctxType; // Type of music context (audio filetype) + // void *ctxData; // Audio context data, depends on type + + // unsigned int sampleCount; // Total number of samples + // unsigned int loopCount; // Loops count (times music will play), 0 means infinite loop + + // AudioStream stream; // Audio stream + // } Music; + + // // Head-Mounted-Display device parameters + // typedef struct VrDeviceInfo { + // int hResolution; // HMD horizontal resolution in pixels + // int vResolution; // HMD vertical resolution in pixels + // float hScreenSize; // HMD horizontal size in meters + // float vScreenSize; // HMD vertical size in meters + // float vScreenCenter; // HMD screen center in meters + // float eyeToScreenDistance; // HMD distance between eye and display in meters + // float lensSeparationDistance; // HMD lens separation distance in meters + // float interpupillaryDistance; // HMD IPD (distance between pupils) in meters + // float lensDistortionValues[4]; // HMD lens distortion constant parameters + // float chromaAbCorrection[4]; // HMD chromatic aberration correction parameters + // } VrDeviceInfo; + + //---------------------------------------------------------------------------------- + // Enumerators Definition + //---------------------------------------------------------------------------------- + // Vala Note: These just map through to C so generally don't need values + // + + /** + * System config flags + * NOTE: Used for bit masks + */ + [Flags] + [CCode (cprefix = "", has_type_id = false)] + public enum ConfigFlag { + FLAG_RESERVED , //= 1, // Reserved + FLAG_FULLSCREEN_MODE , //= 2, // Set to run program in fullscreen + FLAG_WINDOW_RESIZABLE , //= 4, // Set to allow resizable window + FLAG_WINDOW_UNDECORATED , //= 8, // Set to disable window decoration (frame and buttons) + FLAG_WINDOW_TRANSPARENT , //= 16, // Set to allow transparent window + FLAG_MSAA_4X_HINT , //= 32, // Set to try enabling MSAA 4X + FLAG_VSYNC_HINT , //= 64, // Set to try enabling V-Sync on GPU + FLAG_WINDOW_HIDDEN , //= 128, // Set to create the window initially hidden + FLAG_WINDOW_ALWAYS_RUN //= 256 // Set to allow windows running while minimized + } + + // Trace log type + [CCode (cprefix = "", has_type_id = false)] + public enum TraceLogType { + LOG_ALL, // = 0, // Display all logs + LOG_TRACE, + LOG_DEBUG, + LOG_INFO, + LOG_WARNING, + LOG_ERROR, + LOG_FATAL, + LOG_NONE // Disable logging + } + + // Keyboard keys + [CCode (cname = "KeyboardKey", cprefix="", has_type_id = false)] + public enum Keyboard { + // Alphanumeric keys + KEY_APOSTROPHE, + KEY_COMMA, + KEY_MINUS, + KEY_PERIOD, + KEY_SLASH, + KEY_ZERO, + KEY_ONE, + KEY_TWO, + KEY_THREE, + KEY_FOUR, + KEY_FIVE, + KEY_SIX, + KEY_SEVEN, + KEY_EIGHT, + KEY_NINE, + KEY_SEMICOLON, + KEY_EQUAL, + KEY_A, + KEY_B, + KEY_C, + KEY_D, + KEY_E, + KEY_F, + KEY_G, + KEY_H, + KEY_I, + KEY_J, + KEY_K, + KEY_L, + KEY_M, + KEY_N, + KEY_O, + KEY_P, + KEY_Q, + KEY_R, + KEY_S, + KEY_T, + KEY_U, + KEY_V, + KEY_W, + KEY_X, + KEY_Y, + KEY_Z, + // Function keys + KEY_SPACE, + KEY_ESCAPE, + KEY_ENTER, + KEY_TAB, + KEY_BACKSPACE, + KEY_INSERT, + KEY_DELETE, + KEY_RIGHT, + KEY_LEFT, + KEY_DOWN, + KEY_UP, + KEY_PAGE_UP, + KEY_PAGE_DOWN, + KEY_HOME, + KEY_END, + KEY_CAPS_LOCK, + KEY_SCROLL_LOCK, + KEY_NUM_LOCK, + KEY_PRINT_SCREEN, + KEY_PAUSE, + KEY_F1, + KEY_F2, + KEY_F3, + KEY_F4, + KEY_F5, + KEY_F6, + KEY_F7, + KEY_F8, + KEY_F9, + KEY_F10, + KEY_F11, + KEY_F12, + KEY_LEFT_SHIFT, + KEY_LEFT_CONTROL, + KEY_LEFT_ALT, + KEY_LEFT_SUPER, + KEY_RIGHT_SHIFT, + KEY_RIGHT_CONTROL, + KEY_RIGHT_ALT, + KEY_RIGHT_SUPER, + KEY_KB_MENU, + KEY_LEFT_BRACKET, + KEY_BACKSLASH, + KEY_RIGHT_BRACKET, + KEY_GRAVE, + // Keypad keys + KEY_KP_0, + KEY_KP_1, + KEY_KP_2, + KEY_KP_3, + KEY_KP_4, + KEY_KP_5, + KEY_KP_6, + KEY_KP_7, + KEY_KP_8, + KEY_KP_9, + KEY_KP_DECIMAL, + KEY_KP_DIVIDE, + KEY_KP_MULTIPLY, + KEY_KP_SUBTRACT, + KEY_KP_ADD, + KEY_KP_ENTER, + KEY_KP_EQUAL + } + + /** + * Android buttons + */ + [CCode (has_type_id = false)] + public enum AndroidButton { + KEY_BACK, + KEY_MENU, + KEY_VOLUME_UP, + KEY_VOLUME_DOWN + } + + // Mouse buttons + [CCode (cprefix = "MOUSE_", has_type_id = false)] + public enum Mouse { + LEFT_BUTTON, + RIGHT_BUTTON, + MIDDLE_BUTTON, + } + + // Gamepad number + [CCode (cprefix = "GAMEPAD_", has_type_id = false)] + public enum GamepadNumber { + PLAYER1, + PLAYER2, + PLAYER3, + PLAYER4 + } + + // Gamepad Buttons + [CCode (cprefix = "GAMEPAD_BUTTON_", has_type_id = false)] + public enum GamepadButton { + // This is here just for error checking + UNKNOWN = 0, + // This is normally a DPAD + LEFT_FACE_UP, + LEFT_FACE_RIGHT, + LEFT_FACE_DOWN, + LEFT_FACE_LEFT, + // This normally corresponds with PlayStation and Xbox controllers + // XBOX: [Y,X,A,B] + // PS3: [Triangle,Square,Cross,Circle] + // No support for 6 button controllers though.. + RIGHT_FACE_UP, + RIGHT_FACE_RIGHT, + RIGHT_FACE_DOWN, + RIGHT_FACE_LEFT, + // Triggers + LEFT_TRIGGER_1, + LEFT_TRIGGER_2, + RIGHT_TRIGGER_1, + RIGHT_TRIGGER_2, + // These are buttons in the center of the gamepad + MIDDLE_LEFT, //PS3 Select + MIDDLE, //PS Button/XBOX Button + MIDDLE_RIGHT, //PS3 Start + // These are the joystick press in buttons + LEFT_THUMB, + RIGHT_THUMB + } + + [CCode (cprefix = "", has_type_id = false)] + public enum GamepadAxis { + // This is here just for error checking + GAMEPAD_AXIS_UNKNOWN = 0, + // Left stick + GAMEPAD_AXIS_LEFT_X, + GAMEPAD_AXIS_LEFT_Y, + // Right stick + GAMEPAD_AXIS_RIGHT_X, + GAMEPAD_AXIS_RIGHT_Y, + // Pressure levels for the back triggers + GAMEPAD_AXIS_LEFT_TRIGGER, // [1..-1] (pressure-level) + GAMEPAD_AXIS_RIGHT_TRIGGER // [1..-1] (pressure-level) + } + + // Shader location point type + [CCode (cprefix = "", has_type_id = false)] + public enum ShaderLocationIndex { + LOC_VERTEX_POSITION = 0, + LOC_VERTEX_TEXCOORD01, + LOC_VERTEX_TEXCOORD02, + LOC_VERTEX_NORMAL, + LOC_VERTEX_TANGENT, + LOC_VERTEX_COLOR, + LOC_MATRIX_MVP, + LOC_MATRIX_MODEL, + LOC_MATRIX_VIEW, + LOC_MATRIX_PROJECTION, + LOC_VECTOR_VIEW, + LOC_COLOR_DIFFUSE, + LOC_COLOR_SPECULAR, + LOC_COLOR_AMBIENT, + LOC_MAP_ALBEDO, // LOC_MAP_DIFFUSE + LOC_MAP_METALNESS, // LOC_MAP_SPECULAR + LOC_MAP_NORMAL, + LOC_MAP_ROUGHNESS, + LOC_MAP_OCCLUSION, + LOC_MAP_EMISSION, + LOC_MAP_HEIGHT, + LOC_MAP_CUBEMAP, + LOC_MAP_IRRADIANCE, + LOC_MAP_PREFILTER, + LOC_MAP_BRDF + } + + // #define LOC_MAP_DIFFUSE LOC_MAP_ALBEDO + // #define LOC_MAP_SPECULAR LOC_MAP_METALNESS + + // Shader uniform data types + [CCode (cprefix = "", has_type_id = false)] + public enum ShaderUniformDataType { + UNIFORM_FLOAT = 0, + UNIFORM_VEC2, + UNIFORM_VEC3, + UNIFORM_VEC4, + UNIFORM_INT, + UNIFORM_IVEC2, + UNIFORM_IVEC3, + UNIFORM_IVEC4, + UNIFORM_SAMPLER2D + } + + // Material map type + [CCode (cprefix = "", has_type_id = false)] + public enum MaterialMapType { + MAP_ALBEDO = 0, // MAP_DIFFUSE + MAP_METALNESS = 1, // MAP_SPECULAR + MAP_NORMAL = 2, + MAP_ROUGHNESS = 3, + MAP_OCCLUSION, + MAP_EMISSION, + MAP_HEIGHT, + MAP_CUBEMAP, // NOTE: Uses GL_TEXTURE_CUBE_MAP + MAP_IRRADIANCE, // NOTE: Uses GL_TEXTURE_CUBE_MAP + MAP_PREFILTER, // NOTE: Uses GL_TEXTURE_CUBE_MAP + MAP_BRDF + } + + // #define MAP_DIFFUSE MAP_ALBEDO + // #define MAP_SPECULAR MAP_METALNESS + + // Pixel formats + // NOTE: Support depends on OpenGL version and platform + [CCode (cprefix = "", has_type_id = false)] + public enum PixelFormat { + UNCOMPRESSED_GRAYSCALE = 1, // 8 bit per pixel (no alpha) + UNCOMPRESSED_GRAY_ALPHA, // 8*2 bpp (2 channels) + UNCOMPRESSED_R5G6B5, // 16 bpp + UNCOMPRESSED_R8G8B8, // 24 bpp + UNCOMPRESSED_R5G5B5A1, // 16 bpp (1 bit alpha) + UNCOMPRESSED_R4G4B4A4, // 16 bpp (4 bit alpha) + UNCOMPRESSED_R8G8B8A8, // 32 bpp + UNCOMPRESSED_R32, // 32 bpp (1 channel - float) + UNCOMPRESSED_R32G32B32, // 32*3 bpp (3 channels - float) + UNCOMPRESSED_R32G32B32A32, // 32*4 bpp (4 channels - float) + COMPRESSED_DXT1_RGB, // 4 bpp (no alpha) + COMPRESSED_DXT1_RGBA, // 4 bpp (1 bit alpha) + COMPRESSED_DXT3_RGBA, // 8 bpp + COMPRESSED_DXT5_RGBA, // 8 bpp + COMPRESSED_ETC1_RGB, // 4 bpp + COMPRESSED_ETC2_RGB, // 4 bpp + COMPRESSED_ETC2_EAC_RGBA, // 8 bpp + COMPRESSED_PVRT_RGB, // 4 bpp + COMPRESSED_PVRT_RGBA, // 4 bpp + COMPRESSED_ASTC_4x4_RGBA, // 8 bpp + COMPRESSED_ASTC_8x8_RGBA // 2 bpp + } + + // Texture parameters: filter mode + // NOTE 1: Filtering considers mipmaps if available in the texture + // NOTE 2: Filter is accordingly set for minification and magnification + [CCode (cprefix = "", has_type_id = false)] + public enum TextureFilterMode { + FILTER_POINT = 0, // No filter, just pixel aproximation + FILTER_BILINEAR, // Linear filtering + FILTER_TRILINEAR, // Trilinear filtering (linear with mipmaps) + FILTER_ANISOTROPIC_4X, // Anisotropic filtering 4x + FILTER_ANISOTROPIC_8X, // Anisotropic filtering 8x + FILTER_ANISOTROPIC_16X, // Anisotropic filtering 16x + } + + // Cubemap layout type + [CCode (cprefix = "", has_type_id = false)] + public enum CubemapLayoutType { + CUBEMAP_AUTO_DETECT = 0, // Automatically detect layout type + CUBEMAP_LINE_VERTICAL, // Layout is defined by a vertical line with faces + CUBEMAP_LINE_HORIZONTAL, // Layout is defined by an horizontal line with faces + CUBEMAP_CROSS_THREE_BY_FOUR, // Layout is defined by a 3x4 cross with cubemap faces + CUBEMAP_CROSS_FOUR_BY_THREE, // Layout is defined by a 4x3 cross with cubemap faces + CUBEMAP_PANORAMA // Layout is defined by a panorama image (equirectangular map) + } + + // Texture parameters: wrap mode + [CCode (cprefix = "", has_type_id = false)] + public enum TextureWrapMode { + WRAP_REPEAT = 0, // Repeats texture in tiled mode + WRAP_CLAMP, // Clamps texture to edge pixel in tiled mode + WRAP_MIRROR_REPEAT, // Mirrors and repeats the texture in tiled mode + WRAP_MIRROR_CLAMP // Mirrors and clamps to border the texture in tiled mode + } + + // Font type, defines generation method + [CCode (cprefix = "", has_type_id = false)] + public enum FontType { + FONT_DEFAULT = 0, // Default font generation, anti-aliased + FONT_BITMAP, // Bitmap font generation, no anti-aliasing + FONT_SDF // SDF font generation, requires external shader + } + + // Color blending modes (pre-defined) + [CCode (cprefix = "", has_type_id = false)] + public enum BlendMode { + BLEND_ALPHA = 0, // Blend textures considering alpha (default) + BLEND_ADDITIVE, // Blend textures adding colors + BLEND_MULTIPLIED // Blend textures multiplying colors + } + + // Gestures type + // NOTE: It could be used as flags to enable only some gestures + [Flags] + [CCode (cprefix = "", has_type_id = false)] + public enum GestureType { + GESTURE_NONE = 0, + GESTURE_TAP = 1, + GESTURE_DOUBLETAP = 2, + GESTURE_HOLD = 4, + GESTURE_DRAG = 8, + GESTURE_SWIPE_RIGHT = 16, + GESTURE_SWIPE_LEFT = 32, + GESTURE_SWIPE_UP = 64, + GESTURE_SWIPE_DOWN = 128, + GESTURE_PINCH_IN = 256, + GESTURE_PINCH_OUT = 512 + } + + // Camera system modes + [CCode (cprefix = "", has_type_id = false)] + public enum CameraMode { + CAMERA_CUSTOM = 0, + CAMERA_FREE, + CAMERA_ORBITAL, + CAMERA_FIRST_PERSON, + CAMERA_THIRD_PERSON + } + + // Camera projection modes + [CCode (cprefix = "", has_type_id = false)] + public enum CameraType { + CAMERA_PERSPECTIVE = 0, + CAMERA_ORTHOGRAPHIC + } + + // Type of n-patch + [CCode (cprefix = "", has_type_id = false)] + public enum NPatchType { + NPT_9PATCH = 0, // Npatch defined by 3x3 tiles + NPT_3PATCH_VERTICAL, // Npatch defined by 1x3 tiles + NPT_3PATCH_HORIZONTAL // Npatch defined by 3x1 tiles + } + + // Callbacks to be implemented by users + //typedef void (*TraceLogCallback)(int logType, const char *text, va_list args); + + // Some Basic Colors + // NOTE: Custom raylib color palette for amazing visuals on WHITE background + [CCode (cname = "LIGHTGRAY")] public const Color LIGHTGRAY; + [CCode (cname = "GRAY")] public const Color GRAY; + [CCode (cname = "DARKGRAY")] public const Color DARKGRAY; + [CCode (cname = "YELLOW")] public const Color YELLOW; + [CCode (cname = "GOLD")] public const Color GOLD; + [CCode (cname = "ORANGE")] public const Color ORANGE; + [CCode (cname = "PINK")] public const Color PINK; + [CCode (cname = "RED")] public const Color RED; + [CCode (cname = "MAROON")] public const Color MAROON; + [CCode (cname = "GREEN")] public const Color GREEN; + [CCode (cname = "LIME")] public const Color LIME; + [CCode (cname = "DARKGREEN")] public const Color DARKGREEN; + [CCode (cname = "SKYBLUE")] public const Color SKYBLUE; + [CCode (cname = "BLUE")] public const Color BLUE; + [CCode (cname = "DARKBLUE")] public const Color DARKBLUE; + [CCode (cname = "PURPLE")] public const Color PURPLE; + [CCode (cname = "VIOLET")] public const Color VIOLET; + [CCode (cname = "DARKPURPLE")] public const Color DARKPURPLE; + [CCode (cname = "BEIGE")] public const Color BEIGE; + [CCode (cname = "BROWN")] public const Color BROWN; + [CCode (cname = "DARKBROWN")] public const Color DARKBROWN; + [CCode (cname = "WHITE")] public const Color WHITE; + [CCode (cname = "BLACK")] public const Color BLACK; + [CCode (cname = "BLANK")] public const Color BLANK; + [CCode (cname = "MAGENTA")] public const Color MAGENTA; + [CCode (cname = "RAYWHITE")] public const Color RAYWHITE; + + // Skip these - we'll assume nobody will use old codebases and if + // they do then they will have to upgrade as part of porting to Vala. + // + // Temporal hack to avoid breaking old codebases using + // deprecated raylib implementation of these functions + // #define FormatText TextFormat + // #define SubText TextSubtext + // #define ShowWindow UnhideWindow + // #define LoadText LoadFileText + + //------------------------------------------------------------------------------------ + // Global Variables Definition + //------------------------------------------------------------------------------------ + // It's lonely here... + + //------------------------------------------------------------------------------------ + // Window and Graphics Device Functions (Module: core) + //------------------------------------------------------------------------------------ + + /** + * Window object encapsulating static window related functions + * + * Unless I'm mistaken, only a single Raylib window can exist at once. For this reason + * (I presume) the C API does not expose a struct or handle to the current Window apart + * from with one method. + * + * Because of this it really feels like we should implement a Window class but the best I + * can come up with is static methods to group the functionality together. There may be a + * better way? + */ + [Compact] + public class Window { + + /** + * Initialize window and OpenGL context + */ + [CCode (cname = "InitWindow")] + public static void init(int width, int height, string title); + /** + * Close window and unload OpenGL context + */ + [CCode (cname = "CloseWindow")] + public static void close(); + /** + * Check if KEY_ESCAPE pressed or Close icon pressed + */ + [CCode (cname = "WindowShouldClose")] + public static bool should_close(); + /** + * Check if window has been initialized successfully + */ + [CCode (cname = "IsWindowReady")] + public static bool is_ready(); + /** + * Check if window has been minimized (or lost focus) + */ + [CCode (cname = "IsWindowMinimized")] + public static bool is_minimized(); + /** + * Check if window has been resized + */ + [CCode (cname = "IsWindowResized")] + public static bool is_resized(); + /** + * Check if window is currently hidden + */ + [CCode (cname = "IsWindowHidden")] + public static bool is_hidden(); + /** + * Check if window is currently fullscreen + */ + [CCode (cname = "IsWindowFullScreen")] + public static bool is_fullscreen(); + /** + * Toggle fullscreen mode (only PLATFORM_DESKTOP) + */ + [CCode (cname = "ToggleFullScreen")] + public static void toggle_fullscreen(); + /** + * Show the window + */ + [CCode (cname = "UnhideWindow")] + public static void unhide(); + /** + * Hide the window + */ + [CCode (cname = "HideWindow")] + public static void hide(); + /** + * Set icon for window (only PLATFORM_DESKTOP) + */ + //[CCode (cname = "SetWindowIcon")] + //public static void set_icon(Image image); + /** + * Set title for window (only PLATFORM_DESKTOP) + */ + [CCode (cname = "SetWindowTitle")] + public static void set_title(string title); + /** + * Set window position on screen (only PLATFORM_DESKTOP) + */ + [CCode (cname = "SetWindowPosition")] + public static void set_position(int x, int y); + /** + * Set monitor for the current window (fullscreen mode) + */ + [CCode (cname = "SetWindowMonitor")] + public static void set_monitor(int monitor); + /** + * Set window minimum dimensions (for FLAG_WINDOW_RESIZABLE) + */ + [CCode (cname = "SetWindowMinSize")] + public static void set_min_size(int width, int height); + /** + * Set window dimensions + */ + [CCode (cname = "SetWindowSize")] + public static void set_size(int width, int height); + /** + * Get native window handle + */ + //[CCode (cname = "GetWindowHandle")] + //public static void *get_handle(); + /** + * Get window position XY on monitor + */ + [CCode (cname = "GetWindowPosition")] + public static Vector2 get_position(); + } + + /** + * Get current screen width + */ + [CCode (cname = "GetScreenWidth")] + public static int get_screen_width(); + /** + * Get current screen height + */ + [CCode (cname = "GetScreenHeight")] + public static int get_screen_height(); + /** + * Get number of connected monitors + */ + [CCode (cname = "GetMonitorCount")] + public static int get_monitor_count(); + /** + * Get primary monitor width + */ + [CCode (cname = "GetMonitorWidth")] + public static int get_monitor_width(int monitor); + /** + * Get primary monitor height + */ + [CCode (cname = "GetMonitorHeight")] + public static int get_monitor_height(int monitor); + /** + * Get primary monitor physical width in millimetres + */ + [CCode (cname = "GetMonitorPhysicalWidth")] + public static int get_monitor_physical_width(int monitor); + /** + * Get primary monitor physical height in millimetres + */ + [CCode (cname = "GetMonitorPhysicalHeight")] + public static int get_monitor_physical_height(int monitor); + /** + * Get the human-readable, UTF-8 encoded name of the primary monitor + */ + [CCode (cname = "GetMonitorName")] + public static string get_monitor_name(int monitor); + /** + * Get clipboard text content + */ + [CCode (cname = "GetClipboardText")] + public static string get_clipboard_text(); + /** + * Set clipboard text content + */ + [CCode (cname = "SetClipboardText")] + public static void set_clipboard_text(string *text); + + // Cursor-related functions + /** + * Shows cursor + */ + [CCode (cname = "ShowCursor")] + public void show_cursor(); + /** + * Hides cursor + */ + [CCode (cname = "HideCursor")] + public void hide_cursor(); + /** + * Check if cursor is not visible + */ + [CCode (cname = "IsCursorHidden")] + public bool is_cursor_hidden(); + /** + * Enables cursor (unlock cursor) + */ + [CCode (cname = "EnableCursor")] + public void enable_cursor(); + /** + * Disables cursor (lock cursor) + */ + [CCode (cname = "DisableCursor")] + public void disable_cursor(); + + // Drawing-related functions + /** + * Set background color (framebuffer clear color) + */ + [CCode (cname = "ClearBackground")] + public void clear_background(Color color); + /** + * Setup canvas (framebuffer) to start drawing + */ + [CCode (cname = "BeginDrawing")] + public void begin_drawing(); + /** + * End canvas drawing and swap buffers (double buffering) + */ + [CCode (cname = "EndDrawing")] + public void end_drawing(); + // void BeginMode2D(Camera2D camera); // Initialize 2D mode with custom camera (2D) + /** + * Ends 2D mode with custom camera + */ + [CCode (cname = "EndMode2D")] + public void end_mode_2D(); + // void BeginMode3D(Camera3D camera); // Initializes 3D mode with custom camera (3D) + /** + * Ends 3D mode and returns to default 2D orthographic mode + */ + [CCode (cname = "EndMode3D")] + public void end_mode_3D(); + /** + * Initializes render texture for drawing + */ + //[CCode (cname = "BeginTextureMode")] + // void begin_texture_mode(RenderTexture2D target); + /** + * Ends drawing to render texture + */ + [CCode (cname = "EndTextureMode")] + public void end_texture_mode(); + /** + * Begin scissor mode (define screen area for following drawing) + */ + [CCode (cname = "BeginScissorMode")] + public void begin_scissor_mode(int x, int y, int width, int height); + /** + * End scissor mode + */ + [CCode (cname = "EndScissorMode")] + public void end_scissor_mode(); + + // Screen-space-related functions + // Ray GetMouseRay(Vector2 mousePosition, Camera camera); // Returns a ray trace from mouse position + // Matrix GetCameraMatrix(Camera camera); // Returns camera transform matrix (view matrix) + // Matrix GetCameraMatrix2D(Camera2D camera); // Returns camera 2d transform matrix + // Vector2 GetWorldToScreen(Vector3 position, Camera camera); // Returns the screen space position for a 3d world space position + // Vector2 GetWorldToScreenEx(Vector3 position, Camera camera, int width, int height); // Returns size position for a 3d world space position + // Vector2 GetWorldToScreen2D(Vector2 position, Camera2D camera); // Returns the screen space position for a 2d camera world space position + // Vector2 GetScreenToWorld2D(Vector2 position, Camera2D camera); // Returns the world space position for a 2d camera screen space position + + // Timing-related functions + /** + * Set target FPS (maximum) + */ + [CCode (cname = "SetTargetFPS")] + public void set_target_fps(int fps); + /** + * Returns current FPS + */ + [CCode (cname = "GetFPS")] + public int get_fps(); + /** + * Returns time in seconds for last frame drawn + */ + [CCode (cname = "GetFrameTime")] + public float get_frame_time(); + /** + * Returns elapsed time in seconds since InitWindow() + */ + [CCode (cname = "GetTime")] + public double get_time(); + + // Color-related functions + // int ColorToInt(Color color); // Returns hexadecimal value for a Color + // Vector4 ColorNormalize(Color color); // Returns color normalized as float [0..1] + // Color ColorFromNormalized(Vector4 normalized); // Returns color from normalized values [0..1] + // Vector3 ColorToHSV(Color color); // Returns HSV values for a Color + // Color ColorFromHSV(Vector3 hsv); // Returns a Color from HSV values + // Color GetColor(int hexValue); // Returns a Color struct from hexadecimal value + // Color Fade(Color color, float alpha); // Color fade-in or fade-out, alpha goes from 0.0f to 1.0f + + // Misc. functions + // void SetConfigFlags(unsigned int flags); // Setup window configuration flags (view FLAGS) + // void SetTraceLogLevel(int logType); // Set the current threshold (minimum) log level + // void SetTraceLogExit(int logType); // Set the exit threshold (minimum) log level + // void SetTraceLogCallback(TraceLogCallback callback); // Set a trace log callback to enable custom logging + // void TraceLog(int logType, const char *text, ...); // Show trace log messages (LOG_DEBUG, LOG_INFO, LOG_WARNING, LOG_ERROR) + // void TakeScreenshot(const char *fileName); // Takes a screenshot of current screen (saved a .png) + // int GetRandomValue(int min, int max); // Returns a random value between min and max (both included) + + // Files management functions + // unsigned char *LoadFileData(const char *fileName, unsigned int *bytesRead); // Load file data as byte array (read) + // void SaveFileData(const char *fileName, void *data, unsigned int bytesToWrite); // Save data to file from byte array (write) + // char *LoadFileText(const char *fileName); // Load text data from file (read), returns a '\0' terminated string + // void SaveFileText(const char *fileName, char *text); // Save text data to file (write), string must be '\0' terminated + // bool FileExists(const char *fileName); // Check if file exists + // bool IsFileExtension(const char *fileName, const char *ext);// Check file extension + // bool DirectoryExists(const char *dirPath); // Check if a directory path exists + // const char *GetExtension(const char *fileName); // Get pointer to extension for a filename string + // const char *GetFileName(const char *filePath); // Get pointer to filename for a path string + // const char *GetFileNameWithoutExt(const char *filePath); // Get filename string without extension (uses static string) + // const char *GetDirectoryPath(const char *filePath); // Get full path for a given fileName with path (uses static string) + // const char *GetPrevDirectoryPath(const char *dirPath); // Get previous directory path for a given path (uses static string) + // const char *GetWorkingDirectory(void); // Get current working directory (uses static string) + // char **GetDirectoryFiles(const char *dirPath, int *count); // Get filenames in a directory path (memory should be freed) + // void ClearDirectoryFiles(void); // Clear directory files paths buffers (free memory) + // bool ChangeDirectory(const char *dir); // Change working directory, returns true if success + // bool IsFileDropped(void); // Check if a file has been dropped into window + // char **GetDroppedFiles(int *count); // Get dropped files names (memory should be freed) + // void ClearDroppedFiles(void); // Clear dropped files paths buffer (free memory) + // long GetFileModTime(const char *fileName); // Get file modification time (last write time) + + // unsigned char *CompressData(unsigned char *data, int dataLength, int *compDataLength); // Compress data (DEFLATE algorythm) + // unsigned char *DecompressData(unsigned char *compData, int compDataLength, int *dataLength); // Decompress data (DEFLATE algorythm) + + // Persistent storage management + // void SaveStorageValue(unsigned int position, int value); // Save integer value to storage file (to defined position) + // int LoadStorageValue(unsigned int position); // Load integer value from storage file (from defined position) + + // void OpenURL(const char *url); // Open URL with default system browser (if available) + + //------------------------------------------------------------------------------------ + // Input Handling Functions (Module: core) + //------------------------------------------------------------------------------------ + + // Input-related functions: keyboard + + /** + * Detect if a key has been pressed once + */ + [CCode (cname = "IsKeyPressed")] + public bool is_key_pressed(int key); + /** + * Detect if a key is being pressed + */ + [CCode (cname = "IsKeyDown")] + public bool is_key_down(int key); + /** + * Detect if a key has been released once + */ + [CCode (cname = "IsKeyReleased")] + public bool is_key_released(int key); + /** + * Detect if a key is NOT being pressed + */ + [CCode (cname = "IsKeyUp")] + public bool is_key_up(int key); + /** + * Set a custom key to exit program (default is ESC) + */ + [CCode (cname = "SetExitKey")] + public void set_exit_key(int key); + /** + * Get key pressed, call it multiple times for chars queued + */ + [CCode (cname = "GetKeyPressed")] + public int get_key_pressed(); + + // These all take a gamepad as input, but it's not one we created by + // (eg) getting a reference to a gamepad, so we still cen't map as a class + + // Input-related functions: gamepads + // bool IsGamepadAvailable(int gamepad); // Detect if a gamepad is available + // bool IsGamepadName(int gamepad, const char *name); // Check gamepad name (if available) + // const char *GetGamepadName(int gamepad); // Return gamepad internal name id + // bool IsGamepadButtonPressed(int gamepad, int button); // Detect if a gamepad button has been pressed once + // bool IsGamepadButtonDown(int gamepad, int button); // Detect if a gamepad button is being pressed + // bool IsGamepadButtonReleased(int gamepad, int button); // Detect if a gamepad button has been released once + // bool IsGamepadButtonUp(int gamepad, int button); // Detect if a gamepad button is NOT being pressed + // int GetGamepadButtonPressed(void); // Get the last gamepad button pressed + // int GetGamepadAxisCount(int gamepad); // Return gamepad axis count for a gamepad + // float GetGamepadAxisMovement(int gamepad, int axis); // Return axis movement value for a gamepad axis + + // Input-related functions: mouse + /** + * Detect if a mouse button has been pressed once + */ + [CCode (cname = "IsMouseButtonPressed")] + bool is_mouse_button_pressed(int button); + // bool IsMouseButtonDown(int button); // Detect if a mouse button is being pressed + // bool IsMouseButtonReleased(int button); // Detect if a mouse button has been released once + // bool IsMouseButtonUp(int button); // Detect if a mouse button is NOT being pressed + // int GetMouseX(void); // Returns mouse position X + // int GetMouseY(void); // Returns mouse position Y + /** + * Returns mouse position XY + */ + [CCode (cname = "GetMousePosition")] + public Vector2 get_mouse_position(); + // void SetMousePosition(int x, int y); // Set mouse position XY + // void SetMouseOffset(int offsetX, int offsetY); // Set mouse offset + // void SetMouseScale(float scaleX, float scaleY); // Set mouse scaling + /** + * Returns mouse wheel movement Y + */ + [CCode (cname = "GetMouseWheelMove")] + public int get_mouse_wheel_move(); + + // Input-related functions: touch + // int GetTouchX(void); // Returns touch position X for touch point 0 (relative to screen size) + // int GetTouchY(void); // Returns touch position Y for touch point 0 (relative to screen size) + // Vector2 GetTouchPosition(int index); // Returns touch position XY for a touch point index (relative to screen size) + + //------------------------------------------------------------------------------------ + // Gestures and Touch Handling Functions (Module: gestures) + //------------------------------------------------------------------------------------ + // void SetGesturesEnabled(unsigned int gestureFlags); // Enable a set of gestures using flags + // bool IsGestureDetected(int gesture); // Check if a gesture have been detected + // int GetGestureDetected(void); // Get latest detected gesture + // int GetTouchPointsCount(void); // Get touch points count + // float GetGestureHoldDuration(void); // Get gesture hold time in milliseconds + // Vector2 GetGestureDragVector(void); // Get gesture drag vector + // float GetGestureDragAngle(void); // Get gesture drag angle + // Vector2 GetGesturePinchVector(void); // Get gesture pinch delta + // float GetGesturePinchAngle(void); // Get gesture pinch angle + + //------------------------------------------------------------------------------------ + // Camera System Functions (Module: camera) + //------------------------------------------------------------------------------------ + // void SetCameraMode(Camera camera, int mode); // Set camera mode (multiple camera modes available) + // void UpdateCamera(Camera *camera); // Update camera position for selected mode + + // void SetCameraPanControl(int panKey); // Set camera pan key to combine with mouse movement (free camera) + // void SetCameraAltControl(int altKey); // Set camera alt key to combine with mouse movement (free camera) + // void SetCameraSmoothZoomControl(int szKey); // Set camera smooth zoom key to combine with mouse (free camera) + // void SetCameraMoveControls(int frontKey, int backKey, int rightKey, int leftKey, int upKey, int downKey); // Set camera move controls (1st person and 3rd person cameras) + + //------------------------------------------------------------------------------------ + // Basic Shapes Drawing Functions (Module: shapes) + //------------------------------------------------------------------------------------ + + // Basic shapes drawing functions + // void DrawPixel(int posX, int posY, Color color); // Draw a pixel + // void DrawPixelV(Vector2 position, Color color); // Draw a pixel (Vector version) + /** + * Draw a line + */ + [CCode (cname = "DrawLine")] + public void draw_line(int startPosX, int startPosY, int endPosX, int endPosY, Color color); + // void DrawLineV(Vector2 startPos, Vector2 endPos, Color color); // Draw a line (Vector version) + // void DrawLineEx(Vector2 startPos, Vector2 endPos, float thick, Color color); // Draw a line defining thickness + // void DrawLineBezier(Vector2 startPos, Vector2 endPos, float thick, Color color); // Draw a line using cubic-bezier curves in-out + // void DrawLineStrip(Vector2 *points, int numPoints, Color color); // Draw lines sequence + /** + * Draw a color-filled circle + */ + [CCode (cname = "DrawCircle")] + public void draw_circle(int centerX, int centerY, float radius, Color color); + // void DrawCircleSector(Vector2 center, float radius, int startAngle, int endAngle, int segments, Color color); // Draw a piece of a circle + // void DrawCircleSectorLines(Vector2 center, float radius, int startAngle, int endAngle, int segments, Color color); // Draw circle sector outline + /** + * Draw a gradient-filled circle + */ + [CCode (cname = "DrawCircleGradient")] + public void draw_circle_gradient(int centerX, int centerY, float radius, Color color1, Color color2); + /** + * Draw a color-filled circle (Vector version) + */ + [CCode (cname = "DrawCircleV")] + public void draw_circle_v(Vector2 center, float radius, Color color); + /** + * Draw circle outline + */ + [CCode (cname = "DrawCircleLines")] + public void draw_circle_lines(int centerX, int centerY, float radius, Color color); + // void DrawEllipse(int centerX, int centerY, float radiusH, float radiusV, Color color); // Draw ellipse + // void DrawEllipseLines(int centerX, int centerY, float radiusH, float radiusV, Color color); // Draw ellipse outline + // void DrawRing(Vector2 center, float innerRadius, float outerRadius, int startAngle, int endAngle, int segments, Color color); // Draw ring + // void DrawRingLines(Vector2 center, float innerRadius, float outerRadius, int startAngle, int endAngle, int segments, Color color); // Draw ring outline + /** + * Draw a color-filled rectangle + */ + [CCode (cname = "DrawRectangle")] + public void draw_rectangle(int posX, int posY, int width, int height, Color color); + // void DrawRectangleV(Vector2 position, Vector2 size, Color color); // Draw a color-filled rectangle (Vector version) + // void DrawRectangleRec(Rectangle rec, Color color); // Draw a color-filled rectangle + // void DrawRectanglePro(Rectangle rec, Vector2 origin, float rotation, Color color); // Draw a color-filled rectangle with pro parameters + /** + * Draw a vertical-gradient-filled rectangle + */ + [CCode (cname = "DrawRectangleGradientV")] + public void draw_rectangle_gradient_v(int posX, int posY, int width, int height, Color color1, Color color2); + /** + * Draw a horizontal-gradient-filled rectangle + */ + [CCode (cname = "DrawRectangleGradientH")] + public void draw_rectangle_gradient_h(int posX, int posY, int width, int height, Color color1, Color color2); + // void DrawRectangleGradientEx(Rectangle rec, Color col1, Color col2, Color col3, Color col4); // Draw a gradient-filled rectangle with custom vertex colors + /** + * Draw rectangle outline + */ + [CCode (cname = "DrawRectangleLines")] + public void draw_rectangle_lines(int posX, int posY, int width, int height, Color color); + // void DrawRectangleLinesEx(Rectangle rec, int lineThick, Color color); // Draw rectangle outline with extended parameters + /** + * Draw rectangle with rounded edges + */ + [CCode (cname = "DrawRectangleRounded")] + public void draw_rectangle_rounded(Rectangle rec, float roundness, int segments, Color color); + // void DrawRectangleRoundedLines(Rectangle rec, float roundness, int segments, int lineThick, Color color); // Draw rectangle with rounded edges outline + /** + * Draw a color-filled triangle (vertex in counter-clockwise order!) + */ + [CCode (cname = "DrawTriangle")] + public void draw_triangle(Vector2 v1, Vector2 v2, Vector2 v3, Color color); + /** + * Draw triangle outline (vertex in counter-clockwise order!) + */ + [CCode (cname = "DrawTriangleLines")] + public void draw_triangle_lines(Vector2 v1, Vector2 v2, Vector2 v3, Color color); + // void DrawTriangleFan(Vector2 *points, int numPoints, Color color); // Draw a triangle fan defined by points (first vertex is the center) + // void DrawTriangleStrip(Vector2 *points, int pointsCount, Color color); // Draw a triangle strip defined by points + /** + * Draw a regular polygon (Vector version) + */ + [CCode (cname = "DrawPoly")] + public void draw_poly(Vector2 center, int sides, float radius, float rotation, Color color); + // void DrawPolyLines(Vector2 center, int sides, float radius, float rotation, Color color); // Draw a polygon outline of n sides + + // Basic shapes collision detection functions + // bool CheckCollisionRecs(Rectangle rec1, Rectangle rec2); // Check collision between two rectangles + // bool CheckCollisionCircles(Vector2 center1, float radius1, Vector2 center2, float radius2); // Check collision between two circles + // bool CheckCollisionCircleRec(Vector2 center, float radius, Rectangle rec); // Check collision between circle and rectangle + // Rectangle GetCollisionRec(Rectangle rec1, Rectangle rec2); // Get collision rectangle for two rectangles collision + // bool CheckCollisionPointRec(Vector2 point, Rectangle rec); // Check if point is inside rectangle + // bool CheckCollisionPointCircle(Vector2 point, Vector2 center, float radius); // Check if point is inside circle + // bool CheckCollisionPointTriangle(Vector2 point, Vector2 p1, Vector2 p2, Vector2 p3); // Check if point is inside a triangle + + //------------------------------------------------------------------------------------ + // Texture Loading and Drawing Functions (Module: textures) + //------------------------------------------------------------------------------------ + + // Image loading functions + // NOTE: This functions do not require GPU access + // Image LoadImage(const char *fileName); // Load image from file into CPU memory (RAM) + // Image LoadImageEx(Color *pixels, int width, int height); // Load image from Color array data (RGBA - 32bit) + // Image LoadImagePro(void *data, int width, int height, int format); // Load image from raw data with parameters + // Image LoadImageRaw(const char *fileName, int width, int height, int format, int headerSize); // Load image from RAW file data + // void UnloadImage(Image image); // Unload image from CPU memory (RAM) + // void ExportImage(Image image, const char *fileName); // Export image data to file + // void ExportImageAsCode(Image image, const char *fileName); // Export image as code file defining an array of bytes + // Color *GetImageData(Image image); // Get pixel data from image as a Color struct array + // Vector4 *GetImageDataNormalized(Image image); // Get pixel data from image as Vector4 array (float normalized) + + // Image generation functions + // Image GenImageColor(int width, int height, Color color); // Generate image: plain color + // Image GenImageGradientV(int width, int height, Color top, Color bottom); // Generate image: vertical gradient + // Image GenImageGradientH(int width, int height, Color left, Color right); // Generate image: horizontal gradient + // Image GenImageGradientRadial(int width, int height, float density, Color inner, Color outer); // Generate image: radial gradient + // Image GenImageChecked(int width, int height, int checksX, int checksY, Color col1, Color col2); // Generate image: checked + // Image GenImageWhiteNoise(int width, int height, float factor); // Generate image: white noise + // Image GenImagePerlinNoise(int width, int height, int offsetX, int offsetY, float scale); // Generate image: perlin noise + // Image GenImageCellular(int width, int height, int tileSize); // Generate image: cellular algorithm. Bigger tileSize means bigger cells + + // Image manipulation functions + // Image ImageCopy(Image image); // Create an image duplicate (useful for transformations) + // Image ImageFromImage(Image image, Rectangle rec); // Create an image from another image piece + // Image ImageText(const char *text, int fontSize, Color color); // Create an image from text (default font) + // Image ImageTextEx(Font font, const char *text, float fontSize, float spacing, Color tint); // Create an image from text (custom sprite font) + // void ImageToPOT(Image *image, Color fillColor); // Convert image to POT (power-of-two) + // void ImageFormat(Image *image, int newFormat); // Convert image data to desired format + // void ImageAlphaMask(Image *image, Image alphaMask); // Apply alpha mask to image + // void ImageAlphaClear(Image *image, Color color, float threshold); // Clear alpha channel to desired color + // void ImageAlphaCrop(Image *image, float threshold); // Crop image depending on alpha value + // void ImageAlphaPremultiply(Image *image); // Premultiply alpha channel + // void ImageCrop(Image *image, Rectangle crop); // Crop an image to a defined rectangle + // void ImageResize(Image *image, int newWidth, int newHeight); // Resize image (Bicubic scaling algorithm) + // void ImageResizeNN(Image *image, int newWidth,int newHeight); // Resize image (Nearest-Neighbor scaling algorithm) + // void ImageResizeCanvas(Image *image, int newWidth, int newHeight, int offsetX, int offsetY, Color color); // Resize canvas and fill with color + // void ImageMipmaps(Image *image); // Generate all mipmap levels for a provided image + // void ImageDither(Image *image, int rBpp, int gBpp, int bBpp, int aBpp); // Dither image data to 16bpp or lower (Floyd-Steinberg dithering) + // void ImageFlipVertical(Image *image); // Flip image vertically + // void ImageFlipHorizontal(Image *image); // Flip image horizontally + // void ImageRotateCW(Image *image); // Rotate image clockwise 90deg + // void ImageRotateCCW(Image *image); // Rotate image counter-clockwise 90deg + // void ImageColorTint(Image *image, Color color); // Modify image color: tint + // void ImageColorInvert(Image *image); // Modify image color: invert + // void ImageColorGrayscale(Image *image); // Modify image color: grayscale + // void ImageColorContrast(Image *image, float contrast); // Modify image color: contrast (-100 to 100) + // void ImageColorBrightness(Image *image, int brightness); // Modify image color: brightness (-255 to 255) + // void ImageColorReplace(Image *image, Color color, Color replace); // Modify image color: replace color + // Color *ImageExtractPalette(Image image, int maxPaletteSize, int *extractCount); // Extract color palette from image to maximum size (memory should be freed) + // Rectangle GetImageAlphaBorder(Image image, float threshold); // Get image alpha border rectangle + + // Image drawing functions + // NOTE: Image software-rendering functions (CPU) + // void ImageClearBackground(Image *dst, Color color); // Clear image background with given color + // void ImageDrawPixel(Image *dst, int posX, int posY, Color color); // Draw pixel within an image + // void ImageDrawPixelV(Image *dst, Vector2 position, Color color); // Draw pixel within an image (Vector version) + // void ImageDrawLine(Image *dst, int startPosX, int startPosY, int endPosX, int endPosY, Color color); // Draw line within an image + // void ImageDrawLineV(Image *dst, Vector2 start, Vector2 end, Color color); // Draw line within an image (Vector version) + // void ImageDrawCircle(Image *dst, int centerX, int centerY, int radius, Color color); // Draw circle within an image + // void ImageDrawCircleV(Image *dst, Vector2 center, int radius, Color color); // Draw circle within an image (Vector version) + // void ImageDrawRectangle(Image *dst, int posX, int posY, int width, int height, Color color); // Draw rectangle within an image + // void ImageDrawRectangleV(Image *dst, Vector2 position, Vector2 size, Color color); // Draw rectangle within an image (Vector version) + // void ImageDrawRectangleRec(Image *dst, Rectangle rec, Color color); // Draw rectangle within an image + // void ImageDrawRectangleLines(Image *dst, Rectangle rec, int thick, Color color); // Draw rectangle lines within an image + // void ImageDraw(Image *dst, Image src, Rectangle srcRec, Rectangle dstRec, Color tint); // Draw a source image within a destination image (tint applied to source) + // void ImageDrawText(Image *dst, Vector2 position, const char *text, int fontSize, Color color); // Draw text (default font) within an image (destination) + // void ImageDrawTextEx(Image *dst, Vector2 position, Font font, const char *text, float fontSize, float spacing, Color color); // Draw text (custom sprite font) within an image (destination) + + // Texture loading functions + // NOTE: These functions require GPU access + // Texture2D LoadTexture(const char *fileName); // Load texture from file into GPU memory (VRAM) + // Texture2D LoadTextureFromImage(Image image); // Load texture from image data + // TextureCubemap LoadTextureCubemap(Image image, int layoutType); // Load cubemap from image, multiple image cubemap layouts supported + // RenderTexture2D LoadRenderTexture(int width, int height); // Load texture for rendering (framebuffer) + // void UnloadTexture(Texture2D texture); // Unload texture from GPU memory (VRAM) + // void UnloadRenderTexture(RenderTexture2D target); // Unload render texture from GPU memory (VRAM) + // void UpdateTexture(Texture2D texture, const void *pixels); // Update GPU texture with new data + // Image GetTextureData(Texture2D texture); // Get pixel data from GPU texture and return an Image + // Image GetScreenData(void); // Get pixel data from screen buffer and return an Image (screenshot) + + // Texture configuration functions + // void GenTextureMipmaps(Texture2D *texture); // Generate GPU mipmaps for a texture + // void SetTextureFilter(Texture2D texture, int filterMode); // Set texture scaling filter mode + // void SetTextureWrap(Texture2D texture, int wrapMode); // Set texture wrapping mode + + // Texture drawing functions + // void DrawTexture(Texture2D texture, int posX, int posY, Color tint); // Draw a Texture2D + // void DrawTextureV(Texture2D texture, Vector2 position, Color tint); // Draw a Texture2D with position defined as Vector2 + // void DrawTextureEx(Texture2D texture, Vector2 position, float rotation, float scale, Color tint); // Draw a Texture2D with extended parameters + // void DrawTextureRec(Texture2D texture, Rectangle sourceRec, Vector2 position, Color tint); // Draw a part of a texture defined by a rectangle + // void DrawTextureQuad(Texture2D texture, Vector2 tiling, Vector2 offset, Rectangle quad, Color tint); // Draw texture quad with tiling and offset parameters + // void DrawTexturePro(Texture2D texture, Rectangle sourceRec, Rectangle destRec, Vector2 origin, float rotation, Color tint); // Draw a part of a texture defined by a rectangle with 'pro' parameters + // void DrawTextureNPatch(Texture2D texture, NPatchInfo nPatchInfo, Rectangle destRec, Vector2 origin, float rotation, Color tint); // Draws a texture (or part of it) that stretches or shrinks nicely + + // Image/Texture misc functions + // int GetPixelDataSize(int width, int height, int format); // Get pixel data size in bytes (image or texture) + + //------------------------------------------------------------------------------------ + // Font Loading and Text Drawing Functions (Module: text) + //------------------------------------------------------------------------------------ + + // Font loading/unloading functions + // Font GetFontDefault(void); // Get the default Font + // Font LoadFont(const char *fileName); // Load font from file into GPU memory (VRAM) + // Font LoadFontEx(const char *fileName, int fontSize, int *fontChars, int charsCount); // Load font from file with extended parameters + // Font LoadFontFromImage(Image image, Color key, int firstChar); // Load font from Image (XNA style) + // CharInfo *LoadFontData(const char *fileName, int fontSize, int *fontChars, int charsCount, int type); // Load font data for further use + // Image GenImageFontAtlas(const CharInfo *chars, Rectangle **recs, int charsCount, int fontSize, int padding, int packMethod); // Generate image font atlas using chars info + // void UnloadFont(Font font); // Unload Font from GPU memory (VRAM) + + // Text drawing functions + /** + * Shows current FPS + */ + [CCode (cname = "DrawFPS")] + public void draw_fps(int posX, int posY); + /** + * Draw text (using default font) + */ + [CCode (cname = "DrawText")] + public void draw_text(string text, int posX, int posY, int fontSize, Color color); + // void DrawTextEx(Font font, const char *text, Vector2 position, float fontSize, float spacing, Color tint); // Draw text using font and additional parameters + // void DrawTextRec(Font font, const char *text, Rectangle rec, float fontSize, float spacing, bool wordWrap, Color tint); // Draw text using font inside rectangle limits + // void DrawTextRecEx(Font font, const char *text, Rectangle rec, float fontSize, float spacing, bool wordWrap, Color tint, + // int selectStart, int selectLength, Color selectTint, Color selectBackTint); // Draw text using font inside rectangle limits with support for text selection + // void DrawTextCodepoint(Font font, int codepoint, Vector2 position, float scale, Color tint); // Draw one character (codepoint) + + // Text misc. functions + // int MeasureText(const char *text, int fontSize); // Measure string width for default font + // Vector2 MeasureTextEx(Font font, const char *text, float fontSize, float spacing); // Measure string size for Font + // int GetGlyphIndex(Font font, int codepoint); // Get index position for a unicode character on font + + // Text strings management functions (no utf8 strings, only byte chars) + // NOTE: Some strings allocate memory internally for returned strings, just be careful! + // int TextCopy(char *dst, const char *src); // Copy one string to another, returns bytes copied + // bool TextIsEqual(const char *text1, const char *text2); // Check if two text string are equal + // unsigned int TextLength(const char *text); // Get text length, checks for '\0' ending + /** + * Text formatting with variables (sprintf style) + */ + [CCode (cname = "TextFormat")] + public unowned string text_format(string text, ...); + // const char *TextSubtext(const char *text, int position, int length); // Get a piece of a text string + // char *TextReplace(char *text, const char *replace, const char *by); // Replace text string (memory must be freed!) + // char *TextInsert(const char *text, const char *insert, int position); // Insert text in a position (memory must be freed!) + // const char *TextJoin(const char **textList, int count, const char *delimiter); // Join text strings with delimiter + // const char **TextSplit(const char *text, char delimiter, int *count); // Split text into multiple strings + // void TextAppend(char *text, const char *append, int *position); // Append text at specific position and move cursor! + // int TextFindIndex(const char *text, const char *find); // Find first text occurrence within a string + /** + * Get upper case version of provided string + */ + [CCode (cname = "TextToUpper")] + public unowned string text_to_upper(string text); + /** + * Get lower case version of provided string + */ + [CCode (cname = "TextToLower")] + public unowned string text_to_lower(string text); + /** + * Get Pascal case notation version of provided string + */ + [CCode (cname = "TextToPascal")] + public unowned string text_to_pascal(string text); + /** + * Get integer value from text (negative values not supported) + */ + [CCode (cname = "TextToInteger")] + public int TextToInteger(string text); + /** + * Encode text codepoint into utf8 text (memory must be freed!) + */ + //[CCode (cname = "TextToUtf8")] + //public string text_to_UTF8(int *codepoints, int length); + + // UTF8 text strings management functions + // int *GetCodepoints(const char *text, int *count); // Get all codepoints in a string, codepoints count returned by parameters + // int GetCodepointsCount(const char *text); // Get total number of characters (codepoints) in a UTF8 encoded string + // int GetNextCodepoint(const char *text, int *bytesProcessed); // Returns next codepoint in a UTF8 encoded string; 0x3f('?') is returned on failure + // const char *CodepointToUtf8(int codepoint, int *byteLength); // Encode codepoint into utf8 text (char array length returned as parameter) + + //------------------------------------------------------------------------------------ + // Basic 3d Shapes Drawing Functions (Module: models) + //------------------------------------------------------------------------------------ + + // Basic geometric 3D shapes drawing functions + // void DrawLine3D(Vector3 startPos, Vector3 endPos, Color color); // Draw a line in 3D world space + // void DrawPoint3D(Vector3 position, Color color); // Draw a point in 3D space, actually a small line + // void DrawCircle3D(Vector3 center, float radius, Vector3 rotationAxis, float rotationAngle, Color color); // Draw a circle in 3D world space + // void DrawCube(Vector3 position, float width, float height, float length, Color color); // Draw cube + // void DrawCubeV(Vector3 position, Vector3 size, Color color); // Draw cube (Vector version) + // void DrawCubeWires(Vector3 position, float width, float height, float length, Color color); // Draw cube wires + // void DrawCubeWiresV(Vector3 position, Vector3 size, Color color); // Draw cube wires (Vector version) + // void DrawCubeTexture(Texture2D texture, Vector3 position, float width, float height, float length, Color color); // Draw cube textured + // void DrawSphere(Vector3 centerPos, float radius, Color color); // Draw sphere + // void DrawSphereEx(Vector3 centerPos, float radius, int rings, int slices, Color color); // Draw sphere with extended parameters + // void DrawSphereWires(Vector3 centerPos, float radius, int rings, int slices, Color color); // Draw sphere wires + // void DrawCylinder(Vector3 position, float radiusTop, float radiusBottom, float height, int slices, Color color); // Draw a cylinder/cone + // void DrawCylinderWires(Vector3 position, float radiusTop, float radiusBottom, float height, int slices, Color color); // Draw a cylinder/cone wires + // void DrawPlane(Vector3 centerPos, Vector2 size, Color color); // Draw a plane XZ + // void DrawRay(Ray ray, Color color); // Draw a ray line + // void DrawGrid(int slices, float spacing); // Draw a grid (centered at (0, 0, 0)) + // void DrawGizmo(Vector3 position); // Draw simple gizmo + //DrawTorus(), DrawTeapot() could be useful? + + //------------------------------------------------------------------------------------ + // Model 3d Loading and Drawing Functions (Module: models) + //------------------------------------------------------------------------------------ + + // Model loading/unloading functions + // Model LoadModel(const char *fileName); // Load model from files (meshes and materials) + // Model LoadModelFromMesh(Mesh mesh); // Load model from generated mesh (default material) + // void UnloadModel(Model model); // Unload model from memory (RAM and/or VRAM) + + // Mesh loading/unloading functions + // Mesh *LoadMeshes(const char *fileName, int *meshCount); // Load meshes from model file + // void ExportMesh(Mesh mesh, const char *fileName); // Export mesh data to file + // void UnloadMesh(Mesh mesh); // Unload mesh from memory (RAM and/or VRAM) + + // Material loading/unloading functions + // Material *LoadMaterials(const char *fileName, int *materialCount); // Load materials from model file + // Material LoadMaterialDefault(void); // Load default material (Supports: DIFFUSE, SPECULAR, NORMAL maps) + // void UnloadMaterial(Material material); // Unload material from GPU memory (VRAM) + // void SetMaterialTexture(Material *material, int mapType, Texture2D texture); // Set texture for a material map type (MAP_DIFFUSE, MAP_SPECULAR...) + // void SetModelMeshMaterial(Model *model, int meshId, int materialId); // Set material for a mesh + + // Model animations loading/unloading functions + // ModelAnimation *LoadModelAnimations(const char *fileName, int *animsCount); // Load model animations from file + // void UpdateModelAnimation(Model model, ModelAnimation anim, int frame); // Update model animation pose + // void UnloadModelAnimation(ModelAnimation anim); // Unload animation data + // bool IsModelAnimationValid(Model model, ModelAnimation anim); // Check model animation skeleton match + + // Mesh generation functions + // Mesh GenMeshPoly(int sides, float radius); // Generate polygonal mesh + // Mesh GenMeshPlane(float width, float length, int resX, int resZ); // Generate plane mesh (with subdivisions) + // Mesh GenMeshCube(float width, float height, float length); // Generate cuboid mesh + // Mesh GenMeshSphere(float radius, int rings, int slices); // Generate sphere mesh (standard sphere) + // Mesh GenMeshHemiSphere(float radius, int rings, int slices); // Generate half-sphere mesh (no bottom cap) + // Mesh GenMeshCylinder(float radius, float height, int slices); // Generate cylinder mesh + // Mesh GenMeshTorus(float radius, float size, int radSeg, int sides); // Generate torus mesh + // Mesh GenMeshKnot(float radius, float size, int radSeg, int sides); // Generate trefoil knot mesh + // Mesh GenMeshHeightmap(Image heightmap, Vector3 size); // Generate heightmap mesh from image data + // Mesh GenMeshCubicmap(Image cubicmap, Vector3 cubeSize); // Generate cubes-based map mesh from image data + + // Mesh manipulation functions + // BoundingBox MeshBoundingBox(Mesh mesh); // Compute mesh bounding box limits + // void MeshTangents(Mesh *mesh); // Compute mesh tangents + // void MeshBinormals(Mesh *mesh); // Compute mesh binormals + + // Model drawing functions + // void DrawModel(Model model, Vector3 position, float scale, Color tint); // Draw a model (with texture if set) + // void DrawModelEx(Model model, Vector3 position, Vector3 rotationAxis, float rotationAngle, Vector3 scale, Color tint); // Draw a model with extended parameters + // void DrawModelWires(Model model, Vector3 position, float scale, Color tint); // Draw a model wires (with texture if set) + // void DrawModelWiresEx(Model model, Vector3 position, Vector3 rotationAxis, float rotationAngle, Vector3 scale, Color tint); // Draw a model wires (with texture if set) with extended parameters + // void DrawBoundingBox(BoundingBox box, Color color); // Draw bounding box (wires) + // void DrawBillboard(Camera camera, Texture2D texture, Vector3 center, float size, Color tint); // Draw a billboard texture + // void DrawBillboardRec(Camera camera, Texture2D texture, Rectangle sourceRec, Vector3 center, float size, Color tint); // Draw a billboard texture defined by sourceRec + + // Collision detection functions + // bool CheckCollisionSpheres(Vector3 centerA, float radiusA, Vector3 centerB, float radiusB); // Detect collision between two spheres + // bool CheckCollisionBoxes(BoundingBox box1, BoundingBox box2); // Detect collision between two bounding boxes + // bool CheckCollisionBoxSphere(BoundingBox box, Vector3 center, float radius); // Detect collision between box and sphere + // bool CheckCollisionRaySphere(Ray ray, Vector3 center, float radius); // Detect collision between ray and sphere + // bool CheckCollisionRaySphereEx(Ray ray, Vector3 center, float radius, Vector3 *collisionPoint); // Detect collision between ray and sphere, returns collision point + // bool CheckCollisionRayBox(Ray ray, BoundingBox box); // Detect collision between ray and box + // RayHitInfo GetCollisionRayModel(Ray ray, Model model); // Get collision info between ray and model + // RayHitInfo GetCollisionRayTriangle(Ray ray, Vector3 p1, Vector3 p2, Vector3 p3); // Get collision info between ray and triangle + // RayHitInfo GetCollisionRayGround(Ray ray, float groundHeight); // Get collision info between ray and ground plane (Y-normal plane) + + //------------------------------------------------------------------------------------ + // Shaders System Functions (Module: rlgl) + // NOTE: This functions are useless when using OpenGL 1.1 + //------------------------------------------------------------------------------------ + + // Shader loading/unloading functions + // Shader LoadShader(const char *vsFileName, const char *fsFileName); // Load shader from files and bind default locations + // Shader LoadShaderCode(const char *vsCode, const char *fsCode); // Load shader from code strings and bind default locations + // void UnloadShader(Shader shader); // Unload shader from GPU memory (VRAM) + + // Shader GetShaderDefault(void); // Get default shader + // Texture2D GetTextureDefault(void); // Get default texture + // Texture2D GetShapesTexture(void); // Get texture to draw shapes + // Rectangle GetShapesTextureRec(void); // Get texture rectangle to draw shapes + // void SetShapesTexture(Texture2D texture, Rectangle source); // Define default texture used to draw shapes + + // Shader configuration functions + // int GetShaderLocation(Shader shader, const char *uniformName); // Get shader uniform location + // void SetShaderValue(Shader shader, int uniformLoc, const void *value, int uniformType); // Set shader uniform value + // void SetShaderValueV(Shader shader, int uniformLoc, const void *value, int uniformType, int count); // Set shader uniform value vector + // void SetShaderValueMatrix(Shader shader, int uniformLoc, Matrix mat); // Set shader uniform value (matrix 4x4) + // void SetShaderValueTexture(Shader shader, int uniformLoc, Texture2D texture); // Set shader uniform value for texture + // void SetMatrixProjection(Matrix proj); // Set a custom projection matrix (replaces internal projection matrix) + // void SetMatrixModelview(Matrix view); // Set a custom modelview matrix (replaces internal modelview matrix) + // Matrix GetMatrixModelview(void); // Get internal modelview matrix + // Matrix GetMatrixProjection(void); // Get internal projection matrix + + // Texture maps generation (PBR) + // NOTE: Required shaders should be provided + // Texture2D GenTextureCubemap(Shader shader, Texture2D map, int size); // Generate cubemap texture from 2D texture + // Texture2D GenTextureIrradiance(Shader shader, Texture2D cubemap, int size); // Generate irradiance texture using cubemap data + // Texture2D GenTexturePrefilter(Shader shader, Texture2D cubemap, int size); // Generate prefilter texture using cubemap data + // Texture2D GenTextureBRDF(Shader shader, int size); // Generate BRDF texture + + // Shading begin/end functions + // void BeginShaderMode(Shader shader); // Begin custom shader drawing + // void EndShaderMode(void); // End custom shader drawing (use default shader) + // void BeginBlendMode(int mode); // Begin blending mode (alpha, additive, multiplied) + // void EndBlendMode(void); // End blending mode (reset to default: alpha blending) + + // VR control functions + // void InitVrSimulator(void); // Init VR simulator for selected device parameters + // void CloseVrSimulator(void); // Close VR simulator for current device + // void UpdateVrTracking(Camera *camera); // Update VR tracking (position and orientation) and camera + // void SetVrConfiguration(VrDeviceInfo info, Shader distortion); // Set stereo rendering configuration parameters + // bool IsVrSimulatorReady(void); // Detect if VR simulator is ready + // void ToggleVrMode(void); // Enable/Disable VR experience + // void BeginVrDrawing(void); // Begin VR simulator stereo rendering + // void EndVrDrawing(void); // End VR simulator stereo rendering + + //------------------------------------------------------------------------------------ + // Audio Loading and Playing Functions (Module: audio) + //------------------------------------------------------------------------------------ + + // Audio device management functions + // void InitAudioDevice(void); // Initialize audio device and context + // void CloseAudioDevice(void); // Close the audio device and context + // bool IsAudioDeviceReady(void); // Check if audio device has been initialized successfully + // void SetMasterVolume(float volume); // Set master volume (listener) + + // Wave/Sound loading/unloading functions + // Wave LoadWave(const char *fileName); // Load wave data from file + // Sound LoadSound(const char *fileName); // Load sound from file + // Sound LoadSoundFromWave(Wave wave); // Load sound from wave data + // void UpdateSound(Sound sound, const void *data, int samplesCount);// Update sound buffer with new data + // void UnloadWave(Wave wave); // Unload wave data + // void UnloadSound(Sound sound); // Unload sound + // void ExportWave(Wave wave, const char *fileName); // Export wave data to file + // void ExportWaveAsCode(Wave wave, const char *fileName); // Export wave sample data to code (.h) + + // Wave/Sound management functions + // void PlaySound(Sound sound); // Play a sound + // void StopSound(Sound sound); // Stop playing a sound + // void PauseSound(Sound sound); // Pause a sound + // void ResumeSound(Sound sound); // Resume a paused sound + // void PlaySoundMulti(Sound sound); // Play a sound (using multichannel buffer pool) + // void StopSoundMulti(void); // Stop any sound playing (using multichannel buffer pool) + // int GetSoundsPlaying(void); // Get number of sounds playing in the multichannel + // bool IsSoundPlaying(Sound sound); // Check if a sound is currently playing + // void SetSoundVolume(Sound sound, float volume); // Set volume for a sound (1.0 is max level) + // void SetSoundPitch(Sound sound, float pitch); // Set pitch for a sound (1.0 is base level) + // void WaveFormat(Wave *wave, int sampleRate, int sampleSize, int channels); // Convert wave data to desired format + // Wave WaveCopy(Wave wave); // Copy a wave to a new wave + // void WaveCrop(Wave *wave, int initSample, int finalSample); // Crop a wave to defined samples range + // float *GetWaveData(Wave wave); // Get samples data from wave as a floats array + + // Music management functions + // Music LoadMusicStream(const char *fileName); // Load music stream from file + // void UnloadMusicStream(Music music); // Unload music stream + // void PlayMusicStream(Music music); // Start music playing + // void UpdateMusicStream(Music music); // Updates buffers for music streaming + // void StopMusicStream(Music music); // Stop music playing + // void PauseMusicStream(Music music); // Pause music playing + // void ResumeMusicStream(Music music); // Resume playing paused music + // bool IsMusicPlaying(Music music); // Check if music is playing + // void SetMusicVolume(Music music, float volume); // Set volume for music (1.0 is max level) + // void SetMusicPitch(Music music, float pitch); // Set pitch for a music (1.0 is base level) + // void SetMusicLoopCount(Music music, int count); // Set music loop count (loop repeats) + // float GetMusicTimeLength(Music music); // Get music time length (in seconds) + // float GetMusicTimePlayed(Music music); // Get current music time played (in seconds) + + // AudioStream management functions + // AudioStream InitAudioStream(unsigned int sampleRate, unsigned int sampleSize, unsigned int channels); // Init audio stream (to stream raw audio pcm data) + // void UpdateAudioStream(AudioStream stream, const void *data, int samplesCount); // Update audio stream buffers with data + // void CloseAudioStream(AudioStream stream); // Close audio stream and free memory + // bool IsAudioStreamProcessed(AudioStream stream); // Check if any audio stream buffers requires refill + // void PlayAudioStream(AudioStream stream); // Play audio stream + // void PauseAudioStream(AudioStream stream); // Pause audio stream + // void ResumeAudioStream(AudioStream stream); // Resume audio stream + // bool IsAudioStreamPlaying(AudioStream stream); // Check if audio stream is playing + // void StopAudioStream(AudioStream stream); // Stop audio stream + // void SetAudioStreamVolume(AudioStream stream, float volume); // Set volume for audio stream (1.0 is max level) + // void SetAudioStreamPitch(AudioStream stream, float pitch); // Set pitch for audio stream (1.0 is base level) + // void SetAudioStreamBufferSizeDefault(int size); // Default size for new audio streams + + //------------------------------------------------------------------------------------ + // Network (Module: network) + //------------------------------------------------------------------------------------ + + // IN PROGRESS: Check rnet.h for reference +}