airconsole-controls icon indicating copy to clipboard operation
airconsole-controls copied to clipboard

Items to create an AirConsole controller

Results 5 airconsole-controls issues
Sort by recently updated
recently updated
newest added

Add slider controls please (vertical and horizontal) For example: [https://www.cssscript.com/wp-content/uploads/2015/02/Responsive-Touch-enabled-Range-Slider-In-Vanilla-JavaScript-rangeSlider.jpg](url)

Think you guys should add a sendEvent for those who use it in combination with AirConsole on/off Events `RateLimiter.prototype.sendEvent = function(to, event_name, params) { this.message(to, { event_name: event_name, params: params...