ArrayArrayArrayArray
BrainModularBrainModular Users Forum2016-03-09T10:33:46+02:00https://brainmodular.org/forums/app.php/feed/topic/53112016-03-09T10:33:46+02:002016-03-09T10:33:46+02:00https://brainmodular.org/forums/viewtopic.php?t=5311&p=34930#p34930Statistics: Posted by senso — 09 Mar 2016, 09:33
good suggestion. not so easy to implement without slowing down all keyboard management but I'll try to find a solution. senso++++
It could be a global setting that the user can choose (there are a few others simlar - can't think now). Then the user could choose whether to accept to keyboard management slowdown. Downside is that modules using the new interface would not work properly unless the global setting was on. The way I do it now is with a Windows global keyboard hook which is not cool !
Thanks, Simon.
Statistics: Posted by sm_jamieson — 08 Mar 2016, 14:10
]]>2016-03-08T12:50:25+02:002016-03-08T12:50:25+02:00https://brainmodular.org/forums/viewtopic.php?t=5311&p=34916#p34916not so easy to implement without slowing down all keyboard management but I'll try to find a solution. senso++++
]]>2016-02-14T21:12:54+02:002016-02-14T21:12:54+02:00https://brainmodular.org/forums/viewtopic.php?t=5311&p=34737#p34737 At the moment you can only get modifier states with the mouse callbacks, or for Windows, use GetAsyncKeyState or Global keyboard hooks, but none of these methods are ideal.
Statistics: Posted by sm_jamieson — 14 Feb 2016, 20:12
]]>BrainModularBrainModular Users Forum2016-03-09T10:33:46+02:00https://brainmodular.org/forums/app.php/feed/topic/53112016-03-09T10:33:46+02:002016-03-09T10:33:46+02:00https://brainmodular.org/forums/viewtopic.php?t=5311&p=34930#p34930Statistics: Posted by senso — 09 Mar 2016, 09:33
]]>2016-03-08T15:10:49+02:002016-03-08T15:10:49+02:00https://brainmodular.org/forums/viewtopic.php?t=5311&p=34926#p34926
good suggestion. not so easy to implement without slowing down all keyboard management but I'll try to find a solution. senso++++
It could be a global setting that the user can choose (there are a few others simlar - can't think now). Then the user could choose whether to accept to keyboard management slowdown. Downside is that modules using the new interface would not work properly unless the global setting was on. The way I do it now is with a Windows global keyboard hook which is not cool !
Thanks, Simon.
Statistics: Posted by sm_jamieson — 08 Mar 2016, 14:10
]]>2016-03-08T12:50:25+02:002016-03-08T12:50:25+02:00https://brainmodular.org/forums/viewtopic.php?t=5311&p=34916#p34916not so easy to implement without slowing down all keyboard management but I'll try to find a solution. senso++++
]]>2016-02-14T21:12:54+02:002016-02-14T21:12:54+02:00https://brainmodular.org/forums/viewtopic.php?t=5311&p=34737#p34737 At the moment you can only get modifier states with the mouse callbacks, or for Windows, use GetAsyncKeyState or Global keyboard hooks, but none of these methods are ideal.