Home
last modified time | relevance | path

Searched refs:LastClickCount (Results 1 – 4 of 4) sorted by relevance

/dports/editors/fte/fte/src/
H A Dcon_dosx.cpp424 static ULONG LastClickCount = 0; in ReadMouseEvent() local
539 if (LastClickCount) {
542 Event->Mouse.Count = ++LastClickCount;
544 LastClickCount = 0;
548 LastClickCount = 0;
554 if (LastClickCount == 0)
555 LastClickCount = 1;
H A Dcon_os2.cpp262 static ULONG LastClickCount = 0; in ReadMouseEvent() local
321 if (LastClickCount) { in ReadMouseEvent()
324 Event->Mouse.Count = ++LastClickCount; in ReadMouseEvent()
326 LastClickCount = 0; in ReadMouseEvent()
330 LastClickCount = 0; in ReadMouseEvent()
336 if (LastClickCount == 0) in ReadMouseEvent()
337 LastClickCount = 1; in ReadMouseEvent()
H A Dg_motif.cpp381 static unsigned long LastClickCount = 0; in ConvertClickToEvent() local
421 if (LastClickCount) { in ConvertClickToEvent()
424 Event->Mouse.Count = ++LastClickCount; in ConvertClickToEvent()
426 LastClickCount = 0; in ConvertClickToEvent()
430 LastClickCount = 0; in ConvertClickToEvent()
436 if (LastClickCount == 0) in ConvertClickToEvent()
437 LastClickCount = 1; in ConvertClickToEvent()
H A Dcon_x11.cpp1154 static short LastClickCount = 0; in ConvertClickToEvent() local
1203 if (LastClickCount) { in ConvertClickToEvent()
1206 Event->Mouse.Count = ++LastClickCount; in ConvertClickToEvent()
1208 LastClickCount = 0; in ConvertClickToEvent()
1212 LastClickCount = 0; in ConvertClickToEvent()
1218 if (LastClickCount == 0) in ConvertClickToEvent()
1219 LastClickCount = 1; in ConvertClickToEvent()