StrokesPlus.net
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
liuxilu  
#1 Posted : Sunday, May 3, 2020 8:29:41 AM(UTC)
liuxilu

Rank: Advanced Member

Reputation:

Groups: Translators, Moderators, Approved
Joined: 4/6/2020(UTC)
Posts: 79
China

Thanks: 1 times
Was thanked: 21 time(s) in 21 post(s)
https://github.com/liuxi...ster/StrokesPlusToNet.7z

Edited by user Wednesday, October 28, 2020 7:20:59 AM(UTC)  | Reason: Not specified

thanks 1 user thanked liuxilu for this useful post.
Rob on 5/3/2020(UTC)
liuxilu  
#2 Posted : Tuesday, May 5, 2020 3:35:07 AM(UTC)
liuxilu

Rank: Advanced Member

Reputation:

Groups: Translators, Moderators, Approved
Joined: 4/6/2020(UTC)
Posts: 79
China

Thanks: 1 times
Was thanked: 21 time(s) in 21 post(s)
And brief introduction for convert codes.
First, Variables.

sp_gesture_name (gnm): action.GestureName

sp_gesture_start_x (gsx): action.Start.X
sp_gesture_start_y (gsy): action.Start.Y
or Point object action.Start

sp_gesture_end_x (gex): action.End.X
sp_gesture_end_y (gey): action.End.Y
or Point object action.End

sp_wheel_delta (gwd): action.WheelDelta

sp_app_name (gapp): action.ApplicationName, "Global" if global action

sp_action_name (gact): action.ActionName

gbl: action.Bounds.Left
gbt: action.Bounds.Top
gbr: action.Bounds.Right
gbb: action.Bounds.Bottom
or Rectangle object action.Bounds

And more vars available. See script help inside the program.
liuxilu  
#3 Posted : Tuesday, May 5, 2020 7:46:36 AM(UTC)
liuxilu

Rank: Advanced Member

Reputation:

Groups: Translators, Moderators, Approved
Joined: 4/6/2020(UTC)
Posts: 79
China

Thanks: 1 times
Was thanked: 21 time(s) in 21 post(s)
And functions: In Global Actions -> Mouse Events & Load/Unload
全局动作 -> 鼠标事件 和 加载/卸载

function sp_middle_mouse_up(x, y, fwKeys)
x: Click.X
y: Click.Y
Or Point object Click.Point
fwKeys: Click.FWKeys
And Click.Button

function sp_wheel_tick(control, wParam, lParam, x, y, delta)
control: WheelTick.Control
wParam: WheelTick.WParam
lParam: WheelTick.LParam
x: WheelTick.X
y: WheelTick.Y
Or Point object WheelTick.Point
delta: WheelTick.Delta
liuxilu  
#4 Posted : Monday, May 25, 2020 9:23:30 PM(UTC)
liuxilu

Rank: Advanced Member

Reputation:

Groups: Translators, Moderators, Approved
Joined: 4/6/2020(UTC)
Posts: 79
China

Thanks: 1 times
Was thanked: 21 time(s) in 21 post(s)
What different?
laisabeck  
#5 Posted : Monday, April 5, 2021 12:20:39 PM(UTC)
laisabeck

Rank: Newbie

Reputation:

Groups: Approved
Joined: 4/5/2021(UTC)
Posts: 1
Location: United States

Do you guy have any references or resources to get paid plugins?
I usually buy WordPress plugins by MOJO Marketplace coupons.
Anjan Oleti  
#6 Posted : Friday, July 9, 2021 5:50:38 AM(UTC)
Anjan Oleti

Rank: Newbie

Reputation:

Groups: Approved
Joined: 7/5/2021(UTC)
Posts: 2
India

Getting an error: Method not found:
It would be of help if you could give step by step instructions on how to get this to work.
A short video (screen recording) would be great.
Thanks!

Edited by user Friday, July 9, 2021 5:52:20 AM(UTC)  | Reason: Not specified

Users browsing this topic
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.