onHotKey abstract method

void onHotKey(
  1. int handle
)

Invoked when hot key with given handle is pressed.

Implementation

void onHotKey(int handle);