View Single Post
04/05/24, 09:52 AM   #6
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 5,002
Seems that lua manager code for chroma generates the event callbacks (e.g. on death) and then it sends the info needed for the Razr devices via available API function calls (e.g. ChromaSetCustomSingleColorFadingEffectValue, ChromaApplyCustomEffectFullColor, ChromaApplyCustomEffectCellColor, ChromaFinalizeCustomEffect, ChromaDeleteAllCustomEffectIds ...) -> to the c code -> and from there to the Razr drivers/tools?

And with ZO_ChromaGetCustomEffectCoordinatesForAction(actionName) (where action name would be e.g. "ACTION_BUTTON_9" for quicklsot) you can get the chroma keyboard's row and column of the key?

Last edited by Baertram : 04/05/24 at 09:57 AM.
  Reply With Quote