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...") |
(No difference)
|
Revision as of 14:34, 27 June 2020
Available since: Gideros 2020.6
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.