| 578 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void input_hand_sim_pose_clear (); |
| 579 | |
| 580 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void input_key_inject_press (Key key); |
| 581 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void input_key_inject_release(Key key); |
| 582 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern uint input_text_consume (); |
| 583 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void input_text_reset (); |