Oculus Touch A,B button capacitive touch handling through CloudXR

Hi, I was wondering when CloudXR would add support for A,B / X,Y button touch events, they appear not to be currently:

typedef enum
{
cxrButton_System,
cxrButton_ApplicationMenu,

cxrButton_Grip_Touch,
cxrButton_Grip_Click,

cxrButton_Trigger_Touch,
cxrButton_Trigger_Click,

cxrButton_Touchpad_Touch,
cxrButton_Touchpad_Click,

cxrButton_Joystick_Touch,
cxrButton_Joystick_Click,

cxrButton_A,
cxrButton_B,

cxrButton_X = cxrButton_A,
cxrButton_Y = cxrButton_B,

cxrButton_Num

} cxrButtonId;

thanks