I move the mouse, and make to talk nonsense to the pressure of the left key of the mouse, the problem I am is like making ? I tried so:
Code: Select all
class MyEventReceiver : public IEventReceiver
{
public:
virtual bool OnEvent(const SEvent& event)
{
if(event.EventType == irr::EET_MOUSE_INPUT_EVENT)
{
switch( cosa metto ?? )
{
.................
}
}
}
}; But at the switch and put inside that?
IO I used the following site to translate http://www.carloneworld.it/Download_Tra ... nslate.htm
In italiano: Come fare sparare alla pressione del tasto sinistro del mouse ? ho usato il codice che vedete, ma non so cosa mettere tra le parentesi dello switch e come mettere una case per la pressione del tasto sinistro del mouse