igIsKeyPressed function

int igIsKeyPressed(
  1. int user_key_index,
  2. int repeat
)
byte igIsKeyPressed(
 int user_key_index ,
 byte repeat
);

Implementation

int igIsKeyPressed(int user_key_index, int repeat) =>
    _igIsKeyPressed(user_key_index, repeat);