File | Line | Function |
---|---|---|
/global.php | 94 | errorHandler->error |
/printthread.php | 16 | require_once |
File | Line | Function |
---|---|---|
/global.php | 550 | errorHandler->error |
/printthread.php | 16 | require_once |
File | Line | Function |
---|---|---|
/global.php | 811 | errorHandler->error |
/printthread.php | 16 | require_once |
File | Line | Function |
---|---|---|
/global.php | 811 | errorHandler->error |
/printthread.php | 16 | require_once |
File | Line | Function |
---|---|---|
/global.php(872) : eval()'d code | 26 | errorHandler->error |
/global.php | 872 | eval |
/printthread.php | 16 | require_once |
File | Line | Function |
---|---|---|
/printthread.php | 160 | errorHandler->error |
File | Line | Function |
---|---|---|
/printthread.php | 165 | errorHandler->error |
File | Line | Function |
---|---|---|
/printthread.php | 160 | errorHandler->error |
File | Line | Function |
---|---|---|
/printthread.php | 165 | errorHandler->error |
The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "lockoutexpiry" - Line: 94 - File: global.php PHP 8.1.30 (FreeBSD)
|
IsMouseButtonPressed still returning True when released outside the window - Printable Version +- Official Murl Engine Forum (https://murlengine.com/forum) +-- Forum: Murl Engine (https://murlengine.com/forum/forumdisplay.php?fid=5) +--- Forum: Tutorials (https://murlengine.com/forum/forumdisplay.php?fid=6) +--- Thread: IsMouseButtonPressed still returning True when released outside the window (/showthread.php?tid=242) |
IsMouseButtonPressed still returning True when released outside the window - Flávio San - 23 Nov 2015 Hello! I suspect it's a simple fix. When I move the mouse with the button pressed to out of the window, and I release it outside of the window, then I move the mouse to inside the window but the Input::IMouseDevice::IsMouseButtonPressed (IEnums::MouseButton button) is still returning true. RE: IsMouseButtonPressed still returning True when released outside the window - Ketschak - 23 Nov 2015 (23 Nov 2015, 19:31)Flávio San Wrote: Hello! Thanks for the info. This is a bug and will be fixed in the next release. |