- Joined
- Jan 14, 2012
- Messages
- 6,052
- Reaction score
- 2,554
- Trophies
- 0
- Location
- Ideas factory :)
- Website
- ccabz.wordpress.com
- XP
- 3,123
- Country

all the additions so far has been hacks to wiiflow code. I managed to trick the code since the wrapper has no BTN_HELD functions only BTN_PRESSEDAbdallahTerro: Feel free to open up a pull request on postLoader's Github repo if you've been editing the sicksaxis wrapper (or upload a patch somewhere). I'm usually open for improvements in the code.
I'm still using the untouched wrapper.
As for the fast button press response it's also present in postloader.
It would be best to add some code similar to this template to make the button response with normal speed:
Code:
Function Listen For X_Button Click()
If X_Button Click = true then
Listen For X_Button Click Release()
If X_Button_click_release = true then
;DO BUTTON FUNCTION
EndIf
EndIf
End Func
problem is there is no release function in the wrapper and I'm not sure if the delay has to be part of the wrapper or the loader code.
finally, I lack the coding skills needed to write this myself.
All the progress made so far has been possible because of the help I got from Fix94 and megazig on IRC
So some help would be appreciated







