struct CCL::IUserInterface::InputStats

Overview

#include <iuserinterface.h>

struct InputStats
{
    // fields

    int mouseCount = 0;
    int touchCount = 0;
    int penCount = 0;
    int dropCount = 0;
    int contextMenuCount = 0;
    int keyCommandCount = 0;

    // methods

    InputStats& operator -= (const InputStats& other);
};

Detailed Documentation

Fields

int mouseCount = 0

number of mouse down events

int touchCount = 0

number of touch interactions

int penCount = 0

number of pen interactions

int dropCount = 0

number of successful drag & drop operations

int contextMenuCount = 0

number of context menu events

int keyCommandCount = 0

number of executed key commands