Difference between revisions of "Chroma.new"
From GiderosMobile
(Created page with "__NOTOC__ <languages /> '''<translate>Available since</translate>:''' Gideros 2020.6<br/> '''<translate>Class</translate>:''' chroma<br/> === <tr...") |
|||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
<languages /> | <languages /> | ||
− | '''<translate>Available since</translate>:''' Gideros 2020. | + | '''<translate>Available since</translate>:''' Gideros 2020.7<br/> |
'''<translate>Class</translate>:''' [[Special:MyLanguage/chroma|chroma]]<br/> | '''<translate>Class</translate>:''' [[Special:MyLanguage/chroma|chroma]]<br/> | ||
=== <translate>Description</translate> === | === <translate>Description</translate> === |
Revision as of 16:00, 2 July 2020
Available since: Gideros 2020.7
Class: chroma
Description
Initialises the plugin.
(object) = chroma.new(devices,title,description,name,contact,category)
Parameters
devices: (table) nil for all otherwise some of these: {"keyboard","mouse","headset","mousepad","keypad","chromalink"} optional
title: (string) Name of application. optional
description: (string) Description of the application. optional
name: (string) Publisher name. optional
contact: (string) Contact information. optional
category: (string) 'application' or 'game' (default) optional
Return values
Returns (object) The object to use.