Chroma.new

From GiderosMobile
Revision as of 17:00, 2 July 2020 by Anthony (talk | contribs)


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.