ArKada wrote:Hello everyone ! I have only one question.

But you asked three questions
How i can know in my program when a PushButton is push
There are several examples of this already on the forums, and on the wiki. Please spend some time searching for answers before asking your question. The FAQ on the wiki already has an entry for
event-subscription.
and how i can to get the value of an Input Box ?
If you take a look at any of the example projects included with CEGUI, or as mentioned above search the wiki and/or forums, you will find that you can query the text-value of an input-box via the
Window::getText method. These are issues for which you should be able to derive the answer yourself. By asking such questions, you are asking us to do the work for you; a large majority of the time, when we answer questions, we use the same tools and information that everyone has access too to find the answer. You are just as capable as I to find these answers
And I wonder why when I click repeatedly on a button fast enough, only one click is taken into account every 3-5 click ?
Please refer to the
Forum Guidelines when posting potential bugs. It is important that we know details about the environment you are using; this information is usually included in the CEGUI.log file. Also, it is necessary to provide, at the least, snippets of the code you are using; otherwise it will be difficult to help you diagnose the problem. It sounds like you are injecting inputs correctly, but just in case, you may want to review the
Input Tutorial to ensure you have set things up correctly.