forked from metin-server/m2dev-client
Update mousemodule.py
This commit is contained in:
@@ -15,8 +15,8 @@ import systemSetting
|
|||||||
|
|
||||||
import localeInfo
|
import localeInfo
|
||||||
|
|
||||||
## Mouse Controler
|
## Mouse Controller
|
||||||
## 마우스 커서를 제어하며 마우스 커서에 Attach되어 움직이는 Object들까지 제어할 수 있다.
|
## When operating the mouse cursor, you can exchange information with the attached Object.
|
||||||
|
|
||||||
class CursorImage(object):
|
class CursorImage(object):
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
@@ -157,7 +157,7 @@ class CMouseController(object):
|
|||||||
self.curCursorImage = self.cursorDict[app.NORMAL]
|
self.curCursorImage = self.cursorDict[app.NORMAL]
|
||||||
|
|
||||||
except KeyError:
|
except KeyError:
|
||||||
dbg.TraceError("mouseModule.MouseController.SetCursor - 잘못된 커서 번호 [%d]" % cursorNum)
|
dbg.TraceError("mouseModule.MouseController.SetCursor - Invalid cursor number [%d]" % cursorNum)
|
||||||
self.curCursorName = app.NORMAL
|
self.curCursorName = app.NORMAL
|
||||||
self.curCursorImage = self.cursorDict[app.NORMAL]
|
self.curCursorImage = self.cursorDict[app.NORMAL]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user