onHotKeyPressed abstract method

void onHotKeyPressed(
  1. int handle
)

Invoked when hot key with given handle is pressed.

Implementation

void onHotKeyPressed(int handle);