Jump to content

[C#] Keys Bind for C# 1.0.0

   (1 review)

1 Screenshot

About This File

This function helps you to add keys binding if you use C # client side ...

Example of use :

Tick Event

            KeyManager.KeyBind(0xA2, () =>
            {
                Chat.Output("Key Bind Work");      
            });   
            
            KeyManager.KeyBind(KeyManager.KeyMouse, () =>
            {
                Cursor.Visible = !Cursor.Visible;               
            }); 

 

 

  • Like 1

User Feedback

Create an account or sign in to leave a review

You need to be a member in order to leave a review

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

hubba

   3 of 7 members found this review helpful 3 / 7 members

ok

  • Like 1
Link to review
×
×
  • Create New...