Quantcast
Channel: Software Engineer & Designer » Allgemeines
Browsing all 2 articles
Browse latest View live

lol-patch.com

I guess not everyone reading this article is a fan of League of Legends (LoL), a famous multiplayer game in which two enemy factions are fighting each other to destroy the enemies base. Nevertheless...

View Article



Windows: Get the mouse position with Ruby

1 2 3 4 5 6 7 8 9 10 require 'Win32API'   getCursorPos = Win32API.new("user32", "GetCursorPos", ['P'], 'V') lpPoint = " " * 8 # store two LONGs getCursorPos.Call(lpPoint) x, y = lpPoint.unpack("LL") #...

View Article
Browsing all 2 articles
Browse latest View live




Latest Images