Questions tagged [multiple-mice]

9 questions
7
votes
3 answers

Multiple mouse cursors on Windows 7

We are using CPNMouse for an application running on Windows XP. One mouse device is detached from the normal event queue, so we can get it's position and events and draw the cursor ourselves. Unfortunately, CPNMouse does not work on Windows Vista/7…
kshahar
  • 10,423
  • 9
  • 49
  • 73
2
votes
0 answers

How to apply MICE imputations on test set?

I have two separate data sets: one for train (1000000 observation) and the other one for test (1000000 observation). I divided the train set into 3 sets (mytrain: 700000 observations, myvalid: 150000 observations, mytest:150000 observations).…
ebrahimi
  • 912
  • 2
  • 13
  • 32
2
votes
0 answers

Disable a mouse in java

In java, if I had two different mice plugged into two different USB ports, is there a way to block user input from one of the mice, but still allow user input from the other?
1
vote
0 answers

Is it possible to retrieve an imputed dataset instead of pooled estimates using the mice package in R for multiple imputation?

I want to use multiple imputation using the mice package in R to deal with missing values. I am relatively new to this and had trouble understanding mice completely. Now, I understand that usually one does not retrieve one "final" imputed dataset,…
1
vote
3 answers

How can I clear TCanvas? Or any other solution

I'm using this TCanvas to draw cursors for my mice Canv := TCanvas.Create; Canv.Handle := GetWindowDC(0); .... For every mice event do the following Bitmap:=TBitmap.Create; CursorInfo.cbSize :=…
Dian
  • 1,187
  • 3
  • 18
  • 35
0
votes
1 answer

how to send input to multiple emulated mice using dsf(device simulation framework)?

How do i send input to 4 different emulated mice? This is specific to dsf(device simulation framework). I would like to send an input report to the emulated usb mouse devices the script creates in generichid script in generichid samples folder under…
jeffery
  • 322
  • 4
  • 19
0
votes
1 answer

Saving a miceforest kernel

According to the miceforest documentation (https://github.com/AnotherSamWilson/miceforest#Imputing-New-Data-with-Existing-Models) it is stated to be possible to save kernels and re-use them later to impute missing data. However, I can't find any…
0
votes
1 answer

Manipulate second (auxiliary) mouse inputs with python Xlib or C-API on ubuntu 20.04 LTS

I am working on ubuntu 20.04 LTS with 2 computer mice (Microsoft Microsoft® 2.4GHz Transceiver v9.0 Mouse, id=11 and MX Vertical Mouse, id=31) attached to 2 different masters (Virtual core pointer, id=2 and Auxiliary pointer id=27), see…
drstoop
  • 324
  • 3
  • 6
0
votes
1 answer

Multimouse functionality in AS3

I am basically looking for a way to use multiple mouse plugged into one device so that multiple pointers can be seen and operate. This is for e-learning purposes, the goal is to have multiple students play an educational game in a classroom that has…
BountyHunter
  • 89
  • 2
  • 10