Displaying 20 results from an estimated 26 matches for "getcursorpos".
2002 Feb 25
1
Adobe Illustrator
I have been trying to use Illustrator 8 with wine, and it works fine
except often it doesn't recognize the release of a mouse click, so
tools/selections continue even after you've released the mouse button.
I have no idea as to how to solve this, but anyone with any info it would
be much appreciated.
Thanks
On Tue, 18 Dec 2001 14:39:10 -0500, Joel8bit wrote:
> Hello,
> Does anyone
2008 May 08
10
GetAsyncKeyState
I wrote an application in c++ which should return the GetAsyncKeyState(0x01). But I always get 0. If I click on the window of my app,I will get the right answer. GetAsyncKeyState should return systemwide clicks! The same things happens when I write a VB application.
I found an app written in Delphi which uses the GetAsyncKeyState call and returns systemwide clicks. Can someone tell me whats the
2006 Dec 22
0
Wine release 0.9.28
...size.
dinput: Don't return non existent keys.
dinput: Zero out returned information struct.
dinput: Add handling of AXISMODE property to base device object.
dinput: Make mouse use axis mode flag set in base class. Add tests.
winex11drv: Return cached cursor_pos in GetCursorPos().
dinput: Use GetCursorPos() to calculate relative mouse movements.
dinput: Warp mouse in exclusive cooperation mode only.
--
Alexandre Julliard
julliard@winehq.org
2018 Jan 22
0
[lldb-dev] Trying out lld to link windows binaries (using msvc as a compiler)
This is pretty gross, honestly :)
Can't you just use using declarations?
namespace Win32 {
extern "C" {
using ::BOOL;
using ::LONG;
using ::POINT;
using ::LPPOINT;
using ::GetCursorPos;
}
}
This works with clang-cl.
On Mon, Jan 22, 2018 at 5:39 AM Leonardo Santagada <santagada at gmail.com>
wrote:
> Here it is a minimal example, we do this so we don't have to import the
> whole windows api everywhere.
>
> https://gist.github.com/santagada/7977e929d31c629c...
2018 Jan 22
2
[lldb-dev] Trying out lld to link windows binaries (using msvc as a compiler)
...ary Turner <zturner at google.com> wrote:
> This is pretty gross, honestly :)
>
> Can't you just use using declarations?
>
> namespace Win32 {
> extern "C" {
>
> using ::BOOL;
> using ::LONG;
> using ::POINT;
> using ::LPPOINT;
>
> using ::GetCursorPos;
> }
> }
>
> This works with clang-cl.
>
> On Mon, Jan 22, 2018 at 5:39 AM Leonardo Santagada <santagada at gmail.com>
> wrote:
>
>> Here it is a minimal example, we do this so we don't have to import the
>> whole windows api everywhere.
>>
>&g...
2018 Jan 22
2
[lldb-dev] Trying out lld to link windows binaries (using msvc as a compiler)
...>
>>> Can't you just use using declarations?
>>>
>>> namespace Win32 {
>>> extern "C" {
>>>
>>> using ::BOOL;
>>> using ::LONG;
>>> using ::POINT;
>>> using ::LPPOINT;
>>>
>>> using ::GetCursorPos;
>>> }
>>> }
>>>
>>> This works with clang-cl.
>>>
>>> On Mon, Jan 22, 2018 at 5:39 AM Leonardo Santagada <santagada at gmail.com>
>>> wrote:
>>>
>>>> Here it is a minimal example, we do this so we don't h...
2018 Jan 22
0
[lldb-dev] Trying out lld to link windows binaries (using msvc as a compiler)
...;> This is pretty gross, honestly :)
>>
>> Can't you just use using declarations?
>>
>> namespace Win32 {
>> extern "C" {
>>
>> using ::BOOL;
>> using ::LONG;
>> using ::POINT;
>> using ::LPPOINT;
>>
>> using ::GetCursorPos;
>> }
>> }
>>
>> This works with clang-cl.
>>
>> On Mon, Jan 22, 2018 at 5:39 AM Leonardo Santagada <santagada at gmail.com>
>> wrote:
>>
>>> Here it is a minimal example, we do this so we don't have to import the
>>> whole...
2018 Jan 24
2
[lldb-dev] Trying out lld to link windows binaries (using msvc as a compiler)
...;
>>>>> namespace Win32 {
>>>>> extern "C" {
>>>>>
>>>>> using ::BOOL;
>>>>> using ::LONG;
>>>>> using ::POINT;
>>>>> using ::LPPOINT;
>>>>>
>>>>> using ::GetCursorPos;
>>>>> }
>>>>> }
>>>>>
>>>>> This works with clang-cl.
>>>>>
>>>>> On Mon, Jan 22, 2018 at 5:39 AM Leonardo Santagada <
>>>>> santagada at gmail.com> wrote:
>>>>>
>>&g...
2018 Jan 22
0
[lldb-dev] Trying out lld to link windows binaries (using msvc as a compiler)
...using declarations?
>>>>
>>>> namespace Win32 {
>>>> extern "C" {
>>>>
>>>> using ::BOOL;
>>>> using ::LONG;
>>>> using ::POINT;
>>>> using ::LPPOINT;
>>>>
>>>> using ::GetCursorPos;
>>>> }
>>>> }
>>>>
>>>> This works with clang-cl.
>>>>
>>>> On Mon, Jan 22, 2018 at 5:39 AM Leonardo Santagada <santagada at gmail.com>
>>>> wrote:
>>>>
>>>>> Here it is a minimal e...
2018 Jan 25
0
[lldb-dev] Trying out lld to link windows binaries (using msvc as a compiler)
...Win32 {
>>>>>> extern "C" {
>>>>>>
>>>>>> using ::BOOL;
>>>>>> using ::LONG;
>>>>>> using ::POINT;
>>>>>> using ::LPPOINT;
>>>>>>
>>>>>> using ::GetCursorPos;
>>>>>> }
>>>>>> }
>>>>>>
>>>>>> This works with clang-cl.
>>>>>>
>>>>>> On Mon, Jan 22, 2018 at 5:39 AM Leonardo Santagada <
>>>>>> santagada at gmail.com> wrote:
>...
2013 Mar 01
0
Wine release 1.5.25
...all sync_window_position() before show_window() since window frame affects whether it shows.
winemac: Don't bring a window onto the screen in SetFocus().
winemac: Implement SetCursor() and DestroyCursorIcon().
winemac: Use system cursors when possible.
winemac: Implement GetCursorPos().
winemac: Handle mouse moves in -[WineApplication sendEvent:] instead of WineWindow.
winemac: Request mouse move events when our window is active even when cursor is outside it.
winemac: Reset the cursor to the normal Mac arrow when it's outside all Wine windows.
winem...
2018 Jan 25
2
[lldb-dev] Trying out lld to link windows binaries (using msvc as a compiler)
...;> extern "C" {
>>>>>>>
>>>>>>> using ::BOOL;
>>>>>>> using ::LONG;
>>>>>>> using ::POINT;
>>>>>>> using ::LPPOINT;
>>>>>>>
>>>>>>> using ::GetCursorPos;
>>>>>>> }
>>>>>>> }
>>>>>>>
>>>>>>> This works with clang-cl.
>>>>>>>
>>>>>>> On Mon, Jan 22, 2018 at 5:39 AM Leonardo Santagada <
>>>>>>> santagada...
2018 Jan 22
2
[lldb-dev] Trying out lld to link windows binaries (using msvc as a compiler)
Here it is a minimal example, we do this so we don't have to import the
whole windows api everywhere.
https://gist.github.com/santagada/7977e929d31c629c4bf18ebb987f6be3
On Sun, Jan 21, 2018 at 2:31 AM, Zachary Turner <zturner at google.com> wrote:
> Clang-cl maintains compatibility with msvc even in cases where it’s non
> standards compliant (eg 2 phase name lookup), but we try
2018 Jan 25
2
[lldb-dev] Trying out lld to link windows binaries (using msvc as a compiler)
...;>>
>>>>>>>>> using ::BOOL;
>>>>>>>>> using ::LONG;
>>>>>>>>> using ::POINT;
>>>>>>>>> using ::LPPOINT;
>>>>>>>>>
>>>>>>>>> using ::GetCursorPos;
>>>>>>>>> }
>>>>>>>>> }
>>>>>>>>>
>>>>>>>>> This works with clang-cl.
>>>>>>>>>
>>>>>>>>> On Mon, Jan 22, 2018 at 5:39 AM Leonardo Santa...
2018 Jan 25
0
[lldb-dev] Trying out lld to link windows binaries (using msvc as a compiler)
...>>>>>>>>
>>>>>>>> using ::BOOL;
>>>>>>>> using ::LONG;
>>>>>>>> using ::POINT;
>>>>>>>> using ::LPPOINT;
>>>>>>>>
>>>>>>>> using ::GetCursorPos;
>>>>>>>> }
>>>>>>>> }
>>>>>>>>
>>>>>>>> This works with clang-cl.
>>>>>>>>
>>>>>>>> On Mon, Jan 22, 2018 at 5:39 AM Leonardo Santagada <
>>>&g...
2018 Jan 25
2
[lldb-dev] Trying out lld to link windows binaries (using msvc as a compiler)
...t;> using ::BOOL;
>>>>>>>>>>> using ::LONG;
>>>>>>>>>>> using ::POINT;
>>>>>>>>>>> using ::LPPOINT;
>>>>>>>>>>>
>>>>>>>>>>> using ::GetCursorPos;
>>>>>>>>>>> }
>>>>>>>>>>> }
>>>>>>>>>>>
>>>>>>>>>>> This works with clang-cl.
>>>>>>>>>>>
>>>>>>>>>>>...
2018 Jan 25
0
[lldb-dev] Trying out lld to link windows binaries (using msvc as a compiler)
...t;>>>>>> using ::BOOL;
>>>>>>>>>> using ::LONG;
>>>>>>>>>> using ::POINT;
>>>>>>>>>> using ::LPPOINT;
>>>>>>>>>>
>>>>>>>>>> using ::GetCursorPos;
>>>>>>>>>> }
>>>>>>>>>> }
>>>>>>>>>>
>>>>>>>>>> This works with clang-cl.
>>>>>>>>>>
>>>>>>>>>> On Mon, Jan 22, 2018 a...
2018 Jan 25
3
[lldb-dev] Trying out lld to link windows binaries (using msvc as a compiler)
...;>>>>>>>> using ::LONG;
>>>>>>>>>>>>> using ::POINT;
>>>>>>>>>>>>> using ::LPPOINT;
>>>>>>>>>>>>>
>>>>>>>>>>>>> using ::GetCursorPos;
>>>>>>>>>>>>> }
>>>>>>>>>>>>> }
>>>>>>>>>>>>>
>>>>>>>>>>>>> This works with clang-cl.
>>>>>>>>>>>>>
>...
2018 Jan 25
0
[lldb-dev] Trying out lld to link windows binaries (using msvc as a compiler)
...>>>>>>>>>>>> using ::LONG;
>>>>>>>>>>>> using ::POINT;
>>>>>>>>>>>> using ::LPPOINT;
>>>>>>>>>>>>
>>>>>>>>>>>> using ::GetCursorPos;
>>>>>>>>>>>> }
>>>>>>>>>>>> }
>>>>>>>>>>>>
>>>>>>>>>>>> This works with clang-cl.
>>>>>>>>>>>>
>>>>>>...
2018 Jan 25
0
[lldb-dev] Trying out lld to link windows binaries (using msvc as a compiler)
...;>>>> using ::LONG;
>>>>>>>>>>>>>> using ::POINT;
>>>>>>>>>>>>>> using ::LPPOINT;
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> using ::GetCursorPos;
>>>>>>>>>>>>>> }
>>>>>>>>>>>>>> }
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> This works with clang-cl.
>>>>>>>>>>...