mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 11:43:49 +00:00
Removed unused code
removed some unused code.
This commit is contained in:
parent
c85b5b9999
commit
105c2b68f7
1 changed files with 0 additions and 5 deletions
|
|
@ -270,11 +270,6 @@ GuiMouseEventCtrl::GuiMouseEventCtrl()
|
|||
//------------------------------------------------------------------------------
|
||||
void GuiMouseEventCtrl::sendMouseEvent(const char * name, const GuiEvent & event)
|
||||
{
|
||||
char buf[3][32];
|
||||
dSprintf(buf[0], 32, "%d", event.modifier);
|
||||
dSprintf(buf[1], 32, "%d %d", event.mousePoint.x, event.mousePoint.y);
|
||||
dSprintf(buf[2], 32, "%d", event.mouseClickCount);
|
||||
|
||||
if(dStricmp(name,"onMouseDown") == 0)
|
||||
onMouseDown_callback(event.modifier, event.mousePoint, event.mouseClickCount);
|
||||
else if(dStricmp(name,"onMouseUp") == 0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue