mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-12-15 20:48:13 +00:00
Compare commits
1 Commits
idd-warnin
...
Release/B5
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3df7d30cd5 |
@@ -448,7 +448,8 @@ void core_handleMouseNormal(double ex, double ey)
|
|||||||
struct DoublePoint guest;
|
struct DoublePoint guest;
|
||||||
util_localCurToGuest(&guest);
|
util_localCurToGuest(&guest);
|
||||||
|
|
||||||
if (g_state.kvmfrFeatures & KVMFR_FEATURE_SETCURSORPOS)
|
if (!g_state.stopVideo &&
|
||||||
|
g_state.kvmfrFeatures & KVMFR_FEATURE_SETCURSORPOS)
|
||||||
{
|
{
|
||||||
const KVMFRSetCursorPos msg = {
|
const KVMFRSetCursorPos msg = {
|
||||||
.msg.type = KVMFR_MESSAGE_SETCURSORPOS,
|
.msg.type = KVMFR_MESSAGE_SETCURSORPOS,
|
||||||
|
|||||||
Reference in New Issue
Block a user