Ejemplo n.º 1
0
 public static bool IsKeyPressed(NkKeys Key)
 {
     //Nuklear.nk_input_is_key_pressed()
     return(Nuklear.nk_input_is_key_pressed(&Ctx->input, Key) != 0);
 }