question some logic decisions I made

This commit is contained in:
AJ Kelly
2011-02-23 21:02:37 -06:00
parent 46a39029d1
commit d980029b29
+2
View File
@@ -423,6 +423,8 @@ void InputFilter::UpdateCursorLocation(float _fX, float _fY)
class LunaInputFilter: public Luna<InputFilter>
{
public:
// todo: Should the input be locked to the theme's width/height instead of
// the window's width/height? -aj
static int GetMouseX( T* p, lua_State *L ){
float fX = p->GetCursorX();
// scale input